createDeviceRemote Operation

Using createDeviceRemote operation you can add a new device to be supported by a managed TIBCO LogLogic® Appliance from a Management Station.

Note: Managing File Transfer Rules is not supported through the Web Services API. You must use the LogLogic user interface to manage File Transfer Rules for each device.

Request Parameters

authToken, applianceIP, deviceName, deviceType, description, enabled, dnsRefreshEnabled, deviceIp

For more information on each Common Request Parameter, see CommonRequest Parameters.

Response

deviceResponse (see deviceResponse Type)

Example

To add (on remote Appliance 1.2.20.100) a Cisco ACS device named Cisco ACS Sample Device, with a description of Cisco ACS Description, having IP address 10.1.2.3, and enabling the Appliance to retrieve log messages from the device but not enabling DNS name refresh:

createDeviceRemote authstr 1.2.20.100 “Cisco ACS Sample Device” “Cisco ACS” “Cisco ACS Description” “yes” “no” “10.1.2.3”