AWS CloudWatch
App Vendor: AWS
App Category: IT Services
App Version in Orchestrate: 2.0.0
API version: 1.0
About App
The AWS CloudWatch app enables security teams with data and actionable insights to monitor applications, respond to system-wide performance changes, optimize resource utilization, and get a unified view of operational health. The CloudWatch serves as a monitoring and observability service built for DevOps engineers, developers, site reliability engineers (SREs), and IT managers.
The AWS CloudWatch app in the Orchestrate application performs the following action:
Action | Description |
---|---|
Get Alarms | This action retrieves a list of all the alarms from CloudWatch which facilitates the incident response process. |
Configuration Parameters
The following configuration parameters are required for the AWS CloudWatch app to communicate with the AWS CloudWatch enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Access Key | Enter the access key to access the CloudWatch resources. | Text | Required | |
Secret Access Key | Enter the secret key to access the CloudWatch resources. | Password | Required |
Action: Get Alarms
This action retrieves a list of all the alarms from CloudWatch which facilitates the incident response process.
Action Input Parameters
This action accepts optional parameters such as Region Name, Alarm Name, and Max Records.
Example Request
[ { "region_name": "us-east-2", "max_records": 10, "alarm_name": "examplealarm101" } ] |