Workloads batch

Workload batch operations.

SecuritybearerAuth
Request
Request Body schema: application/json
ids
required
Array of strings <uuid> (IdsList) non-empty

List of ids to perform the action on.

action
required
string (Action1)

The action to perform on the list of ids.

Value: "delete"
Responses
200

Request completed successfully.

400

Bad request.

401

Unauthorized

403

Forbidden

500

unexpected error

503

unexpected error

post/api/v1/workloads/batch
Request samples
application/json
{
  • "ids": [
    ],
  • "action": "delete"
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "succeeded": [
    ],
  • "failed": [
    ]
}