Announcements

The Equinix Community will be offline for scheduled maintenance on July 31, 2024. Learn More.

Discussions

Could you let me know how to get Cage and Cabinet list via API?

Could you let me know how to get Cage and Cabinet list via API?

API_User
Level 9

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"
        }
    }
}
Reply 1 1

API_User
Level 9

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.