Hello team,
I'm trying to use API in specific Domain of my Multi Domain environment. For example:
MDS> mgmt login domain MYDOMAIN user admin password test
I can see objects, services, etc... from this domain when i use the corresponding show api commands, but when I add objects like:
>mgmt add host name daniprueba ip-address 1.3.2.2
The object is created successfully but then I cannot see the new object via smarconsole. Do you know where is this object created?
It works fine if I use the command-line console from MYDOMAIN smartconsole.
I have tried to add them adding the specific domain with the same result:
>mgmt add host name testobject ip-address 1.1.1.2 -d MYDOMAIN -u admin -p test
Thank you in advance.