Forum Discussion
API_User
4 years agoEquinix Employee
Could you let me know how to get Cage and Cabinet list via API?
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"
}
}
}
- API_UserEquinix Employee
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.
Related Content
- 3 years ago
- 2 years ago