array.dorado

Minimal configlet:

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

Minimal setup command:

om test/ccfg/foo set \
	--kw="type=dorado" \
	--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 = a09

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.

timeout

required:    false
scopable:    false
default:     120s
convert:     duration

Example:

timeout = 10s

The api request timeout.

username

required:    true
scopable:    false

Example:

username = root

The username to use to log in.