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 |
---|---|---|
|
GET |
Retrieves all the configurations, sorted by lastUpdated. This API also supports following query params: limit, offset, orderBy order, deviceName, ipAddress, configType, createdAfter, createdBefore. |
|
GET |
Retrieves the configuration for the specific ID (database ID). |
|
GET |
Retrieves all the configurations for the specific interface. |
|
GET |
Retrieves the latest configuration for all the devices. This API supports the following query parameters: limit, offset, orderBy, order, search, status. |
|
GET |
Download the configurations with the given ID or IDs. |
|
POST |
Trigger backup for a given interface and location. |