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
A lot of method are using an id, which references an object on the BIG-IP (e.g. /Common/foobar). Such id is composed of a partition name and the actual object name. iControl REST are using ~Common~foobar to create such a reference and just using a plain string is not necessarily the best.
A structure like ObjectID would make things a lot easier:
A lot of method are using an
id
, which references an object on the BIG-IP (e.g. /Common/foobar). Suchid
is composed of a partition name and the actual object name. iControl REST are using~Common~foobar
to create such a reference and just using a plain string is not necessarily the best.A structure like
ObjectID
would make things a lot easier:(note that this is just a prototype, not the final implementation)
This feature should be implemented in the next release (v1.0.0) in order not to break any existing implementation using the
f5-rest-client
.The text was updated successfully, but these errors were encountered: