array.xtremio
Minimal configlet:
[array#1]
type = xtremio
api = https://array.opensvc.com/api/v1.0
password = from system/sec/array1 key password
username = root
Minimal setup command:
om node set \
--kw="type=xtremio" \
--kw="api=https://array.opensvc.com/api/v1.0" \
--kw="password=from system/sec/array1 key password" \
--kw="username=root"
api
required: true
scopable: false
Example:
api=https://array.opensvc.com/api/v1.0
The array rest api url.
name
required: false
scopable: false
Example:
name=array1
The name of the array. If not provided, fallback to the section name suffix.
password
required: true
scopable: false
Example:
password=from system/sec/array1 key password
The password to use to log in, expressed as a datastore reference:
from <namespace>/<kind>/<name> key <name>
Array passwords are usually stored in sec datastores like system/sec/<array name>.
username
required: true
scopable: false
Example:
username=root
The username to use to log in.