Compute Devices
Batch provision instant devices
post/compute/batch
Headers
X-Fieldsstring mask
An optional fields mask
Request body
Example request
{
"devices": [
{
"period": "hourly",
"tags": []
}
]
}Response
Success
Example response
{
"devices": [
{
"period": "hourly"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.