Get Resource Action 1
Returns an action for the resource specified by its Resource ID and Action ID.
Deployment ID
Resource ID
Action ID
OK
{
"actionType": "string",
"dependents": [
"string"
],
"description": "string",
"displayName": "string",
"formDefinition": {
"formURI": "string",
"trackProgressInModal": false
},
"id": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"schema": {
"$data": "string",
"$dynamicDefault": "string",
"$ref": "string",
"additionalProperties": false,
"allOf": [
"JsonSchemaImpl Object"
],
"anyOf": [
"JsonSchemaImpl Object"
],
"const": {},
"default": {},
"description": "string",
"encrypted": false,
"enum": [
{}
],
"format": "string",
"formatMaximum": "string",
"formatMinimum": "string",
"items": "ObjectOrListJsonSchemaImpl Object",
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": "number",
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": "number",
"not": "JsonSchemaImpl Object",
"oneOf": [
"JsonSchemaImpl Object"
],
"pattern": "string",
"patternProperties": {
"patternProperties": "JsonSchemaImpl Object"
},
"properties": {
"properties": "JsonSchemaImpl Object"
},
"readOnly": false,
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": false,
"writeOnly": false
},
"valid": false
}
Resource action type
Dependent resources
Resource action description
Resource action display name
Resource action custom UI definition. Optional
Resource action id
Resource action name
Resource action org ID
Resource action project ID
Schema describing a policy object of this type
Resource action is valid for current state
Unauthorized
"ResourceAction Object"
Resource action type
Dependent resources
Resource action description
Resource action display name
Resource action custom UI definition. Optional
Resource action id
Resource action name
Resource action org ID
Resource action project ID
Schema describing a policy object of this type
Resource action is valid for current state
Not Found
"ResourceAction Object"
Resource action type
Dependent resources
Resource action description
Resource action display name
Resource action custom UI definition. Optional
Resource action id
Resource action name
Resource action org ID
Resource action project ID
Schema describing a policy object of this type
Resource action is valid for current state
curl -H 'Authorization: <value>' https://{api_host}/deployment/api/deployments/{deploymentId}/resources/{resourceId}/actions/{actionId}