Comment on page
Action Object
Represents an action.
ID of the action.
Type:
string
Type ID of the action.
Type:
string
Version ID of the action.
Type:
string
User notes for the action.
Type:
string
General purpose display data. This will only be populated when requested.
Type:
object
Action execution data for the last execution of this action. This will only be populated when requested.
True if the action version is the latest.
Type:
boolean
True if the action is enabled to execute. False otherwise.
Type:
boolean
ID of the user whom last modified the action.
Type:
string
Date, in ISO 8601 format, at which the action was last modified.
Type:
string
ID of the Managed Instance to which this action belongs.
Type:
string
Name of the action.
Type:
string
Date, in ISO 8601 format, at which the action will next execute.
Type:
string
Additional action parameters specific to the action type. This will only be populated when requested.
ID of the project in which the action resides.
Type:
string
Number of currently running executions of this action. This will only be populated when requested.
Type:
integer
Schedule for the action.
SNS endpoint to trigger the action.
Type:
string
Tags for the action.
Type: array of
string
{
"actionId": "a-00000001",
"actionType": "amazon-start-ec2-instances",
"actionVersionId": "av-00000001",
"comments": "Comments about this action",
"isCurrentVersion": true,
"isEnabled": true,
"lastModifiedBy": "u-00000001",
"lastModifiedDate": "2016-06-09T12:21:00Z",
"managedInstanceId": "mi-00000001",
"name": "Start My Instances",
"nextExecutionDate": "2016-06-10T12:23:00Z",
"projectId": "proj-00000001",
"schedule": {
"scheduleType": "daily",
"startDate": "2016-06-10",
"timeOfDay": "12:23:00",
"timeZoneId": "Eastern Standard Time",
"parameters": {
"days": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday"
]
}
},
"tags": [
"cost-reduction"
]
}
Last modified 2yr ago