List Operations
Retrieve available operations for any deployment instance managed by this coordinator
Request
URI
GET
https://{api_host}/environment/{environmentId}/instances/{vcdInstanceId}/listOperations
COPY
Path Parameters
string
environmentId
Required
URN ID of an Environment
string
vcdInstanceId
Required
vcdInstanceId
Responses
200
OK
Returns
Array of
Operation
of type(s)
application/json
[
{
"operationType": "string",
"enabled": false,
"name": "string",
"submit": "string",
"arguments": [
{
"id": "string",
"name": "string",
"description": "string",
"group": "string",
"type": "string",
"subType": "string",
"postValidate": false,
"defaultValue": "string",
"options": {
"options": "string"
},
"required": false,
"enabled": false,
"validationRegex": "string"
}
]
}
]
404
Not Found
Returns
Error
of type(s)
application/json
This response body class contains all of the following:
InlineError0 ,
Error_allOf
"Error Object"
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/environment/{environmentId}/instances/{vcdInstanceId}/listOperations
Instances Operations
POST
Create Vcd Instance
GET
Query Vcd Instances For Org
DELETE
Delete Vcd Instance
GET
Get Vcd Instance
PUT
Update Vcd Instance
GET
Get Vcd Instance Operations
GET
List Operations
POST
Invoke Vcd Instance Operation
Deprecated
POST
Invoke Operation
POST
Validate Vcd Instance Operation