Engage with industry experts, share insights, ask questions, and grow your network.
Recently active
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 triggeredThis 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/subthe pub/sub notification is sent out as an email notification to my team.Is anyone able to assist?
I use shipment v2 API in playground.URL of my request: https://playgroundapi.equinix.com/colocations/v2/orders/shipmentsJSON data of my request: { "type": "INBOUND", "requestedDateTime": "2023-03-02T10:45:41Z", "cageId": "1234", "details": { "carrier": "OTHER", "carrierName": "New Carrier", "numberOfBoxes": 2, "carrierTrackingNumbers": [ "t1Z294AK92654678989", "t1Z086DK96424456780" ] } } I get two possible responses for this same request:504 gateway time-out error { "fault": { "faultstring": "Gateway Timeout", "detail": { "errorcode": "messaging.adaptors.http.flow.GatewayTimeout" } } } 204 No ContentHowever according to API docs, I should get 201 and the order id.
I am passing JSON for ordering outbound shipments. The JSON is below but its pretty much that same as my inbound JSON which is fine. The issue I am getting with the outbound order is that I am getting this error: b'[{"errorCode":"EQ-2016010","errorMessage":"One or more properties are invalid","correlationId":"105073684364570","additionalInfo":[{"property":"details.carrierTrackingNumbers","reason":"details.carrierTrackingNumbers should NOT have more than 1 items","value":["123456789", "987654321"]}]}]' My JSON: { "type": "OUTBOUND", "customerReferenceId": "x", "requestedDateTime": "2023-04-12T07:00:00.000Z", "cageId": "x", "details": { "carrier": "FEDEX", "numberOfBoxes": 2, "declaredValue": 1, "declaredValueCurrency": "USD", "carrierTrackingNumbers": [ "123456789", "987654321" ], "shipmentLabelRequired": false } } Just for reference this is my inbound which is working as expe
The Billing function in Equinix Customer Portal allows customers to view and manage their billing information related to their Equinix IBX data center deployments. By accessing the Billing History section, customers can view or download detailed information on all the charges and payments associated with their billing account for the past 12 months, including invoices, credit memos, and payments. The Billing History feature provides a high-level summary of all billing transactions, giving customers an overview of their account's financial status. With this information readily available, customers can better manage their billing account and make informed decisions about their Equinix services.Find out more at https://docs.equinix.com/en-us/Content/Billing/billing.htm.
We're making improvements to the Equinix Community login experience! Starting April 6, 2023, you'll see a change to our login experience as we update to the new unified login experience for Equinix portals. Here's what to expect:Consistent look and feel across all Equinix portal login experiences If you use a password manager, you'll need to resubmit your username/password If you encounter an issue with logging into Community, please email community@equinix.com so we can look into it further.
Equinix Internet Access is now on the Equinix Developer platform. Catalog | Developer Platform (equinix.com)
A reliable, fast and easy way to get internet access from the IBX. Here are some videos that give an overview of the service. Equinix Internet Videos
Hi Community! We posted in January that Equinix is building a new visual online cage tool to make tracking your deployment easier, and the Customer Insights Panel has spoken!Equinix will be including these top 3 important areas of information in the first release of this tool. Main Equinix Contact Action items that require customer attention IBX Cage/Cabinet location Don't miss out on future opportunities to hear first and get exclusive access to new ideas, processes, product releases and more.We're currently seeking feedback on features to include in a new Equinix Fabric capability launching this year – internet access. Sign up today to join the Customer Insights Panel and have your say! Once your account is activated, you can explore and participate in research activities.
Hey folks,As conference seasons is quickly approaching are there any must-attend conferences that you'll be going to? I plan on going to KubeCon EU, KubeHuddle Toronto, and hopefully some of the DevOps Days conferences (Austin and Chicago, maybe?).If you're going to be at one of those feel free to reach out and we can connect in person.Any other conference or event suggestions?
We recently published a blog (here) called "How Did My Cloud Bill Get So High?" which focused on choosing the best workload placement based on business value, cost and risks. How have your cloud migrations gone historically? Did you migrate from colocation or something else? What were the best (or worst) parts of your migration? Let us know your stories in the comments!
Are you still using a username to login to Equinix products? Here you go Linking Identity feature which will allow you by providing an email, to switch to the email-based authentication process.
I am able to successfully create a connection to "AWS Direct Connect" via the APIs. However, the docs recommends in step 5: 5. Validate your AWS Account ID Use the Validate Connection Authorization Key API request to verify that your AWS Account ID can be used to create a connection to the selected service profile in the given metro. Doing a POST to /fabric/v4/connections/validate { "filter": { "and": [ { "property": "/zSide/accessPoint/authenticationKey", "operator": "=", "values": [ "123456789" ] }, { "property": "/zSide/accessPoint/profile/uuid", "operator": "=", "values": [ "69ee618d-be52-468d-bc99-00566f2dd2b9" ] } ] } } and it always returns a 400 Bad Request [ { "errorCode": "EQ-3142601", "errorMes
When setting up an Azure ExpressRoute, how is the redundant connection configured? Do I create 2 separate connections, and have one be redundant.priority PRIMARY, and the other SECONDARY? What's the difference between the "redundancy" in the connection, and the "redundancy" under the aside/zside port configuration?
We're actively working to make your experience with products like Metal, Fabric, and Network Edge better. We've put together a fairly short survey (it'll take 10 minutes) to get your input on what's working (or not!). The survey will be open through Feb 19th. Beyond helping us help you, the first 100 respondents will receive a $50 credit to the Metal store. Start the survey here.
I recently stumbled upon an interesting blog about AI (our top blog for Jan listed below) and it got me thinking about all the amazing (and sometimes concerning) advancements in this field. As someone who has been playing around with ChatGPT in my personal life, I understand the power and potential of AI, but also the risks that come with it.For example, there was a recent incident with an AI-generated show that was streaming on Twitch that had to be taken down due to some questionable content. This just highlights the importance of being aware of the potential dangers and ensuring that our AI models are well-trained and trustworthy.That's why I want to start a discussion with all of you about the biggest risks you see with AI. Have you encountered any similar incidents or have any stories to share? I'd love to hear your thoughts and insights on this topic! The top performing blog posts of the month were:4 Factors That Define Responsible AI Cross Connects vs. Virtual Connects Data Mana
Hello,I would like to create a L2 connection in the sandbox but I'm having some problems. I can get a list of ports but I can't get a service profile using GET /fabric/v4/serviceProfiles. When I try to create a service profile I get the message "PENDING APPROVAL" but I can't find a way to approve this service profile.What would be the best way to test the setup of L2 connections to Azure, AWS and Google in the the sadbox environment?Any help is appreciated.Thanks
Thanks for being part of the Equinix Community. Let's get you started on the right path. Update your Profile Update your profile Image: Select one of the provided images or add a picture of yourself. Profile Details: Tell us more about yourself in your profile under My Settings>Personal Information. You can update your title to reflect your company and role, location, biography, social media handles and more. Introduce Yourself Introduce yourself in this discussion thread Join or start a discussion Check out the most recent discussions to get started! Ask a question, share an idea, kickoff a collaborative brainstorm, discuss industry trends. Not sure how to start your first post? Check out this post. Give your first kudos! Share your appreciation for a discussion or comment by clicking the thumbs up and giving them kudos. Did you know that by doing this you are already a step closer to earning your next ba
Hi, I am using the API to open inbound orders and I received a call today that the Shipping team cannot scan the tracking numbers and associate them to a ticket. It looks like the API is putting the tracking number string into a list instead of a string which is causing this, ['626467467487', '626467467454', '626467467465', '626467467476']. I have my app posting this in a string format using the catalog on the developer portal. The portal does state that the tracking numbers need to be inside brackets so could that be the reason? "carrierTrackingNumbers": [ "DHL930182000"], That is the example from the catalog, I believe the brackets are causing the issue here with the Shipping department at the site.
Equinix Identity and Access Management Identity and Access Management (IAM) has been implemented for Fabric, Network Edge, and Equinix Precision Time (EPT) users in your account. IAM will enable you to create role-based permission structures and build a resource hierarchy that matches your organizational hierarchy. This provides flexible self service account administration and significantly enhances your security posture. Identity and Access Management Learn about IAM Access IAM from the left side menu drop-down in Equinix Customer Portal (ECP), Fabric Portal, or EPT Portal to view your assigned projects and assets Users will be assigned Roles and Permissions based on their existing permissions and your assets will be assigned to a default project Use the Context Switcher drop-down at the top of the Fabric and EPT portals to set or change the project Administrator Responsibilities As a Master Admin in ECP, you will be assigned IAM, Primary, Org, Project, and Finance Admin roles&nb
I keep hearing about accessing things in "ECP". What is ECP?
I'm trying to create a primary and secondary GCP connection. I created a primary connection, however, when I try to create the secondary connection I get the following response: [ { "errorCode": "EQ-3142303", "errorMessage": "Only Primary connection allowed for this CSP", "details": "Given service profile does not allowed redundant connection", "correlationId": "null-0000-103912200151-api", "additionalInfo": [ { "property": "/redundancy/priority" } ] } ] However, if I get the service profile details via the API: https://api.equinix.com/fabric/v4/serviceProfiles/{UUID} in the "metadata" section there is an attribute "redundantProfileId" which lists the profile Id I was using to try and create a redundant connection. Am I misunderstanding this as it seems that since there is a "redundantProfileId" listed that the profile should support redundant connections?
New lower speed tier on Equinix Fabric, ideal for digital banking and payment services 10Mbps connection speed available now Equinix Fabric has a lower virtual connection speed option of 10 Mbps. This speed is available for all customers use cases, but is ideal for customer connectivity via Fabric for high volume, low bandwidth transactions such as digital banking and payment services. Customers can create 10 Mbps virtual connections to connect to themselves in a point-to-point or a multipoint-to-multipoint configuration. If interested in creating a 10 Mbps virtual connection to a Service Providers publicly available on Fabric, you should verify that the Service Provider supports the lower speed tier. Availability: All Equinix Fabric locations, for local and remote connections, to any connection destinations (provided the Service Provider allows that speed tier) Ordering: Customers can order 10Mbps virtual connections online only.
Based on Cisco's direction, Equinix will end sales for any new Cisco CSR1000v (including both Equinix-Configured as well as Self-Configured device type) from the Network Edge marketplace. For existing Equinix-Configured Cisco CSR1000v customers, devices will be End-of-Sale at the end of February 2023. All new customers are advised to consider the Cisco Catalyst 8000v router, which is recommended by Cisco. Additionally, with the end of sale announcement of the Cisco CSR1000v by Cisco, Equinix will be providing a tool to migrate existing Network Edge CSR1000v Self-Configured BYOL customers to Cisco Catalyst 8000v BYOL. This guided flow from the Fabric portal helps customers migrate their existing CSR1000v and associated connections. For more information, please refer to the Cisco1000v End-of-Sales/End-of-Life Announcement.
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.
Equinix Accelerate 2022 (our customer technical education event) is just around the corner and we want to make it easy for you to stay connected to the latest discussions on one place! Stay tuned for highlights, technical content, and what the latest conversations are as we get closer to Accelerate. Comment below if you are attending! In this event you’ll learn how to design and build faster on Platform Equinix. You will hear from Equinix solution architects, customers like Sentara Healthcare, and partners such as Google, Cisco, and Pure Storage, as they cover three key topic areas: Network Architecture for Multi-Cloud Deployments: Learn the fundamentals of efficient networking design to your cloud applications. Extending your SD-WAN to the cloud: Extend your SD-WAN to the cloud to achieve global scale, virtually. Networking for Cloud-Adjacent Data: Reduce network complexity with cloud-adjacent data architecture. Each topic will include interactive presentations on best-practic
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.