GET /switches/configurationData/{file_list}
Use this method to download (export) one or more switch configuration-data files to the local system.
Authentication
Authentication with username and password is required.
Request URL
GET https://{management_server_IP}/switches/configurationData/{file_list}
where {file_list} is a list of one or more IDs, separated by a comma, for the configuration-data files to be exported (for example, T3Cf0,SGmO7). To obtain a list of configuration-data file IDs, use the GET /switches/configurationData method
Request body
None
Response codes
Code | Description | Comments |
---|---|---|
200 | OK | The request completed successfully. |
400 | Bad Request | A query parameter or request attribute is missing or not valid, or the operation is not supported. A descriptive error message is returned in the response body. |
403 | Forbidden | The orchestrator server was prevented from fulfilling the request. A descriptive error message is returned in the response body. Ensure that you have privileges to perform the request. |
409 | Conflict | There is a conflict with the current state of the resource. A descriptive error message is returned in the response body. |
500 | Internal Server Error | An internal error occurred. A descriptive error message is returned in the response body. |
Response body
None
Give documentation feedback