aws.ssm.describe_ops_items
Example SQL Queries
SELECT * FROMaws.ssm.describe_ops_items;Description
Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.
Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ops_item_filters Input Column One or more filters to limit the response.
*The Equals operator for Title matches the first 100 characters. If you specify more than 100 characters, they system returns an error that the filter value exceeds the length limit. **If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"} | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| actual_end_time The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest. | TIMESTAMP_S |
| actual_start_time The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest. | TIMESTAMP_S |
| category A list of OpsItems by category. | VARCHAR |
| created_by The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem. | VARCHAR |
| created_time The date and time the OpsItem was created. | TIMESTAMP_S |
| last_modified_by The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem. | VARCHAR |
| last_modified_time The date and time the OpsItem was last updated. | TIMESTAMP_S |
| operational_data Operational data is custom data that provides useful reference details about the OpsItem. | MAP(VARCHAR, STRUCT( |
| ops_item_id The ID of the OpsItem. | VARCHAR |
| ops_item_type The type of OpsItem. Systems Manager supports the following types of OpsItems:
| VARCHAR |
| planned_end_time The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest. | TIMESTAMP_S |
| planned_start_time The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest. | TIMESTAMP_S |
| priority The importance of this OpsItem in relation to other OpsItems in the system. | BIGINT |
| severity A list of OpsItems by severity. | VARCHAR |
| source The impacted Amazon Web Services resource. | VARCHAR |
| status The OpsItem status. Status can be Open, In Progress, or Resolved. | VARCHAR |
| title A short heading that describes the nature of the OpsItem and the impacted resource. | VARCHAR |