createDevice Operation

Using createDevice operation you can add a new device to be supported by the TIBCO LogLogic® Appliance.

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, deviceName, deviceType, description, enabled, dnsRefreshEnabled, deviceIp

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

Response

deviceResponse (see deviceResponse Type)

Example

To add 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:

createDevice authstr “Cisco ACS Sample Device” “Cisco ACS” “Cisco ACS Description” “yes” “no” “10.1.2.3”