Skip to main content

Effective 10 September 2024, API Documentation can be found on our Equinix Product Documentation site.
The content on this page will not be updated after 1 Oct 2024 and will be inaccessible after 31st Dec 2024.


404: Resource not found

The 404 (Resource not found) status code indicates that the server cannot find the requested resource but may be available in the future.

Code404
DescriptionResource not found.
Generic CauseResource is invalid or unavailable.
Quick FixVerify end-point URL and resource info.

404 - Invalid Endpoint

Code404
DescriptionInvalid Endpoint.
Generic CauseInvalid API path in payload.
Quick FixVerify the end-point information submitted.
ERROR SCENARIO EXAMPLE
ERROR   
CODE: "404"
MESSAGE: "Not Found - No message available"
PATH "/ecx/v3/l2/common/metro"
TIMESTAMP "1544951546619"
 

Verify end-point URL.
The end-point URL is incorrect. Replace endpoint metro with metros.

curl -X
GET "https://api.equinix.com/ecx/v3/l2/common/metro"
-H "accept: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHI"

IC-PROFILE-404

CodeIC - PROFILE- 404
DescriptionInvalid service profile.
Generic CauseConnection ID does not exist or does not belong to the user.
Quick FixVerify the connection ID passed in the URL.
ERROR SCENARIO EXAMPLE
ERROR   
CODE: "IC-PROFILE-404"
MESSAGE: "Service profile not found in database"
MOREINFO: ""
PROPERTY: "uuid"
 

Verify the connection ID passed in the URL. Identify and modify the value accordingly.
The endpoint URL is incorrect.Replace the ID with the correct ID.

curl -X
GET "https://api.equinix.com/ecx/v3/l2/connections/97d1850f-4df0-468c-9281-fa7b0dfa2096"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHI"