v1

latestOpenAPI 3.0.02026-07-26258182277.4 KB
Bare Metal Devices

Batch provision instant devices

post/bare-metal-devices/batch

Headers

X-Fieldsstring mask

An optional fields mask

Request body

orderGroupIdinteger

Unique ID to identify the group order.

Example request

{
  "devices": [
    {
      "period": "hourly",
      "tags": []
    }
  ]
}

Response

Success

orderGroupIdinteger

Unique ID of the group order.

Example response

{
  "devices": [
    {
      "period": "hourly"
    }
  ]
}