Announcements

The Equinix Community will be offline for scheduled maintenance on July 31, 2024. Learn More.

Discussions

Sandbox GET L2 Service Profile

Sandbox GET L2 Service Profile

API_User
Level 9

Hello,
I'm playing around with the Sandbox APIs and stumbled upon this problem.
When trying to get a list a services I get this error message:

Request

GET https://sandboxapi.equinix.com/ecx/v3/l2/serviceprofiles/services

Result

{
"fault": {
"faultstring": "Invalid API call as no apiproduct match found",
"detail": {
"errorcode": "keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"
}
}
}

In the long run I'd like to implement the Sandbox APIs in our production environment to serve as a kind-of dry-run feature. That means if we start a dry-run of our processes they will point to the Sandbox environment instead of the production APIs.

Is it wise to do that or is the data for the Sandbox APIs changing often? I've read somewhere that the Sandbox environment is updated every couple of months.

Thanks

Replies 0 0