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 | Not found. |
Generic Cause | Invalid API path in URL or payload. |
Quick Fix | Verify the end-point information submitted. |
ERROR SCENARIO EXAMPLE
ERROR CODE: "404"
MESSAGE: "Not Found - No message available"
PATH: "/feedsubscription/v1/subscribed"
TIMESTAMP: "1544951546619"
Verify end-point URL.
The end-point URL is incorrect. Replace endpoint subscribed with subscribe.
curl -X
GET "http://api.equinix.com/feedsubscription/v1/subscribe"
-H "accept: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHI"