Apologies if this is a n00b question but I haven't been able to find an answer in the docs so far.
Just starting out on the API journey, so for now at least we only need read-only access for our tooling.
What is the recommended way to create a read-only user? So far I can only see how to create accounts for humans.
Cheers!
Has anyone been able to successfully integrate EMG notifications with google's pub/sub? I have been at this for months and am not successful.
Basic path is:
- EMG event such as port down is triggered
- This event, which is picked up by the python outgoing notifications script located at https://github.com/equinix/messaging-gateway-templates/tree/master/template-python-outgoing-notifications-v1, which I have deployed as a cloud function and scheduled to run every 2 minutes, is then sent to pub/sub
- the pub/sub notification is sent out as an email notification to my team.
Is anyone able to assist?
For example, if I want to use Equinix Fabric to set up and operate AWS, is it possible to use the EquinixFabric API for management within AWS (EC2 startup, life-and-death monitoring, etc.)?
Or is it necessary to use APIs provided by AWS?
When using multiple Azure and GCP, it is a concern to use the API provided by each.
Thank you.
Hello, I was curious if there is an existing catalog that I can use for unannounced shipments on the customer portal. I would expect it to be in Shipments v1 or v2 but I do not see it.
Thanks
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 errors:
code: "EQX-171-1212"
"/filters/dateRange"
message: "instance value (%s) not found in enum (possible values: %s)"
"PAST_7_DAYS"
Thank you in advance
Hi,
I am trying to call your APIs from a browser but i am getting a CORS error. Thanks!!
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.
I requestet 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 <my Token>' \
--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"}
Hi, I would like to check if there is any rate limit on OAuth API?
Hi,
I am not a developer but I am very familiar with Equinix portals (ECX and ECP) and now I'd like to try out your APIs before recommending to my development team to proceed with the integration. Where do I start, any advice?
Hello, May I know the capabilities and limitations of sandbox environment and how close is it to the production environment?
Hi,
I got a decent idea of the Equinix sandbox environment from this post https://developer.equinix.com/forum/sand-box-how-use but I'd like to know how to migrate from Sandbox to production once I have completed development.
Would the same credentials work?
Hi, I would like to know whether Equinix Authentication incorporates TLS or SSL in addition to usernames, passwords, client id, and client secrets? If yes, what TLS versions are supported?
Hi,
I'm trying to encode my password before calling the authentication API but it appears that the encoded password is incorrect or is not recognized by Equinix. I tried multiple online generators but nothing works, please advise.
Hello,
I'd like to know more about the sandbox environment and what is the difference between the sandbox and playground environment and also how I can access it?
{"errors":[{"code":"EQX-161-403","message":"Insufficient permission to access the resource or invoke the request."}],"ticketId":"190806075245093"}
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!
Hello,
There appears to be a mismatch between the username I am sending in my request payload for OAuth 2.0 authentication and the response I am getting from Equinix. Can someone tell me what am i doing wrong here?
My OAuth 2.0 (Authentication) API call is failing, please help.
I have multiple Equinix user logins from different Accounts. I noticed that on a Developer Portal, Under a given App, Consumer Key and Secret Key is same for all existing multiple user logins .
Does this have any impact on API Operations as we have the same keys? How do we differenciate operations?
I have a Portal Login. How can I access playground on Developer Portal? Should I register to Plaground?
I am Equinix Customer. How can I enable myself Production Developer Portal Access?
I am seeing a new option called 'Sanbox' while creating MyApps. What is Sandbox?
ECP APIs request packets have attributes with names – IBX, Cage. What does these attributes mean?
Hi, I am currently working on ECP APIs and i don't see the detailed documentation under knowledge center, please assist.
Given the TTL of access token is 60 minutes, what will happen that another access token was generated before the previous one expired? The scenarior could be that two different threads are running independently, one thread created one access token for calling APIs. 5 minute later, the other thread created another access token without knowing there already had access token created. Will both access token valid at the same time? Assuming both threads are under the same user credentials or from the same user accound.
General Discussion
For all your general enquiries around Equinix APIs, please post your questions here.