Get Deployment Action Using GET 1
Returns an action for the deployment specified by its Deployment ID and Action ID.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/deployment/api/deployments/{depId}/actions/{actionId}
COPY
Path Parameters
string
actionId
Required
Action ID
string
depId
Required
Deployment ID
Responses
200
OK
Returns 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
}
string
actionType
Optional
Resource action type
Possible values are : RESOURCE_ACTION, RESOURCE_EXTENSION,
array of string
dependents
Optional
Dependent resources
string
description
Optional
Resource action description
string
displayName
Optional
Resource action display name
string
id
Optional
Resource action id
string
name
Optional
Resource action name
string
orgId
Optional
Resource action org ID
string
projectId
Optional
Resource action project ID
object
schema
Optional
Resource action input schema
boolean
valid
Optional
Resource action is valid for current state
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