Developer Forum Equinix Fabric™ APIs delta sandbox<>prod apisClosed
 The Developer Forum is shutting down. Please join the Equinix Community to participate in new discussions.
kw
API User
Friday, January 31, 2020 - 18:08

Hi, 

 

We noticed that some api's aren't available in the sandbox but only in production of the Equinix api. Do we have a way to test this? These api's seem to be available in the playground-zone 

 

Works on Prod but not sandbox

  1. list userports
  2. list metros
  3. list buyer/connections
~/projects/bics/eqx-script  curl -X GET "$url/ecx/v3/l2/common/metros" -H "accept: application/json" -H "Authorization: Bearer $token" 

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

 
 ~/projects/bics/eqx-script  curl -X GET "$url/ecx/v3/port/userport" -H "accept: application/json" -H "Authorization: Bearer $token"

 

 

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

 
 ~/projects/bics/eqx-script  curl -X GET "$url/ecx/v3/l2/buyer/connections" -H "accept: application/json" -H "Authorization: Bearer $token"

 

 

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