RelatedStorageArray

RelatedStorageArray
RelatedStorageArray

Indicates whether the provider has been marked as active for the given array for the session context.

SMS uses priority value to mark a provider as active among the ones that are registered with SMS and manage this array.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "arrayId": "string",
    "active": false,
    "manageable": false,
    "priority": 0
}
string
arrayId
Required

uuid of StorageArray

boolean
active
Required

This field indicates whether the provider is currently serving data for the StorageArray

boolean
manageable
Required

Manageability status of StorageArray on VASA provider, if true it is manageable.

integer As int32 As int32
priority
Required

Deprecated as of SMS API 6.0, replaced by priority.

priority of StorageArray For VASA 1.0 providers, this field is set to -1.