[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Changed1 Deleted3

ConfiguredStorageAdapter

Details about a storage replication adapter (SRA).


Properties

string
connection_spec_address Required

Connection address for this storage replication adapter provided by the user.


string
id Required

ID of the storage replication adapter (SRA).


string
name Required

Name of the storage replication adapter (SRA).


string
version Required

Version of the storage replication adapter (SRA).


string
ping_status Required

Last array ping status.

  • UNKNOWN
  • SUCCESS
  • FAILURE

Possible values are: UNKNOWNSUCCESSFAILURE


string
vendor Required

Vendor of the storage replication adapter (SRA).


integer as int64
ping_date Changed Optional

The start time of the most recent discovery of the storage devices, in milliseconds.


string
ping_fault Optional

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


string
vendor_url Optional

Vendor URL of the storage replication adapter (SRA).


peer_storage_adapter Optional

Basic details about a storage replication adapter (SRA).

JSON Example

{
	"connection_spec_address": "string",
	"id": "string",
	"name": "string",
	"ping_status": "UNKNOWN",
	"vendor": "string",
	"version": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

ArrayManager
What's changed in 2.0.0?

CHANGED (1)
Changed Properties
ping_date
DELETED (3)
Deleted Properties
storage_array_name
storage_array_key
peer_storage_array_key

Feedback

Was this page helpful?