You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It looks like what I'll need is configRemoteResolveChildren as well to get all the FSM status of the systems. As I've been hacking through the call I need to run is:
Where I created a subclass of UcscHandle and added the rawXML method.
class EUcscHandle(UcscHandle):
def rawXML(self, xml):
# send the XML to UCS Central
response_str = self.post_xml(xml, dme="resource-mgr")
The response comes back as I'd like, but now I need to format the objects. Since configRemoteResolveChildren is not recognized in the list I need to add the class. Dirty hack, but I seem to be making progress.
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.
The text was updated successfully, but these errors were encountered: