List of F5 iControl REST API Endpoints
As I could not find a complete API Reference for the F5 iControl REST API, I created a list myself. This list is not (yet) complete. I created it with the help of an API crawler and added manually some endpoints extracted from the F5 documentation.
It would be great if this list gets more complete by time. Feel free to fork this repository and create a pull requests for additions and corrections. Any help and feedback is very welcome!
At the moment it is a simple plain text file. My future plans are:
- Complete the list of endpoints
- Publish an OpenAPI 3 file
You can find the list in my public GitHub repository.
Happy RESTing!
- Skyler
Altocumulus
You can access all API endpoints by logging into the device and visiting /mgmt/toc, which provides very detailed links。
”Displaying the iControl REST table of contents“
K45508216
The iControl REST API provides a table of contents page that you can access from a browser. This page lists all iControl REST collections and endpoints you can work with.😁
Thanks for that hint!