API Guide

Table Of Contents
Name Schema
name
required
string
storage_volumes
required
< string (URI) > array
4.80. metadata_backup_payload
Name Schema
backup_volumes
optional
< string (URI) > array
hours
required
integer
minutes
required
integer
4.81. operational_status
Type : enum (unknown, other, ok, degraded, stressed, predictive-failure, error, non-recoverable-
error, starting, stopping, stopped, in-service, no-contact, lost-communication, aborted, dormant,
supporting-entity-in-error, completed, power-mode, removed, online, offline, rebooting, success,
failure, write-disabled, write-protected, not-ready, unsupported, vendor-reserved)
4.82. rediscover_payload
Name Description Schema
timeout
optional
Time to allow the discovery process to take integer
wait
optional
Time to wait the discovery process before returning
regardless of outcome
integer
4.83. register_payload
Name Description Schema
iscsi_name
optional
ISCSI name of the port to register. Either port_wwn or
iscsi_name should be provided.
string
node_wwn
optional
Provide node wwn for registering the port.
Example : "node_wwn"
string
port_name
required
Provide a new name for the registered initiator port.
Example : "new_name"
string
port_wwn
optional
WWN of the port to register. Either port_wwn or iscsi_name
should be provided.
string
145