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 test/ccfg/foo 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.
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.