Skip to main content
POST

Autoritzacions

Authorization
string
header
requerit

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paràmetres de ruta

organization_id
string
requerit

Identificador únic de l'organització.

Maximum string length: 24
Pattern: ^[0-9a-f]{24}$

Cos

application/json
type
enum<string>
requerit

Tipus de comandament d'operació.

Opcions disponibles:
execute_microservice,
delete_workspaces,
shutdown_workspaces,
restart_workspaces,
suspend_workspaces
target
object
requerit

Objecte d'abast i objectius.

expiration_in_seconds
integer

Expiració personalitzada en segons. Si s'ometeix s'utilitza el valor per defecte del comandament.

Rang requerit: 600 <= x <= 84600
payload
object

Càrrega específica del tipus d'operació. Per a delete_workspaces/shutdown_workspaces/restart_workspaces/suspend_workspaces no es permet càrrega útil.

Resposta

Operacions creades correctament.

ids
object[]
requerit

Identificadors d'operacions creades en el mateix ordre de creació.

Minimum array length: 1