7.1

Table Of Contents
2 Make a DELETE request at the URL of the resource:
DELETE http://{orchestrator_host}:{port}/vco/api/resources/{resourceID}/
If the DELETE request is successful, you receive the status code 200, and the response body is empty.
Delete a Configuration Element
You can delete a conguration element by using the Orchestrator REST API.
Procedure
1 Make a GET request and retrieve the ID of the conguration element from the list of returned
conguration elements:
GET http://{orchestrator_host}:{port}/vco/api/configurations/
2 Make a DELETE request at the URL of the conguration element:
DELETE http://{orchestrator_host}:{port}/vco/api/configurations/{configuration_elementID}/
If the DELETE request is successful, you receive the status code 200, and the response body is empty.
Setting Permissions on Orchestrator Objects
You can set custom permissions for an Orchestrator object by using the REST API. To set the permissions,
you must make a POST request at the URL of the object's permissions and dene the permissions in the
request body.
You can also use the Orchestrator REST API to retrieve information about an object's permissions or delete
the existing permissions.
REST API Permissions
When you set permissions by using the Orchestrator REST API, you must use a set of characters to dene
the permissions.
You can dene the permissions for an element by including a sequence of characters in the <rights> tag of
the request body of a POST request .
The characters that you can use to set permissions through the Orchestrator REST API have specic
meanings.
Table 31. Orchestrator REST API Permissions Character Set
Character Description
r
Gives view permissions.
x
Gives execute permissions.
i
Gives inspect permissions.
c
Gives edit permissions.
a
Gives administrative permissions.
Developing a Web Services Client for VMware vRealize Orchestrator
40 VMware, Inc.