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.


Availability

Get Availability

 GET /securecabinet/v1/availability/{accountNumber}
MethodGET
Endpoint/securecabinet/v1/availability/{accountNumber}
HeadersAuthorization
Path ParametersaccountNumber
Query ParametersNot applicable
Body ParametersNot 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:
  • MILLIMETER
  • CENTIMETER
  • METER
depth object
Cabinet depth.
value integer
Cabinet depth value.
Example: 482
unit string
Cabinet depth unit of measure.
Possible values:
  • MILLIMETER
  • CENTIMETER
  • METER
height object
Cabinet height.
value integer
Cabinet height value.
Example: 482
unit string
Cabinet height unit of measure.
Possible values:
  • MILLIMETER
  • CENTIMETER
  • METER
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:
  • SINGLE
  • THREE
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:
  • SPEED_1_GBPS
  • SPEED_10_GBPS