Download Configuration

Download Configuration

Download configuration archive for a given storage replication adapter from the server.

Request
URI
GET
https://{api_host}/storage-replication-adapters/{repository_tag_id}/actions/download-config
COPY
Path Parameters
string
repository_tag_id
Required

Repository tag ID of a storage replication adapter.


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully downloaded storage replication adapter configuration archive from the server.

Operation doesn't return any data structure

401

Unauthorized - the client must authenticate itself to get the requested response

Operation doesn't return any data structure

403

Forbidden - not sufficient access rights to fulfill the request

Returns ResponseError of type(s) application/x-tar
{
    "error_code": "string",
    "message": "string",
    "op_id": "string"
}
string
error_code
Optional

The code of the error.

string
message
Optional

The message of the error.

string As uuid As uuid
op_id
Optional

The ID of the operation.


404

Not Found - server cannot find the requested in URL resource

Operation doesn't return any data structure

500

Internal server error - unexpected condition prevents fulfilling the request

Returns ResponseError of type(s) application/x-tar
{
    "error_code": "string",
    "message": "string",
    "op_id": "string"
}
string
error_code
Optional

The code of the error.

string
message
Optional

The message of the error.

string As uuid As uuid
op_id
Optional

The ID of the operation.