Network Interconnections. See Instructions to create Network Interconnections at Check out the product docs to learn more about Equinix Fabric.
Retrieve connection events
/connections/{connection_id}/events
Returns a list of the connection events
Retrieve connection port events
/connections/{connection_id}/ports/{id}/events
Returns a list of the connection port events
Retrieve connection events
/virtual-circuit/{id}/events
Returns a list of the virtual circuit events
Request a new connection for the organization
/organizations/{organization_id}/connections
Creates a new connection request. A Project ID must be specified in the request body for connections on shared ports.
List organization connections
/organizations/{organization_id}/connections
List the connections belonging to the organization
Request a new connection for the project's organization
/projects/{project_id}/connections
Creates a new connection request
List project connections
/projects/{project_id}/connections
List the connections belonging to the project
Get connection
/connections/{connection_id}
Get the details of a connection
Update connection
/connections/{connection_id}
Update the details of a connection
Delete connection
/connections/{connection_id}
Delete a connection, its associated ports and virtual circuits.
List a connection's ports
/connections/{connection_id}/ports
List the ports associated to an connection.
Get a connection port
/connections/{connection_id}/ports/{id}
Get the details of an connection port.
List a connection port's virtual circuits
/connections/{connection_id}/ports/{port_id}/virtual-circuits
List the virtual circuit record(s) associatiated with a particular connection port.
Create a new Virtual Circuit
/connections/{connection_id}/ports/{port_id}/virtual-circuits
Create a new Virtual Circuit on a dedicated connection using a Virtual Network record and an NNI VLAN value.
Get a virtual circuit
/virtual-circuits/{id}
Get the details of a virtual circuit
Update a virtual circuit
/virtual-circuits/{id}
Update the details of a virtual circuit.
Delete a virtual circuit
/virtual-circuits/{id}
Delete a virtual circuit from a dedicated port.