Roku · Schema
DeviceStart
DeviceStart schema from Roku Nabu Cloud
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics
Properties
| Name | Type | Description |
|---|---|---|
| snapshot_id | integer | The ID of the snapshot to use for the device. |
| region_id | integer | The ID of the region where the device will run. |
| stream_option_id | integer | The ID of the stream option to use for the device. |
| rootfs_artifactory_path | string | The path of the rootfs image in artifactory. |
| max_runtime | integer | The maximum runtime of the device in seconds, 0 for project max runtime. |
| reboot | integer | Device reboot behaviour.-1 for no reboots, including requested reboot; 0 for no device crash reboots; and >0 for n number of device crash reboots.A device crash is determined by restart_reason in the |
| override_is_asan | object | Whether to force the device instance to be an ASAN build. If set to True then the instance is started with ASAN resources, if False the instance is started without, if None the ASAN status is determin |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-device-start-schema.json",
"title": "DeviceStart",
"description": "DeviceStart schema from Roku Nabu Cloud",
"type": "object",
"properties": {
"snapshot_id": {
"type": "integer",
"minimum": 0,
"title": "Snapshot Id",
"description": "The ID of the snapshot to use for the device."
},
"region_id": {
"type": "integer",
"minimum": 0,
"title": "Region Id",
"description": "The ID of the region where the device will run."
},
"stream_option_id": {
"type": "integer",
"minimum": 0,
"title": "Stream Option Id",
"description": "The ID of the stream option to use for the device."
},
"rootfs_artifactory_path": {
"type": "string",
"maxLength": 255,
"minLength": 3,
"pattern": "^[a-zA-Z0-9_-]*(\\/[a-zA-Z0-9._-]+)*(\\:[a-zA-Z0-9._-]+)?$",
"title": "Rootfs Artifactory Path",
"description": "The path of the rootfs image in artifactory.",
"examples": [
"official/release/2024-h2/r14.0.4.122xx-rta/native_tv:latest",
"premergeci/native_tv:4838657"
]
},
"max_runtime": {
"type": "integer",
"minimum": 0,
"title": "Max Runtime",
"description": "The maximum runtime of the device in seconds, 0 for project max runtime.",
"default": 0
},
"reboot": {
"type": "integer",
"maximum": 150,
"minimum": -1,
"title": "Reboot",
"description": "Device reboot behaviour.-1 for no reboots, including requested reboot; 0 for no device crash reboots; and >0 for n number of device crash reboots.A device crash is determined by restart_reason in the device nvram. A device shutdown will act like a reboot.",
"default": 0
},
"override_is_asan": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Override Is Asan",
"description": "\n Whether to force the device instance to be an ASAN build. If set to\n True then the instance is started with ASAN resources, if False the\n instance is started without, if None the ASAN status is determined\n by the rootfs image.\n This can be useful if an asan rootfs is for some reason not\n tagged as such.\n "
}
},
"required": [
"snapshot_id",
"region_id",
"stream_option_id",
"rootfs_artifactory_path"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nabu-cloud-device-start"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.