Insert Permissions For Object
Adds new permissions for the Orchestrator Server or updates the current ones if such permission rules exist. Access rights : 'r' - VIEW, 'x' - EXECUTE, 'i' - INSPECT, 'c' - EDIT, 'a' - ADMIN
Request
URI
POST
https://{api_host}/vco/api/server/permissions
COPY
Request Body
permissions
of type(s)
application/json
Optional
Responses
200
successful operation
Returns
permissions
of type(s)
application/json
"permissions Object"
array of
object
permissions
Optional
permissions
201
Created
Operation doesn't return any data structure
400
The request is invalid(validation error).
Operation doesn't return any data structure
401
The user is not authorized.
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/vco/api/server/permissions
Workflow Service Operations
GET
Download Workflow Schema
GET
Get Workflow
POST
Insert Permissions For Object
GET
Get Permissions For Object
DELETE
Delete Permissions For Object
GET
Get All User Interactions For Workflow
GET
Download Workflow Icon
PUT
Validate
GET
Get All Tasks For Workflow
POST
Import Workflow
GET
Get All Workflows
GET
Validate Existing
DELETE
Delete Workflow
GET
Download Workflow Schema Content
GET
Get Permission Rule
DELETE
Delete Permission Rule
PUT
Update Permission Rule