Get Deployment Actions Using GET
Returns the complete list of available actions that can be performed on a given deployment.
Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/deployment/api/deployments/{depId}/actions
COPY
Path Parameters
string
depId
Required
Deployment ID
Responses
200
OK
[
{
"actionType": "string",
"dependents": [
"string"
],
"description": "string",
"displayName": "string",
"formDefinition": {
"formURI": "string"
},
"id": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"valid": false
}
]
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Deployment Actions Operations
POST
Action Deployment Request Using POST
GET
Get Deployment Actions Using GET
GET
Get Deployment Action Using GET
GET
Get Resource Actions Using GET
GET
Get Resource Action Using GET
POST
Submit Deployment Action Request Using POST
POST
Submit Resource Action Request Using POST