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
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