array.xtremio

Minimal configlet:

[array#1]
type = xtremio
api = https://array.opensvc.com/api/v1.0
password = system/sec/array1
username = root

Minimal setup command:

om node set \
	--kw="type=xtremio" \
	--kw="api=https://array.opensvc.com/api/v1.0" \
	--kw="password=system/sec/array1" \
	--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 = system/sec/array1

The password to use to log in, expressed as a sec path.

The sec must be in the system namespace and must have a password key.

username

required:    true
scopable:    false

Example:

username = root

The username to use to log in.