array.ibmsvc
Minimal configlet:
[array#1]
type = ibmsvc
key = /path/to/key
username = root
Minimal setup command:
om test/ccfg/foo set \
--kw="type=ibmsvc" \
--kw="key=/path/to/key" \
--kw="username=root"
key
required: true
scopable: false
Example:
key = /path/to/key
The path to the private key to use to log in.
username
required: true
scopable: false
Example:
username = root
The username to use to log in.