Skip to main content

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

CodeDescriptionComments
200OKThe request completed successfully.
400Bad RequestA 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.
403ForbiddenThe 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.
409ConflictThere is a conflict with the current state of the resource. A descriptive error message is returned in the response body.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

None