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.

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

IC-NFV-VD-003

CodeIC-NFV-VD-003
DescriptionVirtual device not found
Generic CauseYou have provided an incorrect Id.
Quick FixVerify 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"