Get Deployment Action Form
Returns Form for deployment action specified by its Deployment ID and Action ID.
Request
URI
GET
https://{api_host}/deployment/api/deployments/{deploymentId}/actions/{actionId}/form
COPY
Path Parameters
string
deploymentId
Required
Deployment ID
string
actionId
Required
Action ID
Responses
200
OK
Returns
com.vmware.tango.common.gateway.dto.FormDefinition
of type(s)
application/json
"com.vmware.tango.common.gateway.dto.FormDefinition Object"
401
Unauthorized
Returns
com.vmware.tango.common.gateway.dto.FormDefinition
of type(s)
application/json
"com.vmware.tango.common.gateway.dto.FormDefinition Object"
404
Not Found
Returns
com.vmware.tango.common.gateway.dto.FormDefinition
of type(s)
application/json
"com.vmware.tango.common.gateway.dto.FormDefinition Object"
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/deployment/api/deployments/{deploymentId}/actions/{actionId}/form