Developer Forum Equinix Customer Portal APIs Could you let me know how to get Cage and Cabinet list via API?Closed
 The Developer Forum is shutting down. Please join the Equinix Community to participate in new discussions.
MH
API User
Thursday, August 12, 2021 - 16:18

Hello

I am trying to get Cage and Cabinet list via API but it returns empty results

Could you advise how to get the details?


Input:

curl --request POST \
  --url 'https://api.equinix.com/v1/assets/search?sorts=IBX&source=CAGE&exactMatch=false&offset=0&limit=100' \
  --header 'accept: application/json' \
  --header 'authorization: Bearer xxxxxxx' \
  --header 'content-type: application/json' \
  --data '{"filter":{"ibxs":["SV2"]}}'

Response:

{
    "data": [],
    "page": {
        "limit": 90,
        "offset": 38491869,
        "total": 0,
        "sorts": [
            "IBX"
        ]
    },
    "_links": {
        "next": {
            "href": "/assets/search?exactMatch=false&offset=38491869&limit=90&source=CABINET&sorts=IBX"
        },
        "previous": {
            "href": "/assets/search?exactMatch=false&offset=38491869&limit=90&source=CABINET&sorts=IBX"
        },
        "self": {
            "href": "/assets/search?exactMatch=false&offset=38491869&limit=90&source=CABINET&sorts=IBX"
        }
    }
}

 

Regards

Moon

ZW
API User
Tuesday, December 14, 2021 - 19:48

Hi Moon, 

 

Please ensure that the user of the auth token has the required permissions to view assets data. Permissions can be configured in Equinix customer Portal. 

 

Cheers,
Zac 

Equinix Customer Portal


APIs that enables all aspects of Equinix Customer Portal features in a programmatic way. Includes user administration, order management & many other capabilities.