ConfiguredStorageAdapter
ConfiguredStorageAdapter
Details about a storage replication adapter (SRA).
JSON Example
{
"id": "string",
"version": "string",
"name": "string",
"vendor": "string",
"vendor_url": "string",
"peer_storage_adapter": {
"id": "string",
"version": "string"
},
"connection_spec_address": "string",
"ping_status": "string",
"ping_fault": "string",
"ping_date": 0
}
string
id
Required
ID of the storage replication adapter (SRA).
string
version
Required
Version of the storage replication adapter (SRA).
string
name
Required
Name of the storage replication adapter (SRA).
string
vendor
Required
Vendor of the storage replication adapter (SRA).
string
vendor_url
Optional
Vendor URL of the storage replication adapter (SRA).
string
connection_spec_address
Required
Connection address for this storage replication adapter provided by the user.
string
ping_status
Required
Last array ping status.
- UNKNOWN
- SUCCESS
- FAILURE
Possible values are : UNKNOWN, SUCCESS, FAILURE,
string
ping_fault
Optional
Fault occurred during the most recent array discovery, if any.
integer As int64 As int64
ping_date
Optional
The start time of the most recent discovery of the storage devices, in milliseconds.