ArrayManagerSpec
ArrayManagerSpec
Spec to create an array manager.
JSON Example
{
"name": "string",
"storage_adapter": "string",
"connection_params": [
{
"name": "string",
"hint": "string",
"key": "string",
"connection_params": [
{
"key": "string",
"name": "string",
"hint": "string",
"value": "string",
"optional": false,
"password_param": false,
"type": "string"
}
]
}
]
}
string
name
Required
Name of the array manager.
string
storage_adapter
Required
ID of the storage replication adapter (SRA) to connect to.
array of ConnectionParamGroup
connection_params
Required
Array of connection parameters groups used to connect to a storage replication adapter (SRA).