Upload Configuration

Upload Configuration

Upload configuration archive for a given storage replication adapter to the server.

Request
URI
POST
https://{api_host}/storage-replication-adapters/{repository_tag_id}/actions/upload-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 uploaded storage replication adapter configuration archive to 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/json
{
    "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/json
{
    "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.