deleteDeviceGroupRemote Operation
With deleteDeviceGroupRemote operation you can delete an existing device group on a managed TIBCO LogLogic Appliance from a Management Station.
Example
SOAP request for deleteDeviceGroupRemote Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dev="DeviceGroupService"> <soapenv:Header/> <soapenv:Body> <dev:deleteDeviceGroupRemote> <!--Optional:--> <dev:authToken>admin/admin123</dev:authToken> <!--Optional:--> <dev:applianceIP>10.114.66.36</dev:applianceIP> <!--Optional:--> <dev:deviceGroupName>66.36_local_dg1</dev:deviceGroupName> </dev:deleteDeviceGroupRemote> </soapenv:Body> </soapenv:Envelope>
SOAP response for deleteDeviceGroupRemote Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <ns:deleteDeviceGroupRemoteResponse xmlns:ns="DeviceGroupService"> <ns:return xsi:type="ax211:DeviceGroupResponse" xmlns:ax211="http://devicegroup.services.logapp.loglogic.com/xsd" xmlns:ax212="http://services.logapp.loglogic.com/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ax212:authToken xsi:nil="true"/> <ax212:resultCount>1</ax212:resultCount> <ax212:statusCode>2000</ax212:statusCode> <ax212:statusMessage>Deleted device group 66.36_local_dg1 successfully - 1</ax212:statusMessage> <ax212:summaryOnly>false</ax212:summaryOnly> <ax211:resultSet xsi:type="ax211:DeviceGroupDetail"> <ax211:description>hello updated</ax211:description> <ax211:deviceGroupName>66.36_local_dg1</ax211:deviceGroupName> <ax211:devices xsi:nil="true"/> <ax211:enabled>enabled</ax211:enabled> <ax211:groupType>global</ax211:groupType> </ax211:resultSet> </ns:return> </ns:deleteDeviceGroupRemoteResponse> </soapenv:Body> </soapenv:Envelope>
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.