Engage with industry experts, share insights, ask questions, and grow your network.
Recently active
Why is maintenance information important?
What is the difference between facility sensors and RLE Wi-Fi sensors?
What is data center infrastructure management (DCIM)?
Where can I learn about user permissions and sub accounts?
We've noticed a change in the API response since the introduction of pagination. When requesting the configured services (using /ecx/v3/l2/buyer/connections?pageNumber={page}&pageSize=1) we receive the same service multiple times. When we move to a next page the advance the pointer to the next record which makes us believe this is actually the "offset". So pageNumber points to the n-th record and pageSize determines how many they return, this means that size=100 on page 1 (start from 0) you get only 1 new record and 99 old ones. ex. if you want record 100, with page size 100, you don't need page 1, you need page 100.I'm guessing this counts as a bug in the API, no?
Hi, We noticed that on 12 February you introduced a breaking change on the API which is undocumented. When doing https://developer.equinix.com/catalog/buyerv3 the response does no longer contain "isLastPage" but contains "last" which is not documented. { "first": "TRUE", "last": "FALSE", "number": 0, "numberOfElements": 20, "size": 20, "sort": [ { "ascending": "FALSE", "descending": "TRUE", "direction": "DESC", "ignoreCase": "FALSE", "nullHandling": "NATIVE", "property": "created_date" } ], "totalElements": 8051, "totalPages": 403 } Can we have an explanation on this and get it back aligned with the documentation?
After I submit an order through API, do I get a notice about the ETA?Upon the completion of my order, do I get a notification?
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 -X POST '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"
Hello Team,I am new to Equinix API's. I tried searching for API that could be used to retrieve the bill and duration of a specific ticket but failed to get the information.I see that there are APIs to generate bills periodically but do not see the one that I mentioned earlier.Could someone from the community or support tream help me with my requirements.I am looking for some relavant pointers so that I can tweak them as per my requirement.ThanksGiridharRHCA(DevOps,Infrastructure & cloud)
If I want Install Base report to be updated periodically should I change one of these parameters? "scheduleType": "ONE_TIME" "period": "NONE" We want it to be up to date at least monthly
Hi,I've been trying to call /getAlerts and /getAlertsActivityLog but keep getting '503 Service Unavailable' Below are the links I used which are found in the documentationshttps://api.equinix.com/smartview/v1/alerts/getAlertshttps://api.equinix.com/smartview/v1/alerts/getAlertActivityLog
Hi,Is it possible to create a private connection to Salesforce via the Equinix fabric API? (Or indeed any other APIs)?I checked the documentation here: https://docs.equinix.com/en-us/Content/Interconnection/Fabric/connections/Fabric-connect-salesforce.htmhttps://developer.equinix.com/docs?page=/dev-docs/fabric/overviewBut couldn’t find an API guide as there is for creating connectivity to other cloud service providers. E.g. Connect to AWSNB: I also tried to query using your chat on the dev platform, but this is only a basic bot that can answer only the most basic of queries.Regards,Dave
Hello,I see on Fabric portal a new feature named : «Service Tokens»This seems to be the thing I need to give to my customer a better user experience.I dont see API documentation about this new feature on : - https://developer.equinix.com/catalogDid i miss the documentation ?Is it possible to list every token created ? Is there a way the refresh the expiration of a token to give back 30 days when there are only few day left ?On a connection, can i know which token was used to create it ? ( will it take the place of the authorizationKey ?)Best regards, Louis
Hey there, I need help! I tried to use API and create a POST REST API request to raise a Work Visit request to Equinix. but unfortunately returned the EQX-161-403 errors. Please kindly help, no idea what this error message means and how to fix this error. Here's the error message from my PowerShell script: $workvisit = invoke-restmethod -uri "https://api.equinix.com/v1/orders/workvisit" -method POST -Headers $postParams -body $postParamsWVJson -ContentType "application/json"invoke-restmethod : {"errors":[{"code":"EQX-161-403","message":"Contacts (with userName) should be Active and Approved"}],"ticketId":"201030030XXXXXX"} Here's my PowerShell script: $postParams = @{}$postParams.Authorization="Bearer " + $token.access_token$location = invoke-restmethod -uri "https://api.equinix.com/v1/orders/workvisit/locations" -method GET -Headers $postParams -ContentType "application/json"$location2= invoke-restmethod -uri "https://api.equinix.com/v1/retrieve-orders/locations" -method GET -Hea
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?
Can I create L3 connections through the API? I can only see L2 connections in the API documentationRegards
Is there any way to increase or decrease speed value and speed unit of an existing connection and without recreating the connection? In the documentation it says PATCH method for /ecx/v3/l2/connections/{uuid} only accepts AccessKey, SecretKey paramsThanks.
Hello,I'd like to know how often do you synchronize your sandbox environment with production environment?
Hi, How often does the port statistics/utilization data get updated as I want to poll the values based on those intervals?
Hello, A few questions for API access and usage. Please can you give me the interval of query for your different levels (power/temperature/etc...). I want to configure a prob who will call your API every x minutes according to your granularity. What is the maximum query per second on the API? Did you have a limitation with token creation (quantity / over time / other)? Are there plans to have the possibility to stream data to an endpoint, I see specific endpoint like GCP/AWS/Azure but what if I want to have my own endpoint? Thanks for your answers,
For same user and account, I am getting Error for different IBX with status code 3001 and message Permission Denied
I'm getting the following error for my work visit requests:You don't have permission to access this cabinetI've checked the list that I am sending against the list that is returned via the getLocation endpoint (https://developer.equinix.com/catalog/workvisitv1).Is there any way to determine which cabinet is causing this issue? I have the full payload that I am sending available upon request.Thanks,Dustin
Hello,I have been reading the ECXF API documentation and I noticed that both "ECX" and "ECXF" abbreviations are used in the V3 APIs migration section. Are ECX and ECXF two separate products?
Hello, May I know the capabilities and limitations of sandbox environment and how close is it to the production environment?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.