Use this API to get the configuration of a device.
Method |
URL |
Required authentication |
GET |
/V1/CMDB/DataEngine/DeviceData/Configuration |
Yes |
Name |
Description |
---|---|
Token*required |
Place the token received from the API Log in to get an authentication token. |
hostname*required |
The hostname of the device that you want to get the configuration. |
Parameter |
Type |
Description |
Example |
---|---|---|---|
configuration |
string |
The full context of the configuration of the device. |
{'configuration': '!\r\n! This config file is generated via SNMP\r\n!\r\n! |
time |
string |
The last update time of the device configuration. |
|
statusCode |
integer |
The returned status code of executing the API. |
|
statusDescription |
string |
The explanation of the status code. |