REST API Endpoints¶
Overview¶
REST URI Segments¶
We’ll start exploring the iControl® REST API’s endpoints with an example detailing how the endpoint types map to the different parts of the URI. The different types of resources used by the SDK shown in the example are explained in detail later in this guide.
Example: The URI below returns the JSON for an LTM pool member.
http://192.168.1.1/mgmt/tm/ltm/pool/~Common~mypool/members/~Common~m1:80
|----|--|---|----|--------------|-------|-------------|
|root|OC|OC |Coll| Resource | SC |SubColl Resrc|
OC | Organizing Collection |
Coll | Collection |
Resource | Resource |
SC | Subcollection |
SubColl Resrc | Subcollection Resource |