ActionDefinition
Properties
The id of the action
The adapter kind of the context object that the action will be populated with. In other words, the kind of adapter that will be used when populating an action prior to execution. This may be different from the target resource, or the kind of the adapter that the action is executed against
The resource kind of the context object that the action will be populated with. In other words, the kind of resource that will be used when populating an action prior to execution. This may be different than the kind of resource that the action is executed against, or the target resource.
The kind of the adapter that will execute the action
The ids for the available Action Contexts for this action. Action Contexts are used in multi-step actions, with each id denoting a step in the overall action. Most actions will only have a single step, and this field may be ignored for those.
The localized name of the action
This field specifies whether the action can be used in recommendations. This is validated when an action is associated to a recommendation.
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
The type of the action
Possible values are: READ , UPDATE , UNKNOWN
JSON Example
{
"contextAdapterKindKey": "string",
"contextResourceKindKey": "string",
"id": "string"
}
Property Of
ActionDefinitions