hello,
I have question related to show-administartor/s API call, trying to get list of admins on non MDS mgmt and getting:
{'code': 'err_inappropriate_domain_type',
'message': 'This command can work only on domains of type MDS. Cannot execute '
'it in the current domain (current domain type is Domain).'}
according to API ref, this command is:
Description
Retrieve all administrators.
This command is available only after logging in to the System Data domain.
from cli:
> show administrator name "test" --version 1.5 --domain 'System Data' --format json
{
"code" : "err_inappropriate_domain_type",
"message" : "This command can work only on domains of type MDS. Cannot execute it in the current domain (current domain type is Domain)."
}
is there a way how can I get this working on non MDS system? have not found a way 😛
thx