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

DatastoreGroupRdmInfo

Information about the RDM found in a datastore group.


Properties

string
id Optional

An identifier of the entity.


string
issue_type Optional

Protection group configuration issue types:

  • NONE: No configuration is present.
  • MISSING_PROTECTION: Unassigned datastore needs to be added to the protection group.
  • CONFLICT: Datastore is missing from the protection group but cannot be included because it is currently protected in a different protection group.
  • NOT_REPLICATED: Cannot protect datastore because underlying storage devices are not configured for replication.

Possible values are: NONEMISSING_PROTECTIONCONFLICTNOT_REPLICATED


string
name Optional

A name of the entity.

JSON Example

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

DatastoreGroupInfo

Feedback

Was this page helpful?