Compute Devices

Batch provision instant devices

post/compute/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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.