APIs
40 TopicsNot able to use Equinix API, giving error - error:0A000438:SSL routines::tlsv1 alert internal error
when I am trying below command from my server curl -v https://api.equinix.com its giving below error error:0A000438:SSL routines::tlsv1 alert internal error It was working fine earlier. I am using below APIs for validating Azure Key https://api.equinix.com/fabric/v4/connections/validate But now even authentication API is also not working620Views1like2CommentsSmart Hands ticket api
Hello guys, I am new in using curl and I have a qeustion. How it looks the final example autharization form + get smart hands type. curl -XPOST 'https://api.equinix.com/oauth2/v1/token' -H "content-type: application/json" -d '{ "grant_type": "client_credentials", "client_id": "ABCDE12345", "client_secret": "FGHIJ67890" }' and curl -X GET "https://api.equinix.com/v1/orders/smarthands/types" -H "content-type: application/json" -H "authorization: Bearer qwErtYxxxxxxxcdefGHI" I don't understand how to combine these two example in one and why I have to use second time -H "authorization: Bearer qwErtY8zyW1abcdefGHI"Solved1.9KViews0likes1CommentPermissons Issue
I recevved the above error while trying to add a workvisit request. I'm doing some integration testing and trying to perform some negative tests so my software is able to report failures accurately. The error in itself is not really very informative so if anyone else who has seen this knows the cause I'd love to know! { "errors": [ { "code": "EQX-161-403", "message": "Insufficient permission to access the resource or invoke the request." } ], "ticketId": "190806075245093" }6.2KViews0likes9CommentsUnable to filter using "dateRange" for OrderHistory_v1
When filtering with dateRange on the OrderHistory_v1 API i get a statusCode 400 returned. Other filters work fine for me and return expected results I am using the following payload { "filters": { "dateRange": [ "PAST_7_DAYS" ] } } The errors I receive are: code: "EQX-171-1212" path: "/filters/dateRange" message: "instance value (%s) not found in enum (possible values: %s) PAST_7_DAYS" Thank you in advance2KViews0likes1CommentUser API access not working in Prod
Getting this error: { "errors": [ { "code": "403", "message": "You are not authorized to access the api" } ] } when trying to query /v1/users, what specific permission is required? I'm not a master admin, but all the other APIs works for me.2.1KViews0likes1Commentsandbox api: "Error in getting user's profile"
I requested a bearer token ... no problem. As I try to get the userport with that valid bearer token, I get an error. Did I miss something ? Do I need an extra acceptance from our account manager to use my account in the sandbox ? my curl request: curl -ki --request GET \ --url https://sandboxapi.equinix.com/ecx/v3/port/userport \ --header 'accept: application/json' \ --header 'authorization: Bearer ' \ --header 'content-type: application/json' the http response: HTTP/1.1 500 Internal Server Error with this error body: {"errorCode":"IC-USR-014-01","errorMessage":"Error in getting user's profile"}3.2KViews0likes3CommentsAccess request procedure
Equinix has two way of integrating APIs: Playground environment, https://developer.equinix.com/playground/access -> Can register and experience Equinix Mock API’s (Request and Response). No Developer Portal permission required. Production environment, https://developer.equinix.com/ -> To experience API’s on Production Environment, Requires Developer Portal Login. If you are interested, Please share your company’s Account name/Account number that is tied up with Equinix, So that we can help you to process the access request.1.8KViews0likes1Comment- 2.1KViews0likes1Comment