404: Resource Not Found
The 404 (Resource not found) status code indicates that the server cannot find the requested resource.
Code | 404 |
Description | Resource not found. |
Generic Cause | The resource is invalid or unavailable. |
Quick Fix | Verify end-point URL and resource info. |
IC-NFV-VD-003
Code | IC-NFV-VD-003 |
Description | Virtual device not found |
Generic Cause | You have provided an incorrect Id. |
Quick Fix | Verify the unique Id of the virtual device. |
ERROR SCENARIO EXAMPLE
ERROR CODE: "IC-NFV-VD-003"
MESSAGE: "Virtual device not found"
PATH "/ne/v1/devices/d155c656-86da-4beb-b37e-dc91fd5c20"
TIMESTAMP "1544951546619"
Verify the unique Id of the virtual device.
The unique Id of the virtual device is not correct.
curl -X
GET "https://api.equinix.com/ne/v1/devices/d155c656-86da-4beb-b37e-dc91fd5c20"
-H "accept: application/json"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHI"