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
I am attempting to create a new QoS System Calls Settings policy for a domain group.
Reviewing the XML API calls captured doing this same task using the WebUI, the root object class is qosclassPolicy, which doesn't [currently] exist in the Python SDK.
The children do (qosclassEthBe,qostclassEthClassified, etc), but not the root object, so I can't proceed.
Expected to be able to create root object, then configure child objects.
What I Did
Searched the SDK for that string. Doesn't appear to exist in the expected location (ucscsdk\mometa\qosclass), or anywhere else in the tree.
The text was updated successfully, but these errors were encountered:
Description
I am attempting to create a new QoS System Calls Settings policy for a domain group.
Reviewing the XML API calls captured doing this same task using the WebUI, the root object class is qosclassPolicy, which doesn't [currently] exist in the Python SDK.
The children do (qosclassEthBe,qostclassEthClassified, etc), but not the root object, so I can't proceed.
Expected to be able to create root object, then configure child objects.
What I Did
Searched the SDK for that string. Doesn't appear to exist in the expected location (ucscsdk\mometa\qosclass), or anywhere else in the tree.
The text was updated successfully, but these errors were encountered: