Forum Discussion
IControl Rest JSON Schema
Is there a JSON schema available for the Rest APIs? We have been using jsonschema2pojo.org to generate POJOs from the data we receive back from the URLs.
Is there a better way?
In fact I have just grabbed this from an iRule i recently wrote. Almost the same, with fixed values. Note the end is 99 but the increment is 100. As you say, string range is zero-indexed
for {set start 0; set end 99} {$start < [HTTP::payload length]} {incr start 100;incr end 100} { log local0.debug "[string range [HTTP::payload] $start $end ]" }
12 Replies
- Brad_Parker
Cirrus
Have you checked out the iControl REST reference guide? https://devcentral.f5.com/d/icontrol-rest-api-reference-version-120
- chrisb10_232790
Nimbostratus
This document is excellent. I will make sure that the POJOs I create include all of the attributes referenced in the HTML pages attached here. Do you know if this schema is backward compatible to version 11.5.1? - chrisb10_232790
Nimbostratus
This document is excellent. I will make sure that the POJOs I create include all of the attributes referenced in the HTML pages attached here. Do you know if this schema is backward compatible to version 11.5.1? - chrisb10_232790
Nimbostratus
This document is excellent. I will make sure that the POJOs I create include all of the attributes referenced in the HTML pages attached here. Do you know if this schema is backward compatible to version 11.5.1?
- Brad_Parker_139
Nacreous
Have you checked out the iControl REST reference guide? https://devcentral.f5.com/d/icontrol-rest-api-reference-version-120
- chrisb10_232790
Nimbostratus
This document is excellent. I will make sure that the POJOs I create include all of the attributes referenced in the HTML pages attached here. Do you know if this schema is backward compatible to version 11.5.1? - chrisb10_232790
Nimbostratus
This document is excellent. I will make sure that the POJOs I create include all of the attributes referenced in the HTML pages attached here. Do you know if this schema is backward compatible to version 11.5.1? - chrisb10_232790
Nimbostratus
This document is excellent. I will make sure that the POJOs I create include all of the attributes referenced in the HTML pages attached here. Do you know if this schema is backward compatible to version 11.5.1?
Recent Discussions
Related Content
* 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