Forum Discussion
tatmotiv
Cirrostratus
Feb 15, 2017get only non-default object properties via iControl REST
Hi all.
I'm looking for a way to receive all non-default properties of an object via iControl REST. Basically, I need all those properties that would be listed when running "tmsh list xyz" without ...
ksuuk
Nimbostratus
Oct 03, 2017Hi,
I had same issue and asked help from support, they found solution, so here it is:
There is an RFE for our Development team to implement the "?options=non-default-properties" as the default output. This RFE currently has number ID674071, however it is only targeted for a future version, for a future release.
You'll have to add "?options=non-default-properties" in front of the object you're querying.
Instead of:
curl -sk -u admin:xxxxxxxx | python -m json.tool
Use:
curl -sk -u admin:xxxxxxxx | python -m json.tool
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects