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.
Code | 404 |
Description | Resource not found. |
Generic Cause | Resource is invalid or unavailable. |
Quick Fix | Verify end-point URL and resource info. |
404 - Invalid Endpoint
Code | 404 |
Description | Invalid Endpoint. |
Generic Cause | Invalid API path in payload. |
Quick Fix | Verify 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
Code | IC - PROFILE- 404 |
Description | Invalid service profile. |
Generic Cause | Connection ID does not exist or does not belong to the user. |
Quick Fix | Verify 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"