Skip to content

Commit d7809db

Browse files
vklcaphrim007
authored andcommitted
add one more allowed path (#161)
* add one more allowed path * remove trailing space * remove trailing space
1 parent 792e46b commit d7809db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

icontrol/session.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ def _validate_icruri(base_uri):
105105
elif path.startswith('/mgmt/cm/'):
106106
# This can also be in iWorkflow or BIG-IQ
107107
sub_path = path[9:]
108+
elif path.startswith('/mgmt/ap/'):
109+
# This can also be in BIG-IQ
110+
sub_path = path[9:]
108111
elif path.startswith('/mgmt/shared/'):
109112
# This can be iWorkflow or BIG-IQ
110113
sub_path = path[13:]

0 commit comments

Comments
 (0)