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. |
EQX-414-404: Notification not found
Resource not found.
Code | EQX-414-404 |
Description | Resource not found. A notification record is not found for notificationId [notificationId] |
Generic Cause | The passed ID number of the notification may be incorrect or no longer exists. |
Quick Fix | Verify end-point URL. |
ERROR CODE: "EQX-414-404"
MESSAGE: "Resource not found."
Verify whether the passed ID number of the notification is correct, and modify accordingly.
Rename [notificationId] to 'GBL000007196964'.
curl -X
GET "https://api.equinix.com/v1/notifications/ibx/GBL000007196964s"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHIZZZZ"
EQX-434-4404
No Asset found for the Id:[assetId]
Code | EQX-434-4404 |
Description | No Asset found for the Id:[assetId] |
Generic Cause | Resource is invalid or unavailable. |
Quick Fix | Verify end-point URL and resource info. |
ERROR CODE: "EQX-434-4404"
MESSAGE: "No Asset found for the Id:[assetId]"
Verify end-point URL.
Correct the asset ID number from "4-19167665927" to "4-19167665972".
curl -X
GET "https://api.equinix.com/v1/assets/4-19167665927"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHIZZZZ"
EQX-716-5100
No Data Found
Code | EQX-716-5100 |
Description | No Data Found |
Generic Cause | Resource is invalid or unavailable. |
Quick Fix | Verify end-point URL and resource info. |
ERROR CODE: "EQX-716-5100"
MESSAGE: "No Data Found"
Verify end-point URL.
Correct the attachment ID number to only one ID number from "fbb1fb9d-580b-40e4-ba61-79fb603f5f8,eeba18df-92f1-49cf-89d9-709576dd0165" to "fbb1fb9d-580b-40e4-ba61-79fb603f5f8", and make sure the one attachment ID number is correct.
curl -X
GET "https://api.equinix.com/v1/attachments/fbb1fb9d-580b-40e4-ba61-79fb603f5f8,eeba18df-92f1-49cf-89d9-709576dd0165"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHIZZZZ"
EQX-816-404: Report not found
A report record is not found for reportId [reportId]
Code | EQX-816-404 |
Description | A report record is not found for reportId [reportId] |
Generic Cause | Report ID number passed may be incorrect or no longer exists. |
Quick Fix | Verify end-point URL. |
ERROR CODE: "EQX-816-404"
MESSAGE: "A report record is not found for reportId [ffb1cb2d-d123-1b42-beb1-1b234ce5678]"
Verify the report ID number passed is correct, and modify accordingly.
Rename [repotId] to '1234b12b-af12-123f-a12b-123fb1fb1234'.
curl -X
POST "https://api.equinix.com/v1/reportCenter/reports/ffb1cb2d-d123-1b42-beb1-1b234ce5678"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHIZZZZ"
EQX-816-404: Scheduled report not found
A scheduled report record is not found for scheduledId [scheduleId]
Code | EQX-816-404 |
Description | A scheduled report record is not found for scheduledId [scheduleId] |
Generic Cause | Scheduled ID number passed may be incorrect or no longer exists. |
Quick Fix | Verify end-point URL. |
ERROR CODE: "EQX-816-404"
MESSAGE: "A scheduled report record is not found for scheduledId [1234b12b-af12-123f-a12b-123fb1fb1234]"
Verify the schedule ID number passed is correct, and modify accordingly.
Rename [scheduleId] to 'ffb1cb2d-d123-1b42-beb1-1b234ce5678'.
curl -X
POST "https://api.equinix.com/v1/reportCenter/reports/scheduler/1234b12b-af12-123f-a12b-123fb1fb1234"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHIZZZZ"
EQX-826-404: Invoice document not found
Invoice Document with id [documentId] is not found for invoice with id [invoiceId] of account with number [accountNumber]
Code | EQX-826-404 |
Description | Invoice Document with id [documentId] is not found for invoice with id [invoiceId] of account with number [accountNumber] |
Generic Cause | Invalid document ID number. |
Quick Fix | Verify the document ID number passed in the URL. |
ERROR CODE: "EQX-826-404"
MESSAGE: "Invoice Document with id [15263748] is not found for invoice with id [abc1fd2e-345f-67g4-hi89-01jk234l5m6n] of account with number [1234]"
Verify the document ID number passed in the URL, and modify the value accordingly.
The end-point URL is incorrect. Replace endpoint 15263748 with 152637489.
curl -X
GET "https://api.equinix.com/v1/finance/accounts/1234/abc1fd2e-345f-67g4-hi89-01jk234l5m6n?documentId=15263748"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHIZZZZ"
EQX-826-404: Invoice not found
Invoice with id [invoiceId] is not found for account with number [accountNumber]
Code | EQX-826-404 |
Description | Invoice with id [invoiceId] is not found for account with number [accountNumber] |
Generic Cause | Invalid invoice ID number. |
Quick Fix | Verify the invoice ID number passed in the URL. |
ERROR CODE: "EQX-826-404"
MESSAGE: "Invoice with id [abc1fd2e-345f-67g4-hi89-01jk234l5m6n] is not found for account with number [1234]"
Verify the invoice ID number passed in the URL, and modify the value accordingly.
The end-point URL is incorrect. Correct the invoice ID.
curl -X
GET "https://api.equinix.com/v1/finance/accounts/1234/abc1fd2e-345f-67g4-hi89-01jk234l5m6n?documentId=152637489"
-H "Content-type: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHIZZZZ"