ConfiguredStorageAdapter

ConfiguredStorageAdapter
ConfiguredStorageAdapter

Details about a configured storage adapter (SRA).

JSON Example
{
    "id": "string",
    "version": "string",
    "name": "string",
    "vendor": "string",
    "vendor_url": "string",
    "peer_storage_adapter": {
        "id": "string",
        "version": "string"
    },
    "storage_array_key": "string",
    "storage_array_name": "string",
    "connection_spec_address": "string",
    "ping_status": "string",
    "ping_fault": "string",
    "ping_date": "string",
    "peer_storage_array_key": "string"
}
string
id
Optional

ID of the SRA.

string
version
Optional

Version of the SRA.

string
name
Optional

Name of the SRA

string
vendor
Optional

SRA vendor

string
vendor_url
Optional

SRA vendor URL

peer_storage_adapter
Optional

peer_storage_adapter

string
storage_array_key
Optional

Storage array identifier

string
storage_array_name
Optional

User-friendly name of the storage array.

string
connection_spec_address
Optional

Connection address for the SRA provided by the user.

string
ping_status
Optional

Last array ping status

Possible values are : UNKNOWN, SUCCESS, FAILURE,
string
ping_fault
Optional

Fault occurred during the most recent array discovery, if any.

string As date-time As date-time
ping_date
Optional

Start time of the most recent discovery of the storage devices.

string
peer_storage_array_key
Optional

The ID of the peer array.

Property Of