Engage with industry experts, share insights, ask questions, and grow your network.
Recently active
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.
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?
Is there any metal API is available to convert metal's network type to hybrid or L2/L3Thanks
HelloI am trying to get Cage and Cabinet list via API but it returns empty resultsCould you advise how to get the details?Input: curl --request POST \ --url 'https://api.equinix.com/v1/assets/search?sorts=IBX&source=CAGE&exactMatch=false&offset=0&limit=100' \ --header 'accept: application/json' \ --header 'authorization: Bearer xxxxxxx' \ --header 'content-type: application/json' \ --data '{"filter":{"ibxs":["SV2"]}}' Response: { "data": [], "page": { "limit": 90, "offset": 38491869, "total": 0, "sorts": [ "IBX" ] }, "_links": { "next": { "href": "/assets/search?exactMatch=false&offset=38491869&limit=90&source=CABINET&sorts=IBX" }, "previous": { "href": "/assets/search?exactMatch=false&offset=38491869&limit=90&source=CABINET&sorts=IBX" }, "self": { "href": "/assets/search?exactMatch=false&offs
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"
We have been using the API /catalog/workvisitv1 for a while now and we now have a new validation error that is causing a failure to use the API endpoint: { "error": "Unable to create access request with Equinix. Status code = 400, error = {\"errors\":[{\"code\":\"EQX-161-6119\",\"fields\":[\"\/attachments\"],\"message\":\"Justification form is mandatory for visiting the IBX : %s. Justification is available to download as part of work visit page in Equinix Customer Portal.\",\"messageParams\":[\"CH3\"]}],\"ticketId\":\"redacted\"}" } This appears to be a new validation error. I haven't seen anything regarding changes to the published API. Do you guys know if this is a bug or a new requirement?
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
Hi, i have been trying to run this API request and always get: {"errorCode":"IC-999-99","errorMessage":"Internal Error"} Here's what I am sending: curl --location --request GET https://api.equinix.com/ecx/v3/l2/common/metros -H "Content-Type: application/json" -H "Authorization: Bearer --------k2wFtBdLcAb8kTdCOfHM" Could anyone assist or tell me what i'm doing wrong?
Hi, I'm trying to get the price of L2 connections from a NE device. I found the below API call, which seems to work only for physical ports, not for NE devices:https://developer.equinix.com/catalog/buyerv3#operation/getL2PricesUsingGETHow can get the same pricing functionality but for L2 connections originated from a NE device?
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.