Engage with industry experts, share insights, ask questions, and grow your network.
Recently active
Hello everyone! At Equinix, we are proud to offer a wide range of products and services to help our customers achieve their business goals. From data centers to network solutions, cloud exchange to security services, we have a variety of offerings that can meet your needs. That's why we would love to hear from you! We would like to get an understanding of which of our products you're using and how they're helping you achieve your goals. Whether it's our: Data centers: providing secure and reliable colocation solutions Network solutions: connecting you to a global network of partners and customers Cloud exchange: giving you the ability to easily and securely connect to multiple clouds Security services: protecting your critical business assets and data Interconnection solutions: allowing you to directly connect to the people, places, and things that matter most to your business Equinix Metal: providing on-demand and scalable bare metal infrastructure solutions Network Edge: delivering
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.
Equinix Internet Access is now on the Equinix Developer platform. Catalog | Developer Platform (equinix.com)
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?
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
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.
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?
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
Hi Community, I wanted to start a chat around some dev ops tools that we know many of our customers use. I'll throw a few questions below to get us started but feel free to go off topic if you want to discuss something outside of these questions. Does your organization use Ansible, Terraform, or both? Are there other automation tools that you use or prefer? What do you like/dislike about each of these tools? How can we improve the user experience when using these tools with Platform Equinix?
Hi Community, I just finished reviewing the official announcement and wanted to share my highlights TLDR IT equipment within data centers, including routers, servers and storage arrays, emit high levels of heat that requires data centers to be fitted with robust cooling systems to remove that heat "Most datacenters operate within restrictive temperature and humidity bands, resulting in environments that are unnecessarily cooler than required," said Rob Brothers, Program Vice President, Datacenter Services, IDC "Optimizing data center temperatures results in more efficient operations, benefitting businesses and the planet..." - Sue Preston, vice president and general manager, Advisory and Professional Services, Hewlett Packard Enterprise (HPE). As a part of this new efficiency initiative, Equinix expects to operate its facilities closer to 27°C (80°F), aligning operating limits across its global data center portfolio with the globally accepted boundaries of the A1A standards
Minutes? Hours? Days? Months? Years? Let’s hear it! Don’t settle for months, you’ve got Equinix within minutes. Be the first to test drive Equinix Deploy and use our self-service capabilities across Equinix Metal, Equinix Network Edge and Equinix Fabric.
Join us as we cheer on our first 1,000 Equinix Community members who have joined us from around the world. Thank you for being part of this journey! Today, we’re recognizing our 1,000th member, @yongkimleng as one of our community featured members.Equinix Community: 1,000 members and counting!If you’re new here, welcome! Don’t forget login using your ECP credentials and Introduce yourself here. If it’s been a while since you’ve been back, be sure to check out the new Equinix Community as it has a completely new look and feel!Take a look at the recent discussions, content, and events coming up: Meet the Equinix GSAs from AccelerateWhat additional service providers would you like to have available via Equinix Fabric? LinkedIn Live: Your ecosystem is now your infrastructure What certifications do you recommend? Taking the lead in Decarbonization Seven months ago, we began inviting beta customers into Community. We’ve enjoyed every discussion, topic, and feedback along the way. The Equin
A few points that stood out to me in the What Is a Data Center? What Are Different Types of Data Centers? blog Are data centers expanding, modernizing or shrinking? According to a recent Network World article, “Companies might not be physically building brand new, centralized data centers, but they are modernizing their existing data center facilities and expanding their data center footprint to edge locations.” According to a 2022 study, more than half (51%) of IT professionals said they were planning to close all of their on-premises data centers in the next 24 months. The sixth annual Global Interconnection Index (GXI) 2023, a market study published by Equinix, predicts that: “By 2026, 80% of G2000 companies will be digital leaders, interconnecting with 4+ hyperscale providers and 30+ SaaS/business partners, on average.” Most enterprise and government data centers cannot meet the high standards of today’s or future sustainability objectives (i.e., carbon neutrality), especially on a
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.