Amazon Simple Systems Manager (SSM)
    Amazon Simple Systems Manager (SSM)
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST

      /

      The Amazon SSM multi-region endpoint
      http://ssm.{region}.amazonaws.com
      The Amazon SSM multi-region endpoint
      http://ssm.{region}.amazonaws.com
      POST
      /
      Views all executions for a specific association ID.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request POST 'http://ssm.{region}.amazonaws.com/' \
      --header 'X-Amz-Target;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "AssociationId": "string",
          "Filters": [],
          "MaxResults": 0,
          "NextToken": "string"
      }'
      Response Response Example
      200 - Example 1
      {
          "AssociationExecutions": [],
          "NextToken": "string"
      }

      Request

      Query Params
      MaxResults
      string 
      optional
      Pagination limit
      NextToken
      string 
      optional
      Pagination token
      Header Params
      X-Amz-Target
      string 
      required
      Body Params application/json
      AssociationId
      string 
      required
      The association ID for which you want to view execution history details.
      Match pattern:
      [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
      Filters
      array[object (AssociationExecutionFilter) {3}] 
      optional
      Filters for the request. You can specify the following filters and values.
      ExecutionId (EQUAL)
      Status (EQUAL)
      CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
      >= 1 items
      Key
      enum<string> 
      required
      The key value used in the request.
      Allowed values:
      ExecutionIdStatusCreatedTime
      Value
      string 
      required
      The value specified for the key.
      >= 1 characters
      Type
      enum<string> 
      required
      The filter type specified in the request.
      Allowed values:
      EQUALLESS_THANGREATER_THAN
      MaxResults
      integer 
      optional
      The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
      >= 1<= 50
      NextToken
      string 
      optional
      A token to start the list. Use this token to get the next set of results.
      Examples

      Responses

      🟢200Success
      application/json
      Body
      AssociationExecutions
      array[object (AssociationExecution) {10}] 
      optional
      A list of the executions for the specified association ID.
      AssociationId
      string 
      optional
      The association ID.
      Match pattern:
      [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
      AssociationVersion
      string 
      optional
      The association version.
      Match pattern:
      ([$]LATEST)|([1-9][0-9]*)
      ExecutionId
      string 
      optional
      The execution ID for the association.
      Match pattern:
      [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
      Status
      string 
      optional
      The status of the association execution.
      DetailedStatus
      string 
      optional
      Detailed status information about the execution.
      CreatedTime
      string <date-time>
      optional
      The time the execution started.
      LastExecutionDate
      string <date-time>
      optional
      The date of the last execution.
      ResourceCountByStatus
      string 
      optional
      An aggregate status of the resources in the execution based on the status type.
      AlarmConfiguration
      object 
      AlarmConfiguration
      optional
      The details for the CloudWatch alarm you want to apply to an automation or command.
      TriggeredAlarms
      array[object (AlarmStateInformation) {2}] 
      optional
      The CloudWatch alarms that were invoked by the association.
      >= 1 items<= 1 items
      NextToken
      string 
      optional
      The token for the next set of items to return. Use this token to get the next set of results.
      đźź 480InternalServerError
      đźź 481AssociationDoesNotExist
      đźź 482InvalidNextToken
      Previous
      /
      Next
      /
      Built with