StorageReplicationAdapterInfo

StorageReplicationAdapterInfo
StorageReplicationAdapterInfo

Information about the storage replication adapter.

JSON Example
{
    "id": "EED8D143-C69D-45be-8B86-3F994412A364",
    "name": "string",
    "vendor": "string",
    "version": "string",
    "help_url": "string",
    "repo_tags": [
        "string"
    ],
    "image_id": "sha256:104b68a269fc1522cd8e68f2649b5380c1f849fbe86c4e2cf29081104f659e03",
    "containers": [
        {
            "container_id": "string",
            "image_id": "string",
            "mount_points": [
                {
                    "source": "string",
                    "destination": "string"
                }
            ]
        }
    ],
    "error": "string"
}
string
id
Required

Universally unique identifier of the storage replication adapter which is preserved on storage replication adapter upgrades.

string
name
Required

Name of the storage replication adapter.

string
vendor
Optional

Storage vendor which owns the storage replication adapter.

string
version
Optional

Version of the storage replication adapter.

string
help_url
Optional

URL for on-line documentation for the storage replication adapter.

array of string
repo_tags
Optional

List of repository tags of Docker containers instantiated with this storage replication adapter.

string
image_id
Required

Sha256 ID of the Docker image.

containers
Optional

Containers instantiated from the image, if any.

string
error
Optional

Error which occurs while retrieving the info from the registered storage replication adapter.