GeneratorsGroup actionsBulk start
Bulk Start Generators
Bulk start several generators
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/generators/group-actions/bulk-start" \ -H "Content-Type: application/json" \ -d '[ "string" ]'{
"running_generator_ids": [
"string"
],
"non_running_generator_ids": [
"string"
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}