Add workspace
This operation creates a new workspace, with an optional description.
Request
Parameters |
---|
Add a new workspace. The value is |
The name of the new workspace. |
Set a description for the new workspace. |
{
"op": "add_workspace",
"name": "JulyPentest"
}
Response
Attributes |
---|
The status of the operation. The value can be |
The ID of the newly created. Returned in case of a successful operation. |
Error message. Value returned in case of a failed operation: |
Error details. Returned in case of an invalid target error. |
{
"op_status": "success",
"workspace_id": 699761
}