Forum Discussion
Nazir_52641
Cirrus
Jan 09, 2017Property file for an object in iControl rest
Hi All,
Is there a way to get property file for each and every object in iControl rest?
For example for a virtual server /mgmt/tm/ltm/virtual/~Common~testvs below are the properties
1)...
Satoshi_Toyosa1
Jan 09, 2017Ret. Employee
If you want to get the keys and values of a specific object, you can send a GET request to your management interface (same address as your Configuration Utility). For example, the following curl command gives you the information you can usually get via
tmsh list ltm virtual.
curl -sku admin:AdminPass -X GET https://YOURHOST/mgmt/tm/ltm/virtual/YOURVIRTUAL
If you would like to know the description of each field, take a look at the API document on DevCentral. For example, you can find the description of the virtual object here.
For more general information on iControl REST, please refer to iControl® REST API User Guide.
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