Forum Discussion
API_User
3 years agoEquinix Employee
Getting "Non-Deprovisioned" Connections
I created the following query filter to use with the https://api.equinix.com/fabric/v4/connections/search API to retrieve all "non-deprovisioned" connections:
{
"filter": {
"AND": [
...
- 3 years agoThanks for reaching out. Could you please try with lowercase "and" in the filter as suggested in the documentation and let us know the result while we are investigating your case?
Thanks,
Equinix Fabric Engineering Team
API_User
3 years agoEquinix Employee
Here is the equivalent v3 API to get the same information which works as expected.
https://api.equinix.com/ecx/v3/l2/buyer/connections?status=PENDING_APPROVAL,PROVISIONING,PROVISIONED,NOT_PROVISIONED,REJECTED,PENDING_BGP_PEERING&metroCode=SV
What is the expected response time on messages left on this forum as if this is the primary means of submitting API questions the response times have been very slow.
https://api.equinix.com/ecx/v3/l2/buyer/connections?status=PENDING_APPROVAL,PROVISIONING,PROVISIONED,NOT_PROVISIONED,REJECTED,PENDING_BGP_PEERING&metroCode=SV
What is the expected response time on messages left on this forum as if this is the primary means of submitting API questions the response times have been very slow.
Related Content
- 6 years ago