F5Networks / f5-icontrol-rest-python

Generic python library used by the F5 SDK and other F5 projects to communicate with BIG-IP® via the REST API
http://icontrol.readthedocs.org/en/latest/
Apache License 2.0
36 stars 32 forks source link

Adding transform support for subPath #164

Closed jasonrahm closed 5 years ago

jasonrahm commented 5 years ago

Fixes #163

Problem: Can't submit legitimate query with "/" in subPath

Analysis: Created transform_subpath as duplicate of transform_name

Tests: None. Same behavior transform_name solves