20-Nov-2023 07:04
Hello all,
Can someone tells me if there is a link where to download ltm postman collection ?
Or how to do mine ?
thx
regards.
Solved! Go to Solution.
22-Nov-2023 07:08
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.
20-Nov-2023 07:31
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
20-Nov-2023 07:33
Hi,
Additionally, the official link updated and supported by F5:
https://github.com/F5Networks/f5-aci-servicecenter/tree/master/api_collection
20-Nov-2023 07:56
this link is only for f5 in a cisco ACI environnement.
20-Nov-2023 07:55
Hi,
All these collections are not complete. So how to find how to complete those ?
22-Nov-2023 07:08
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.
23-Nov-2023 01:07
This is what i was looking for.
Thanks a lot @Sebastiansierra