Get Workspace is Active
GET/api/workspaces/:id/activate/
This method polls and returns whether the workspace is actively running on cloud.
Request
Path Parameters
A unique integer value identifying this workspace.
Responses
- 200
- 202
- 401
- 403
- 404
- 429
- application/json
- Schema
- Example (from schema)
Schema
Shows whether or not the workspace is active.
{
"is_active": true
}
Waiting for activation.
No authentication found or authentication is not correct.
Specified path is not allowed
Permission evaluation:
Is Authenticated AND Is Not App AND Workspace Permission AND Workspace Is Not Public
Descriptions:
Workspace Is Not Public : Checks whether the requested workspace object is not a public workspace.
Is Authenticated : Allows access only to authenticated users.
Workspace Permission : Checks whether the user has access rights to the workspace.
Is Not App : Client must not be a VIKTOR app.
Workspace has not been activated
Total computation time limit is exceeded