Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

postman collection

KB_DZ
Altostratus
Altostratus

Hello all,

Can someone tells me if there is a link where to download ltm postman collection ?

Or how to do mine ?

thx

regards.

1 ACCEPTED SOLUTION

Hi @KB_DZ,

A complete collection doesn't exist, but all the F5 components are API-based, so you can explore the rest interface to see the path that you can call in postman and create your own calls and collection, follow this guide to interact with the rest interface:

https://clouddocs.f5.com/training/community/icontrol-lx/html/class1/module2/lab1.html

For example, I create my own collections for deploying IPSEC, DNS, or some configurations that are not present in the base collection.

hope it works.

View solution in original post

6 REPLIES 6

Hi ,You can find a really good collection list on this link

https://raw.githubusercontent.com/f5devcentral/f5-agility-labs-automation/master/docs/class01/files/Class_1.postman_collection.json
And the info for the lab in this other:

@KB_DZ

Hi,

Additionally, the official link updated and supported by F5:

https://github.com/F5Networks/f5-aci-servicecenter/tree/master/api_collection

 

this link is only for f5 in a cisco ACI environnement.

Hi,

All these collections are not complete.  So how to find how to complete those ?

 

Hi @KB_DZ,

A complete collection doesn't exist, but all the F5 components are API-based, so you can explore the rest interface to see the path that you can call in postman and create your own calls and collection, follow this guide to interact with the rest interface:

https://clouddocs.f5.com/training/community/icontrol-lx/html/class1/module2/lab1.html

For example, I create my own collections for deploying IPSEC, DNS, or some configurations that are not present in the base collection.

hope it works.

This is what i was looking for.

Thanks a lot @Sebastiansierra