- ucscsdk version: latest
- Python version: 2.7
- Operating System: Linux, MacOS
Description
I tried to get the FSM from each blade in UCS Central. The XML output tells me to do this I should be doing the call:
<configRemoteResolveDn
dn="sys/chassis-1/blade-3/fsm"
cookie="SECURED"
inHierarchical="false"
inDomainId="1009">
</configRemoteResolveDn>
This method, however, does not show up on any of the libraries that are automatically generated.
What I Did
I looked through the code to see if there was some other way to get around this limitation but after searching and trying for 4-6 hours I'm struggling to find an answer.
Description
I tried to get the FSM from each blade in UCS Central. The XML output tells me to do this I should be doing the call:
This method, however, does not show up on any of the libraries that are automatically generated.
What I Did
I looked through the code to see if there was some other way to get around this limitation but after searching and trying for 4-6 hours I'm struggling to find an answer.