We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792e46b commit d7809dbCopy full SHA for d7809db
1 file changed
icontrol/session.py
@@ -105,6 +105,9 @@ def _validate_icruri(base_uri):
105
elif path.startswith('/mgmt/cm/'):
106
# This can also be in iWorkflow or BIG-IQ
107
sub_path = path[9:]
108
+ elif path.startswith('/mgmt/ap/'):
109
+ # This can also be in BIG-IQ
110
+ sub_path = path[9:]
111
elif path.startswith('/mgmt/shared/'):
112
# This can be iWorkflow or BIG-IQ
113
sub_path = path[13:]
0 commit comments