Forum Discussion
f5f5f5
Mar 04, 2024Altostratus
questions about api
I am doing api test. When you use this command, common and pool information for all partitions will appear. https://{bigip-ip}/mgmt/tm/ltm/pool I want to check all pool information for a par...
- Mar 04, 2024
Ah, I see you're using Postman (I thought you were using cURL). You need to remove the "\" character and then it should work
GET | https://1.1.1.1/mgmt/tm/ltm/pool?$filter=partition+eq+test_parti
Mar 04, 2024
Try this:
https://{bigip-ip}/mgmt/tm/ltm/pool?\$filter=partition+eq+<PARTITION NAME>
- f5f5f5Mar 04, 2024Altostratus
GET | https://1.1.1.1/mgmt/tm/ltm/pool?\$filter=partition+eq+<test_parti>
Is the example above correct?
But nothing comes out.- Mar 04, 2024
You need to replace the <> brackets.
GET | https://1.1.1.1/mgmt/tm/ltm/pool?\$filter=partition+eq+test_parti
- f5f5f5Mar 04, 2024Altostratus
yes...It shows 200 ok, but no result comes out...
I really don't know what the problem is..
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects