Availability
Get Availability
GET /securecabinet/v1/availability/{accountNumber} | |
---|---|
Method | GET |
Endpoint | /securecabinet/v1/availability/{accountNumber} |
Headers | Authorization |
Path Parameters | accountNumber |
Query Parameters | Not applicable |
Body Parameters | Not applicable |
This API request returns information on product availability for a specified billing account.
Sample curl request
curl -X GET 'https://api.equinix.com/securecabinet/v1/availability/1234'
-H 'authorization: Bearer qwErtY8zyW1abcdefGHI'
Path parameters
Parameter | Description |
---|---|
accountNumber string REQUIRED | Billing account number. Example: 1234 |
Sample response
[
{
"ibx": "CH1",
"maximumNumberOfCabinetsToOrder": 2,
"minimumDrawCapacityPerCabinet": 5,
"maximumDrawCapacityPerCabinet": 5,
"cabinetDimensions": {
"width": {
"value": 482,
"unit": "MILLIMETER"
},
"depth": {
"value": 482,
"unit": "MILLIMETER"
},
"height": {
"value": 482,
"unit": "MILLIMETER"
}
},
"acCircuitConfiguration": {
"voltage": 220,
"soldAmperage": 8.9,
"phase": "SINGLE",
"receptacle": "IEC 60309 1P+N+E"
},
"pduConfiguration": {
"model": "UU30009L"
},
"fabricPortSpeed": "SPEED_1_GBPS"
}
]
Response payload body description
Parameter | Description |
---|---|
ibx string | IBX data center identifier. Example: SV10 |
maximumNumberOfCabinetsToOrder integer | The maximum number of cabinets available to order. Example: 2 |
minimumDrawCapacityPerCabinet integer | The minimum power draw capacity per ordered cabinet. Example: 2 |
maximumDrawCapacityPerCabinet integer | The maximum power draw capacity per ordered cabinet. Example: 5 |
cabinetDimensions object | Cabinet size. |
width object | Cabinet width. |
value integer | Cabinet width value. Example: 482 |
unit string | Cabinet width unit of measure. Possible values:
|
depth object | Cabinet depth. |
value integer | Cabinet depth value. Example: 482 |
unit string | Cabinet depth unit of measure. Possible values:
|
height object | Cabinet height. |
value integer | Cabinet height value. Example: 482 |
unit string | Cabinet height unit of measure. Possible values:
|
acCircuitConfiguration object | AC power circuit information. |
voltage integer | Power circuit voltage. Example: 220 |
soldAmperage number | Power circuit amperage. Example: 8.9 |
phase string | Number of power circuit phases. Possible values:
|
receptacle string | Power receptacle type. Example: IEC 60309 1P+N+E |
pduConfiguration object | Cabinet size. |
model string | Cabinet width. Example: 4.995 |
fabricPortSpeed string | Fabric port speed. Possible values:
|