Developer Forum General Discussion
 The Developer Forum is shutting down. Please join the Equinix Community to participate in new discussions.
API User | 0 Replies | 82 Views | Last Reply: Saturday, September 16, 2023 - 06:05

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!

 

API User | 2 Replies | 87 Views | Last Reply: Monday, May 8, 2023 - 21:50

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:

  1. EMG event such as port down is triggered
  2. 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
  3. the pub/sub notification is sent out as an email notification to my team.

Is anyone able to assist?

API User | 0 Replies | 71 Views | Last Reply: Monday, December 19, 2022 - 18:27

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.

API User | 1 Replies | 96 Views | Last Reply: Friday, May 27, 2022 - 18:31

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

API User | 1 Replies | 99 Views | Last Reply: Friday, February 25, 2022 - 18:03

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
 

 

API User | 1 Replies | 122 Views | Last Reply: Monday, April 12, 2021 - 13:57

Hi,

I am trying to call your APIs from a browser but i am getting a CORS error. Thanks!!

API User | 1 Replies | 116 Views | Last Reply: Friday, February 25, 2022 - 17:56

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.

API User | 3 Replies | 207 Views | Last Reply: Friday, November 6, 2020 - 07:21

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"}

API User | 1 Replies | 162 Views | Last Reply: Thursday, September 24, 2020 - 21:03

Hi, I would like to check if there is any rate limit on OAuth API?

API User | 1 Replies | 260 Views | Last Reply: Wednesday, September 2, 2020 - 01:11

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?  

API User | 1 Replies | 651 Views | Last Reply: Friday, February 28, 2020 - 00:30

Hello, May I know the capabilities and limitations of sandbox environment and how close is it to the production environment?

API User | 1 Replies | 452 Views | Last Reply: Friday, January 31, 2020 - 02:55

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? 

API User | 1 Replies | 477 Views | Last Reply: Thursday, January 30, 2020 - 01:12

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?

API User | 1 Replies | 951 Views | Last Reply: Monday, August 26, 2019 - 16:22

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. 

API User | 1 Replies | 1,054 Views | Last Reply: Tuesday, August 20, 2019 - 09:39

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? 

API User | 9 Replies | 932 Views | Last Reply: Tuesday, August 6, 2019 - 19:15

{"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!

 

API User | 1 Replies | 794 Views | Last Reply: Thursday, July 11, 2019 - 17:21

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?

API User | 1 Replies | 809 Views | Last Reply: Thursday, July 11, 2019 - 17:25

My OAuth 2.0 (Authentication) API call is failing, please help.

API User | 0 Replies | 816 Views | Last Reply: Monday, June 17, 2019 - 22:21

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?

API User | 1 Replies | 879 Views | Last Reply: Tuesday, June 18, 2019 - 11:40

I have a Portal Login. How can I access playground on Developer Portal? Should I register to Plaground?

API User | 1 Replies | 616 Views | Last Reply: Tuesday, June 18, 2019 - 11:31

I am Equinix Customer. How can I enable myself Production Developer Portal Access?

API User | 1 Replies | 710 Views | Last Reply: Friday, June 14, 2019 - 16:17

I am seeing a new option called 'Sanbox' while creating MyApps. What is Sandbox?

What is IBX? Closed
API User | 1 Replies | 890 Views | Last Reply: Thursday, June 13, 2019 - 16:05

ECP APIs request packets have attributes with names – IBX, Cage. What does these attributes mean?

API User | 1 Replies | 715 Views | Last Reply: Thursday, June 13, 2019 - 15:57

Hi, I am currently working on ECP APIs and i don't see the detailed documentation under knowledge center, please assist.

API User | 1 Replies | 620 Views | Last Reply: Friday, June 14, 2019 - 16:03

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.