v62

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-31136116265.6 KB
jobs

Create a new batch job with an optional name

post/v1/projects/{projectOrProductUID}/jobs

Path parameters

projectOrProductUIDstring required

Query parameters

namestring required

Name for the job

Request body

commentstring

Human-readable description of the job

device_requestsobject

Device-specific request overrides, keyed by device UID

Example request

{
  "comment": "Set environment variables on all devices in a fleet",
  "default_requests": {
    "vars_to_set": {
      "firmware_channel": "production",
      "log_level": "1"
    }
  },
  "select": {
    "devices_in_fleets": [
      "fleet:00000000-0000-0000-0000-000000000000"
    ]
  }
}

Response

Job created successfully

job_uidstring required

The unique identifier for the created job