Engage with industry experts, share insights, ask questions, and grow your network.
Recently active
How do I start using Equinix Fabric?
How do I create a new Equinix FabricPort?
What is the difference between Equinix Cross Connect and Equinix Fabric ?
What speeds are available on Equinix Fabric?
How do I setup Equinix Fabric to work with my router?
Who else is on the Equinix Fabric platform?
Is Equinix Fabric available internationally?
How is security managed on Equinix Fabric?
Am I able to monitor my ports on Equinix Fabric?
Where I can I find more information on redundancy for Equinix Fabric?
Where can I learn more about the Fabric APIs?
What are the components of Equinix Fabric (port types, VC types)?
I want to order a new fabric cross connect on Fabric portal . However, I am unable to select an account from the menu.
Can someone help me understand what use cases does Equinix Fabric solve?
Can someone help me understand the benefits of connecting via Equinix Fabric?
I've heard mentioned of Equinix Fabric and wanted to understand more. Can someone help me?
I'd like to pull a report of the VLANS used within my connections. Is there somewhere I can see this information?
I have multiple ports within the same account. How can I connect from one port to another within my account?
When filtering with dateRange on the OrderHistory_v1 API i get a statusCode 400 returned. Other filters work fine for me and return expected resultsI 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 advance
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.
Hello, for the endpoint GET https://api.equinix.com/ecx/v3/l2/seller/connections I use it with the profileId filter and I get back many results. I go from page to page to list the connection I have on one specific port. I would like to reduce those calls using the filter portName. However the result is always empty : { "isFirstPage": true, "isLastPage": true, "totalCount": 0, "pageSize": 20, "content": [], "pageNumber": 0 } Have anyone succeeded in getting this to work ?Best regards,
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?
When I try to get a list of all the alarms, the response of my query is: GET: https://api.equinix.com/alarm/v1/smartview/alarms?accountNo=XXXX&limit=10 Output: { "code": 3005, "message": "3005 : INVALID_SESSION_ENTITLEMENT", "uid": null } Can I get some help?
Hello,Without making any changes to my scripting, I am now getting the following error message when attempting to POST (create a new user) to the Users_v2 API:{"errors":[{"code":"EQX-212-1208","message":"object instance has properties which are not allowed by the schema: %s","messageParams":[["companyName","contactDetails","firstName","lastName","locale","timezone","username"]]},{"code":"EQX-212-1218","message":"instance type (%s) does not match any allowed primitive type (allowed: %s)","messageParams":["OBJECT",["array"]]}],"ticketId":"220127161517021"}I am sending all the required parameters as defined in the API definition (https://developer.equinix.com/catalog/usersv2#operation/Create%20a%20user). Can someone help me interpret what this response means and why I am suddenly getting it without any changes on my end? Thank you.
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.