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.


200: Success

The 200 (Success) status code indicates that the HTTP request was successful. In a GET request, the response will contain an entity corresponding to the requested resource whereas, in a POST request, the response will contain an entity describing or containing the result of the action.

Code200
DescriptionSuccess.
curl -X
GET "https://api.equinix.com/diloa/v1/digitalLoas?party=PROVIDER&offset=0&limit=500"
-H "Authorization: Bearer qwErtY8zyW1abcdefGHI"

This is an example of a success message.

{
"pagination": {
"offset": 0,
"limit": 500,
"total": 900,
"next": "https://customerportal.equinix.com/ecp/loa/manager/digitalLoas?offset=10&limit=20",
"previous": "https://customerportal.equinix.com/ecp/loa/manager/digitalLoas?offset=0&limit=20"
},
"data": [
{
"token": "REDF-4R56",
"uuid": "079dc798-05e8-11ed-b939-0242ac120002",
"state": "USED",
"products": [
{
"uuid": "079dc798-05e8-11ed-b939-0242ac120002",
"type": "CROSS_CONNECT",
"crossConnect": {
"connectionService": "Single-Mode Fiber",
"mediaType": "Single-Mode Fiber",
"protocolType": "100 GIG ETHERNET",
"zSide": {
"circuitId": "34234535",
"connectorType": "ST",
"patchPanelId": "CP:0218:0102:13008148",
"portA": 12,
"portB": 13
}
}
}
],
"requestor": {
"type": "CUSTOMER_ORGANIZATION",
"orgIds": [
"7367"
],
"name": "Michael Scott Paper Company",
"contacts": [
{
"type": "NOTIFICATION",
"registeredUser": "Registered",
"firstName": "Michael",
"lastName": "Scott",
"timezone": "Pacific/Midway",
"availability": "ANYTIME",
"details": [
{
"notes": "Main LOA Contact",
"value": "mike@mspc.com",
"type": "EMAIL"
}
]
}
]
},
"provider": {
"type": "CUSTOMER_ORGANIZATION",
"orgIds": [
"8601"
],
"name": "Prince Family Paper",
"contacts": [
{
"type": "NOTIFICATION",
"firstName": "John",
"lastName": "Gates",
"timezone": "America/New_York",
"details": [
{
"value": "john@pfp.com",
"type": "EMAIL"
}
]
}
]
},
"changeLog": {
"createdDateTime": "2022-09-23T05:10:07.133Z"
},
"links": [
{
"rel": "self",
"href": "https://ic-core-qa-ingress-usw1.npclouda.equinix.com:80/diloa/v1/digitalLoas/dfd3034f-6692-4a69-84d1-a5f659f0d402",
"method": "GET",
"authenticate": true
}
],
"notes": "",
"expiryDateTime": "2022-09-30T15:59:59.999Z",
"href": "diloa/v1/digitalLoas/dfd3034f-6692-4a69-84d1-a5f659f0d402"
}
]
}