Skip to main content

Effective 10 September 2024, API Documentation can be found on our Equinix Product Documentation site.
The content on this page will not be updated after 1 Oct 2024 and will be inaccessible after 31st Dec 2024.


Update Connection Bandwidth

Step 1: Authenticate

Submit your user credentials, Client ID, and Client Secret for OAuth2 authentication.

 

Refer to Generating Client ID and Client Secret under the Getting Access Token section for instructions on how to create client ID and client secret and refer to Requesting Access and Refresh tokens section for instructions on how to call Oauth API to validate and authenticate your credentials.

 

If you are unaware of your user credentials for Equinix Fabric, contact your local Equinix Service Desk.

Step 2: Get Attribute Information

Use the Retrieve Connections API request to retrieve a list of pending connections and identify the one you want to modify.

Step 3: Update Connection Bandwidth

Use the Update Connection API request to change connection bandwidth.

 PATCH /fabric/v4/connections/{uuid}
MethodPATCH
URL or Endpoint/fabric/v4/connections/{uuid}
HeadersAuthorization, Content-Type
Path Parametersuuid
Query ParametersNot applicable
Body Parametersop, path, value

Sample curl request

curl -X
PATCH 'https: //api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62'
-H 'content-type: application/json'
-H 'authorization: Bearer qwErtY8zyW1abcdefGHI'
-d '[
{
"op": "replace",
"path": "/bandwidth",
"value": 1000
}
]'

Path parameters

ParameterMandatoryTypeExample valuesApplicable valuesDescription
uuidyesstring3a58dd05-f46d-4b1d-a154-2e85c396ea62-Equinix-assigned connection identifier.

Body parameters

ParameterMandatoryTypeExample valuesApplicable valuesDescription
opyesstringreplacereplaceUpdate request type.
pathyesstring/name/bandwidthParameter path.
valueyesstring
integer
Conn-Name-2-Parameter value.
/bandwidth
valueyesinteger100010
50
200
500
1000
2000
5000
10000
Connection bandwidth in Mbps.
 

If you get “Access Denied” error, contact your local Equinix Service Desk for Equinix Fabric Portal access.


Sample response

{
"href": "https://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62",
"type": "EVPL_VC",
"uuid": "3a58dd05-f46d-4b1d-a154-2e85c396ea62",
"name": "Conn-Name-2",
"state": "PROVISIONED",
"order": {
"purchaseOrderNumber": "1-129105284100",
"billingTier": "Up to 1 Gbps"
},
"bandwidth": 1000,
"redundancy": {
"group": "m167f685-41b0-1b07-6de0-320a5c00abeu",
"priority": "PRIMARY"
},
"aSide": {
"accessPoint": {
"type": "COLO",
"port": {
"href": "https://api.equinix.com/fabric/v4/ports/a867f685-41b0-1b07-6de0-320a5c00abdd",
"type": "XF_PORT",
"uuid": "a867f685-41b0-1b07-6de0-320a5c00abdd"
},
"linkProtocol": {
"type": "DOT1Q",
"vlanTag": 1001
}
}
},
"zSide": {
"accessPoint": {
"type": "SP",
"profile": {
"href": "https://api.equinix.com/fabric/v4/ports/a867f685-41b0-1b07-6de0-320a5c00abdd",
"type": "L2_Profile",
"uuid": "20d32a80-0d61-4333-bc03-707b591ae2f4"
},
"location": {
"href": "https://api.equinix.com/v4/metros/SV",
"metrocode": "SV",
"region": "AMER"
}
}
},
"notifications": [
{
"type": "ALL",
"emails": [
"test@equinix.com",
"test@equinix.com"
]
}
],
"operation": {
"equinixStatus": "PROVISIONED",
"providerStatus": "PROVISIONED"
},
"changeLog": {
"createdDateTime": "2021-07-15T19:30:29.526Z",
"updatedDateTime": "2021-08-15T19:30:29.526Z",
}
}

Response payload body description

ParameterTypeExample valuesDescription
hrefstringhttps://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62An absolute URL that returns the specified connection.
typestringEVPL_VCConnection type.

EVPL_VC - Ethernet virtual private line connection type used for tagged layer 2 connections.
uuidstring3a58dd05-f46d-4b1d-a154-2e85c396ea62Equinix-assigned connection identifier.
namestringConn-Name-2Connection name.
statestringPROVISIONINGLifecycle stage of a connection.
orderobject-Order details.
order.purchaseOrderNumberstring1-129105284100Subscriber's purchase order identifier.
order.billingTierstringUp to 1 GbpsBilling tier for connection bandwidth.
bandwidthinteger1000Connection bandwidth in Mbps.
redundancyobjectObject containing redundancy details.
redundancy.groupstring7a58dd05-f46d-4b1d-a154-2e85c396ea63Unique Id of the redundancy group.
redundancy.prioritystringPRIMARYWhether the connection is PRIMARY or SECONDARY.
aSideobject-Source port definition.
aSide.accessPointobject-Connection endpoint configuration.
accessPoint.typestringCOLOConnection endpoint type.

COLO - Colocation space in an IBX data center.
accessPoint.portobject-Port associated with the connection.
port.hrefstringhttps://api.equinix.com/fabric/v4/ports/a867f685-41b0-1b07-6de0-320a5c00abddAn absolute URL that returns the specified port.
port.typestringXF_PORTType of port.

XF_PORT - Equinix Fabric port used as a Fabric connection endpoint.
port.uuidstringa867f685-41b0-1b07-6de0-320a5c00abddEquinix-assigned port identifier.
accessPoint.linkProtocolobject-Link protocol configuration.
linkProtocol.typestringDOT1QLink protocol type.
linkProtocol.vlanTaginteger1001DOT1Q protocol VLAN tag.
zSideobject-Connection destinatino definition.
zSide.accessPointobject-Connection endpoint configuration.
accessPoint.typestringSPConnection endpoint type.

SP - Service profile.
accessPoint.profileobject-The service profile associated with this access point.
profile.hrefstringhttps://api.equinix.com/fabric/v4/services/serviceProfiles/20d32a80-0d61-4333-bc03-707b591ae2f5An absolute URL that returns the specified service profile.
profile.typestringL2_PROFILEService profile type.

L2_PROFILE - layer 2 service profile for establishing connections in layer 2 of the OSI networking model.
profile.uuidstring20d32a80-0d61-4333-bc03-707b591ae2f5Unique identifier assigned to the service profile associated with this access point.
accessPoint.locationobject-Attributes associated with the specified asset location.
location.hrefstringhttps://api.equinix.com/v4/metros/SVAn absolute URL that returns the specified metro.
location.metroCodestringSVMetropolitan area identifier.
location.regionstringAMERBroad geographic area in which a specified Equinix asset is located.
notificationsarray[object]-Subscriber preferences for notification of changes in asset configuration or status.
notifications.typestringALLNotification preferences for a specified asset, such as a service token, port, access point, or profile.
notifications.emailsarray[string]["test@equinix.com"]List of recipients.
operationobject-Access point operational data.
operation.equinixStatusstringPROVISIONEDProgress towards provisioning a specified connection.
operation.providerStatusstringPROVISIONEDProvider's progress towards provisioning a specified connection.
changeLogobject-A permanent record of asset creation, modification, or deletion.
changeLog.createdDateTimestring2021-07-15T19:30:29.526ZConnection creation timestamp in the IETF ISO 8601 extended date/time format:
 
YYYY-MM-DDTHH:MM:SS.000+0000
changeLog.updatedDateTimestring2021-08-15T19:30:29.526ZConnection creation timestamp in the IETF ISO 8601 extended date/time format:
 
YYYY-MM-DDTHH:MM:SS.000+0000