Get Resource Actions Using GET 1

Get Resource Actions Using GET 1

Returns the complete list of available actions that can be performed on a given resource.

Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/deployment/api/deployments/{depId}/resources/{resourceId}/actions
COPY
Path Parameters
string
depId
Required

Deployment ID

string
resourceId
Required

Resource 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