StorageReplicationAdapterInfo
Information about the storage replication adapter.
{
"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"
}
Universally unique identifier of the storage replication adapter which is preserved on storage replication adapter upgrades.
Name of the storage replication adapter.
Storage vendor which owns the storage replication adapter.
Version of the storage replication adapter.
URL for on-line documentation for the storage replication adapter.
List of repository tags of Docker containers instantiated with this storage replication adapter.
Sha256 ID of the Docker image.
Error which occurs while retrieving the info from the registered storage replication adapter.