deviceResponse Type
deviceResponse is returned for all device operations except getList and getListRemote.
deviceResponse always contains the following common elements:
- authToken
- resultCount
- statusCode
- statusMessage
- summaryOnly
If resultCount is 1 and statusCode is 2000 (successful), the resultSet element is included after resultCount listing the following device details:
- applianceIp
- applianceName
- description
- deviceId
- deviceIp
- deviceName
- deviceType
- dnsRefreshEnabled
- enabled
If resultCount is 0 and statusCode is not 2000 (successful), an error is returned in statusMessage.
Copyright © Cloud Software Group, Inc. All rights reserved.