Create operations
Create one or several operations based on the sent scope and objectives.
Currently available operation types: execute_microservice, delete_workspaces, shutdown_workspaces, and restart_workspaces.
Parameter compatibility for execute_microservice
payload.parameters only applies to PowerShell microservices executions on Windows and is only supported on devices with the new agent installed.
Values sent in payload.parameters are transmitted as text (string). Type interpretation depends on parameter definition and parsing implemented in the microservice script.
For this context, recommended parameter data types:
string,integer,double,decimal, anddatetime.- For
doubleanddecimal, use decimal point notation (.). - For
datetime, use ISO 8601 format (e.g.,2026-07-09T10:30:00Z). - On execution at the destination,
datetimevalues may be represented in local time. - Correct execution also depends on the quality and validations of the script.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique organization identifier.
24^[0-9a-f]{24}$Body
Operation command type.
execute_microservice, delete_workspaces, shutdown_workspaces, restart_workspaces, suspend_workspaces Scope and objectives object.
Custom expiration in seconds. If omitted, the command's default value is used.
600 <= x <= 84600Specific load of the operation type. Payload is not allowed for delete_workspaces/shutdown_workspaces/restart_workspaces/suspend_workspaces.
Response
Operations created successfully.
Identifiers of operations created in the same order as they were created.
1