Configuration archive for device
Since Product Version: 3.0
Resource URL
/webacs/api/v1/data/ConfigArchivesResponse Parameters
Type | Attribute Name | Description |
---|---|---|
String |
deviceIpAddress |
Device IP address |
String |
deviceName |
Device host name |
String |
instanceUuid |
This is a uuid for this instance. |
String |
lastMessage |
Contains error message, If last collection of configuration files was failed |
boolean |
lastSuccessful |
Result of the last collection of configuration files |
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Payload
https://192.168.115.187/webacs/api/v1/data/ConfigArchives/42
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <queryResponse rootUrl="https://192.168.115.187/webacs/api/v1/data" requestUrl="https://192.168.115.187/webacs/api/v1/data/ConfigArchives/42" responseType="getEntity"> <entity url="https://192.168.115.187/webacs/api/v1/data/ConfigArchives/15" type="ConfigArchives" dtoType="configArchivesDTO"> <configArchivesDTO uuid="String value" id="15" displayName="String value"> <deviceIpAddress>String value</deviceIpAddress> <deviceName>String value</deviceName> <lastMessage>String value</lastMessage> <lastSuccessful>true</lastSuccessful> </configArchivesDTO> </entity> </queryResponse>
Sample JSON Payload
https://192.168.115.187/webacs/api/v1/data/ConfigArchives/42.json
{ "queryResponse" : { "@rootUrl" : "https : \/\/192.168.115.187\/webacs\/api\/v1\/data", "@requestUrl" : "https : \/\/192.168.115.187\/webacs\/api\/v1\/data\/ConfigArchives\/42", "@responseType" : "getEntity", "entity" : { "@url" : "https : \/\/192.168.115.187\/webacs\/api\/v1\/data\/ConfigArchives\/15", "@type" : "ConfigArchives", "@dtoType" : "configArchivesDTO", "configArchivesDTO" : { "@uuid" : "String value", "@id" : "15", "@displayName" : "String value", "deviceIpAddress" : "String value", "deviceName" : "String value", "lastMessage" : "String value", "lastSuccessful" : true } } } }