Forum Discussion
questions about api
- 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
Try this:
https://{bigip-ip}/mgmt/tm/ltm/pool?\$filter=partition+eq+<PARTITION NAME>
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..- 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
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