Route Aggregations
Create Route Aggregation
POST /fabric/v4/routeAggregations | |
---|---|
Method | POST |
URL or Endpoint | /fabric/v4/routeAggregations |
Headers | Authorization, Content-Type |
Path Parameters | Not applicable |
Query Parameters | Not applicable |
Body Parameters | type, name, description, project |
Sample curl request
curl -X POST 'https: //api.equinix.com/fabric/v4/routeAggregations'
-H 'content-type: application/json'
-H 'authorization: Bearer qwErtY8zyW1abcdefGHI'
-d '{
"type": "BGP_IPv4_PREFIX_AGGREGATION",
"name": "My-route-aggregation-v4",
"description": "Test aggregation",
"project": {
"projectId": "dadd3ab6-c0af-430c-8216-43d44f08c1c5"
}
}'
Body parameters
Parameter
|
Description
|
---|---|
type
string REQUIRED |
Type. Example: BGP_IPv4_PREFIX_AGGREGATION |
name
string REQUIRED |
Name. Example: My-direct-route-1 |
description
string OPTIONAL |
Description. Example: My-direct-route-1 |
project
object REQUIRED |
Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects. |
projectId
string REQUIRED |
Customer project identifier. Example: 995072000433550 |
Sample response
{
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"type": "BGP_IPv4_PREFIX_AGGREGATION",
"uuid": "695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"name": "My-prefix-aggregation-v4",
"description": "Test aggregation",
"state": "PROVISIONING",
"change": {
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d/changes/04af0d37-9160-43d8-97ef-9da9786996a3",
"type": "BGP_IPv4_PREFIX_AGGREGATION_CREATION",
"uuid": "04af0d37-9160-43d8-97ef-9da9786996a3"
},
"rulesCount": 0,
"connectionsCount": 0,
"project": {
"projectId": "dadd3ab6-c0af-430c-8216-43d44f08c1c5"
},
"changeLog": {
"createdBy": "testuser",
"createdByEmail": "testuser@equinix.com",
"createdByFullName": "testuser testuser",
"createdDateTime": "2020-05-21T10:30:00Z"
}
}
Response description
Parameter
|
Description
|
---|---|
href
string |
An absolute URL that returns the specified asset. Example:https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d |
type
string |
Asset instance type. Example: BGP_IPv4_PREFIX_AGGREGATION. |
uuid
string |
Equinix-assigned asset identifier. Example: 695a8471-6595-4ac6-a2f4-b3d96ed3a59d |
name
string |
Route Aggregation instance name. Example: My-prefix-aggregation-v4 |
description
string |
Route Aggregation description. Example: Test aggregation |
state
string |
Asset lifecycle stage.
|
change
object |
Current state of latest Route Aggregation change. |
uuid
string |
Uniquely identifies a change. Example: 04af0d37-9160-43d8-97ef-9da9786996a3 |
type
string |
Type of change. Example: BGP_IPv4_PREFIX_AGGREGATION_CREATION |
href
string |
Route Aggregation Change URI. Example: https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d/changes/04af0d37-9160-43d8-97ef-9da9786996a3 |
connectionsCount
integer |
Amount of connections. Example: 0 |
rulesCount
integer |
Amount of rules. Example: 2 |
project
object |
Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects. |
projectId
string |
Customer project identifier. Example: 995072000433550 |
changeLog
object |
A permanent record of asset creation, modification, or deletion. |
createdBy
string |
Identity of the asset creator. Example: AverageJoe |
createdByFullName
string |
First and last name of the asset creator. Example: Joe Average |
createdByEmail
string |
Email address of the asset creator. Example:joe@average.org |
createdDateTime
string |
Asset creation timestamp in the IETF ISO 8601 extended date/time
format: YYYY-MM-DDTHH:MM:SS.000+0000 Example: 2021-07-15T19:30:29.526Z |
Get Specified Route Aggregation
GET /fabric/v4/routeAggregations/{uuid} | |
---|---|
Method | GET |
URL or Endpoint | /fabric/v4/routeAggregations/{uuid} |
Headers | Authorization, Content-Type |
Path Parameters | uuid |
Query Parameters | Not applicable |
Body Parameters | Not applicable |
Sample curl request
curl -X GET 'https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d'
-H 'content-type: application/json'
-H 'authorization: Bearer qwErtY8zyW1abcdefGHI'
Path parameters
Parameter
|
Description
|
---|---|
uuid string REQUIRED |
Equinix-assigned Fabric Route Aggregations identifier. Example: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 |
If you get an "Access Denied" error, contact your local Equinix Service Desk for Equinix Fabric Portal access.
Sample response
{
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"type": "BGP_IPv4_PREFIX_AGGREGATION",
"uuid": "695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"name": "My-prefix-aggregation-v4",
"description": "Test aggregation",
"state": "PROVISIONING",
"change": {
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d/changes/04af0d37-9160-43d8-97ef-9da9786996a3",
"type": "BGP_IPv4_PREFIX_AGGREGATION_CREATION",
"uuid": "04af0d37-9160-43d8-97ef-9da9786996a3"
},
"rulesCount": 0,
"connectionsCount": 0,
"project": {
"projectId": "dadd3ab6-c0af-430c-8216-43d44f08c1c5"
},
"changeLog": {
"createdBy": "testuser",
"createdByEmail": "testuser@equinix.com",
"createdByFullName": "testuser testuser",
"createdDateTime": "2020-05-21T10:30:00Z"
}
}
Response payload body description
Parameter
|
Description
|
---|---|
href
string |
An absolute URL that returns the specified asset. Example:https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d |
type
string |
Asset instance type. Example: BGP_IPv4_PREFIX_AGGREGATION. |
uuid
string |
Equinix-assigned asset identifier. Example: 695a8471-6595-4ac6-a2f4-b3d96ed3a59d |
name
string |
Route Aggregation instance name. Example: My-prefix-aggregation-v4 |
description
string |
Route Aggregation description. Example: Test aggregation |
state
string |
Asset lifecycle stage.
|
change
object |
Current state of latest Route Aggregation change. |
uuid
string |
Uniquely identifies a change. Example: 04af0d37-9160-43d8-97ef-9da9786996a3 |
type
string |
Type of change. Example: BGP_IPv4_PREFIX_AGGREGATION_CREATION |
href
string |
Route Aggregation Change URI. Example: https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d/changes/04af0d37-9160-43d8-97ef-9da9786996a3 |
connectionsCount
integer |
Amount of connections. Example: 0 |
rulesCount
integer |
Amount of rules. Example: 2 |
project
object |
Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects. |
projectId
string |
Customer project identifier. Example: 995072000433550 |
changeLog
object |
A permanent record of asset creation, modification, or deletion. |
createdBy
string |
Identity of the asset creator. Example: AverageJoe |
createdByFullName
string |
First and last name of the asset creator. Example: Joe Average |
createdByEmail
string |
Email address of the asset creator. Example:joe@average.org |
createdDateTime
string |
Asset creation timestamp in the IETF ISO 8601 extended date/time
format: YYYY-MM-DDTHH:MM:SS.000+0000 Example: 2021-07-15T19:30:29.526Z |
Update Route Aggregation
PATCH /fabric/v4/routeAggregations/{uuid} | |
---|---|
Method | PATCH |
URL or Endpoint | /fabric/v4/routeAggregations/{uuid} |
Headers | Authorization, Content-Type |
Path Parameters | uuid |
Query Parameters | Not applicable |
Body Parameters | op, path, value |
Sample curl request
curl -X PATCH 'https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d'
-H 'content-type: application/json'
-H 'authorization: Bearer qwErtY8zyW1abcdefGHI'
-d '[
{
"op": "replace",
"path": "/name",
"value": "My-route-aggregation-v4-updated"
}
]'
Path parameters
Parameter
|
Description
|
---|---|
uuid string REQUIRED |
Equinix-assigned Fabric Route Aggregationsr identifier. Example: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 |
Body parameters
Parameter
|
Description
|
---|---|
op
string REQUIRED |
Update reqest type. Applicable values:
|
path
string REQUIRED |
Parameter path. Applicable values:
|
value
string REQUIRED |
New parameter value. |
/name | |
value
string REQUIRED |
Fabric Route Aggregationsr instance name. Example: myUpdatedInstance |
If you get an "Access Denied" error, contact your local Equinix Service Desk for Equinix Fabric Portal access.
Sample response
{
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"type": "BGP_IPv4_PREFIX_AGGREGATION",
"uuid": "695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"name": "My-prefix-aggregation-v4-updated",
"description": "Test aggregation",
"state": "REPROVISIONING",
"change": {
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d/changes/04af0d37-9160-43d8-97ef-9da9786996a3",
"type": "BGP_IPv4_PREFIX_AGGREGATION_UPDATE",
"uuid": "04af0d37-9160-43d8-97ef-9da9786996a3"
},
"connectionsCount": 1,
"rulesCount": 0,
"project": {
"projectId": "dadd3ab6-c0af-430c-8216-43d44f08c1c5"
},
"changeLog": {
"createdBy": "testuser",
"createdByEmail": "testuser@equinix.com",
"createdByFullName": "testuser testuser",
"createdDateTime": "2020-05-21T10:30:00Z"
}
}
Response payload body description
Parameter
|
Description
|
---|---|
href
string |
An absolute URL that returns the specified asset. Example:https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d |
type
string |
Asset instance type. Example: BGP_IPv4_PREFIX_AGGREGATION. |
uuid
string |
Equinix-assigned asset identifier. Example: 695a8471-6595-4ac6-a2f4-b3d96ed3a59d |
name
string |
Route Aggregation instance name. Example: My-prefix-aggregation-v4 |
description
string |
Route Aggregation description. Example: Test aggregation |
state
string |
Asset lifecycle stage.
|
change
object |
Current state of latest Route Aggregation change. |
uuid
string |
Uniquely identifies a change. Example: 04af0d37-9160-43d8-97ef-9da9786996a3 |
type
string |
Type of change. Example: BGP_IPv4_PREFIX_AGGREGATION_CREATION |
href
string |
Route Aggregation Change URI. Example: https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d/changes/04af0d37-9160-43d8-97ef-9da9786996a3 |
connectionsCount
integer |
Amount of connections. Example: 0 |
rulesCount
integer |
Amount of rules. Example: 2 |
project
object |
Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects. |
projectId
string |
Customer project identifier. Example: 995072000433550 |
changeLog
object |
A permanent record of asset creation, modification, or deletion. |
createdBy
string |
Identity of the asset creator. Example: AverageJoe |
createdByFullName
string |
First and last name of the asset creator. Example: Joe Average |
createdByEmail
string |
Email address of the asset creator. Example:joe@average.org |
createdDateTime
string |
Asset creation timestamp in the IETF ISO 8601 extended date/time
format: YYYY-MM-DDTHH:MM:SS.000+0000 Example: 2021-07-15T19:30:29.526Z |
Delete Fabric Route Aggregation
DELETE /fabric/v4/routeAggregations/{uuid} | |
---|---|
Method | DELETE |
URL or Endpoint | /fabric/v4/routeAggregations/{uuid} |
Headers | Authorization, Content-Type |
Path Parameters | uuid |
Query Parameters | Not applicable |
Body Parameters | Not applicable |
Sample curl request
curl -X DELETE 'https://api.equinix.com/fabric/v4/routeAggregations/3a58dd05-f46d-4b1d-a154-2e85c396ea62'
-H 'content-type: application/json'
-H 'authorization: Bearer qwErtY8zyW1abcdefGHI'
Path parameters
Parameter
|
Description
|
---|---|
uuid string REQUIRED |
Equinix-assigned Fabric Route Aggregations identifier. Example: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 |
Sample response
{
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"type": "BGP_IPv4_PREFIX_AGGREGATION",
"uuid": "695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"name": "My-prefix-aggregation-v4",
"description": "Test Aggregation",
"state": "DEPROVISIONING",
"change": {
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d/changes/c2ec84c5-6de6-4f5c-b506-3ce218630c31",
"type": "BGP_IPv4_PREFIX_AGGREGATION_DELETION",
"uuid": "c2ec84c5-6de6-4f5c-b506-3ce218630c31"
},
"connectionsCount": 0,
"rulesCount": 0,
"project": {
"projectId": "dadd3ab6-c0af-430c-8216-43d44f08c1c5"
},
"changeLog": {
"createdBy": "testuser",
"createdByEmail": "testuser@equinix.com",
"createdByFullName": "testuser testuser",
"createdDateTime": "2020-05-21T10:30:00Z",
"updatedBy": "testuser1",
"updatedByEmail": "testuser@equinix.com",
"updatedByFullName": "testuser testuser",
"updatedDateTime": "2020-05-21T10:30:00Z",
"deletedBy": "testuser1",
"deletedByEmail": "testuser@equinix.com",
"deletedByFullName": "testuser testuser",
"deletedDateTime": "2020-05-21T10:30:00Z"
}
}
Response payload body description
Parameter
|
Description
|
---|---|
href
string |
An absolute URL that returns the specified asset. Example:https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d |
type
string |
Asset instance type. Example: BGP_IPv4_PREFIX_AGGREGATION. |
uuid
string |
Equinix-assigned asset identifier. Example: 695a8471-6595-4ac6-a2f4-b3d96ed3a59d |
name
string |
Route Aggregation instance name. Example: My-prefix-aggregation-v4 |
description
string |
Route Aggregation description. Example: Test aggregation |
state
string |
Asset lifecycle stage.
|
change
object |
Current state of latest Route Aggregation change. |
uuid
string |
Uniquely identifies a change. Example: 04af0d37-9160-43d8-97ef-9da9786996a3 |
type
string |
Type of change. Example: BGP_IPv4_PREFIX_AGGREGATION_CREATION |
href
string |
Route Aggregation Change URI. Example: https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d/changes/04af0d37-9160-43d8-97ef-9da9786996a3 |
connectionsCount
integer |
Amount of connections. Example: 0 |
rulesCount
integer |
Amount of rules. Example: 2 |
project
object |
Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects. |
projectId
string |
Customer project identifier. Example: 995072000433550 |
changeLog
object |
A permanent record of asset creation, modification, or deletion. |
createdBy
string |
Identity of the asset creator. Example: AverageJoe |
createdByFullName
string |
First and last name of the asset creator. Example: Joe Average |
createdByEmail
string |
Email address of the asset creator. Example:joe@average.org |
createdDateTime
string |
Asset creation timestamp in the IETF ISO 8601 extended date/time
format: YYYY-MM-DDTHH:MM:SS.000+0000 Example: 2021-07-15T19:30:29.526Z |
updatedBy
string |
Identity of the asset updater. Example: AverageJoeUpdated |
updatedByFullName
string |
First and last name of the asset updater. Example: Joe AverageUpdated |
updatedByEmail
string |
Email address of the asset updater. Example:joeup@average.org |
updatedDateTime
string |
Asset update timestamp in the IETF ISO 8601 extended date/time
format: YYYY-MM-DDTHH:MM:SS.000+0000 Example: 2021-07-15T19:30:29.526Z |
deletedBy
string |
Identity of the asset remover. Example: AverageJoe |
deletedByFullName
string |
First and last name of the asset remover. Example: Joe Average |
deletedByEmail
string |
Email address of the asset remover. Example:joeu@average.org |
deletedDateTime
string |
Asset delete timestamp in the IETF ISO 8601 extended date/time
format: YYYY-MM-DDTHH:MM:SS.000+0000 Example: 2021-07-15T19:30:29.526Z |
If you get an "Access Denied" error, contact your local Equinix Service Desk for Equinix Fabric portal access.
Search Route Aggregations
POST /fabric/v4/routeAggregations/search | |
---|---|
Method | POST |
URL or Endpoint | /fabric/v4/routerAggregations/search |
Headers | Authorization, Content-Type |
Path Parameters | Not applicable |
Query Parameters | Not applicable |
Body Parameters | filter, pagination, sort |
This API request retrieves Fabric Route Aggregations instances that match provided search criteria.
For instructions on how to obtain an authorization token, refer to Requesting Access and Refresh Tokens.
Sample curl request
curl -X POST 'http: //api.equinix.com/fabric/v4/routeAggregations/search'
-H 'content-type: application/json'
-H 'authorization: Bearer qwErtY8zyW1abcdefGHI'
-d '{
"filter": {
"and": [
{
"property": "/type",
"operator": "=",
"values": [
"BGP_IPv4_PREFIX_AGGREGATION"
]
},
{
"property": "/name",
"operator": "like",
"values": [
"%Route_Aggregation_Demo%"
]
},
{
"property": "/project/projectId",
"operator": "=",
"values": [
"dadd3ab6-c0af-430c-8216-43d44f08c1c5"
]
}
]
},
"pagination": {
"offset": 1,
"limit": 2,
"total": 10
},
"sort": [
{
"property": "/changeLog/updatedDateTime",
"direction": "DESC"
}
]
}'
Body parameters
Parameter
|
Description
|
---|---|
filter
string REQUIRED |
Array of objects defining search conditions. |
and
array[object] REQUIRED |
Logical operator applied on objects in the array. |
property
string REQUIRED |
Search field parameter. Note that the property value determines the
list of applicable operators and values. Applicable values:
|
operator
string REQUIRED |
Search field parameter operator. Applicable values:
|
value
array[string] REQUIRED |
Search field parameter value. |
pagination
object OPTIONAL |
Search results pagination settings. |
offset
integer OPTIONAL |
Index of the first item returned in the response. Minimum: 0 Default: 0 |
limit
integer OPTIONAL |
Maximum number of items returned per data page. Minimum: 1 Default: 20 |
sort
object OPTIONAL |
Search results sorting settings. |
direction
string OPTIONAL |
Search results sorting direction. Applicable values:
|
property
string OPTIONAL |
Search results sorting parameter. Applicable values:
Default value: /changeLog/updatedDateTime |
Sample response
{
"pagination": {
"offset": 1,
"limit": 2,
"total": 10,
"next": "/routeAggregations?offset=3&limit=2",
"previous": "/routeAggregations?offset=0&limit=2"
},
"data": [
{
"href": "https://api.equinix.com/fabric/v4/routeAggregations/695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"type": "BGP_IPv4_PREFIX_AGGREGATION",
"uuid": "695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"name": "My_Route_Aggregation_Demo_1",
"description": "Test aggregation",
"state": "PROVISIONING",
"connectionsCount": 1,
"rulesCount": 0,
"project": {
"projectId": "dadd3ab6-c0af-430c-8216-43d44f08c1c5"
},
"changeLog": {
"createdBy": "testuser",
"createdByEmail": "testuser@equinix.com",
"createdByFullName": "testuser testuser",
"createdDateTime": "2020-05-21T10:30:00Z"
}
},
{
"href": "https://api.equinix.com/fabric/v4/routeAggregations/795a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"type": "BGP_IPv4_PREFIX_AGGREGATION",
"uuid": "695a8471-6595-4ac6-a2f4-b3d96ed3a59d",
"name": "My_Route_Aggregation_Demo_2",
"description": "Test aggregation",
"state": "PROVISIONING",
"connectionsCount": 0,
"rulesCount": 0,
"project": {
"projectId": "dadd3ab6-c0af-430c-8216-43d44f08c1c5"
},
"changeLog": {
"createdBy": "testuser",
"createdByEmail": "testuser@equinix.com",
"createdByFullName": "testuser testuser",
"createdDateTime": "2020-05-21T10:30:00Z"
}
}
]
}
Response payload body description
Parameter
|
Description
|
---|---|
pagination
object |
Search results pagination settings. |
offset
integer |
Index of the first item returned in the response. Example: 0 |
limit
integer |
Maximum number of items returned per page. Example: 20 |
total
integer |
Total number of items returned. Example: 10 |
next
string |
Next data page URL. Example: /search?offset=40&limit=20 |
previous
string |
Previous data page URL. Example: /search?offset=0&limit=20 |
data
array[object] |
Data array containing objects that match the provided search criteria. |
href
string |
An absolute URL that returns the specified asset. Example:https://api.equinix.com/fabric/v4/routeAggregations/3a58dd05-f46d-4b1d-a154-2e85c396ea62 |
uuid
string |
Equinix-assigned asset identifier. Example: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 |
state
string |
Asset lifecycle stage.
|
type
string |
Asset instance type. Example: BGP_IPv4_PREFIX_AGGREGATION. |
description
string |
Description. Example: Example desc. |
name
string |
Fabric Route Aggregations instance name. Example: My-Fabric-Route-Aggr |
project
object |
Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects. |
projectId
string |
Customer project identifier. Example: 995072000433550 |
connectionCount
integer |
Number of connections associated with this Fabric Router Aggregations
instance. Example: 0 |
rulesCount
integer |
Number of rules associated with this Fabric Router Aggregations
instance. Example: 0 |
changeLog
object |
A permanent record of asset creation, modification, or deletion. |
createdBy
string |
Identity of the asset creator. Example: AverageJoe |
createdByFullName
string |
First and last name of the asset creator. Example: Joe Average |
createdByEmail
string |
Email address of the asset creator. Example:joe@average.org |
createdDateTime
string |
Asset creation timestamp in the IETF ISO 8601 extended date/time
format: YYYY-MM-DDTHH:MM:SS.000+0000 Example: 2021-07-15T19:30:29.526Z |
If you get an "Access Denied" error, contact your local Equinix Service Desk for Equinix Fabric Portal access.