Device Config REST API
Use the Device Config REST API to fetch existing configurations and trigger retrieval of the device configs.
If not otherwise specified, the Content-Type of the request and response is application/json .
|
Resource | Method | Description |
---|---|---|
/device-config |
GET |
Retrieves all the configurations, sorted by |
/device-config/{id} |
GET |
Retrieves the configuration for the specific ID (database ID). |
/device-config/interface/{id} |
GET |
Retrieves all the configurations for the specific interface. |
/device-config/latest |
GET |
Retrieves the latest configuration for all devices.
This API supports the following query parameters: |
/device-config/download?id=\{id1, id2} |
GET |
Download the configurations with the given ID or IDs. |
/device-config/backup |
POST |
Trigger backup for a given interface and location. |