Get Deployment Actions Using GET 1
Returns the complete list of available actions that can be performed on a given deployment.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/deployment/api/deployments/{depId}/actions
COPY
Path Parameters
string
depId
Required
Deployment ID
Responses
200
OK
Returns Array of ResourceAction of type(s) application/json
[
{
"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
404
Not Found
Operation doesn't return any data structure
Deployment Actions Operations
POST
Action Deployment Request Using POST 1
GET
Get Deployment Actions Using GET 1
GET
Get Deployment Action Using GET 1
GET
Get Resource Actions Using GET 1
GET
Get Resource Action Using GET 1
POST
Submit Deployment Action Request Using POST 1
POST
Submit Resource Action Request Using POST 1