# Add a label to an alarm
Source: https://docs.levelblue.com/api-reference/alarms/add-a-label-to-an-alarm
/documentation/api-reference/v2.yaml put /alarms/{alarmId}/labels/{labelId}
Associates a label with a specific alarm.
# Get a page of alarms
Source: https://docs.levelblue.com/api-reference/alarms/get-a-page-of-alarms
/documentation/api-reference/v2.yaml get /alarms
Retrieves a paginated list of alarms. Can be filtered by various parameters.
# Get Alarm Details
Source: https://docs.levelblue.com/api-reference/alarms/get-alarm-details
/documentation/api-reference/v2.yaml get /alarms/{alarmId}
Retrieves the full details for a single alarm by its UUID.
# List labels for an alarm
Source: https://docs.levelblue.com/api-reference/alarms/list-labels-for-an-alarm
/documentation/api-reference/v2.yaml get /alarms/{alarmId}/labels
Retrieves a list of label IDs associated with a specific alarm.
# Remove a label from an alarm
Source: https://docs.levelblue.com/api-reference/alarms/remove-a-label-from-an-alarm
/documentation/api-reference/v2.yaml delete /alarms/{alarmId}/labels/{labelId}
Disassociates a label from a specific alarm.
# Create an Attachment
Source: https://docs.levelblue.com/api-reference/attachments/create-an-attachment
/documentation/api-reference/v3.yaml post /investigations/{investigationId}/attachments
Creates an attachment for an investigation.
# Delete an Attachment
Source: https://docs.levelblue.com/api-reference/attachments/delete-an-attachment
/documentation/api-reference/v3.yaml delete /investigations/{investigationId}/attachments/{attachmentId}
Removes an attachment from an investigation.
# List Attachments
Source: https://docs.levelblue.com/api-reference/attachments/list-attachments
/documentation/api-reference/v3.yaml get /investigations/{investigationId}/attachments
Returns a list of attachments associated with an investigation.
# Modify an Attachment
Source: https://docs.levelblue.com/api-reference/attachments/modify-an-attachment
/documentation/api-reference/v3.yaml put /investigations/{investigationId}/attachments/{attachmentId}
Modifies the properties of an attachment.
# Obtain an Attachment
Source: https://docs.levelblue.com/api-reference/attachments/obtain-an-attachment
/documentation/api-reference/v3.yaml get /investigations/{investigationId}/attachments/{attachmentId}
Returns an attachment associated with an investigtion.
# Get a page of events
Source: https://docs.levelblue.com/api-reference/events/get-a-page-of-events
/documentation/api-reference/v2.yaml get /events
Retrieves a paginated list of events, which can be filtered by various parameters.
# Get Event Details
Source: https://docs.levelblue.com/api-reference/events/get-event-details
/documentation/api-reference/v2.yaml get /events/{eventId}
Retrieves the full details for a single event by its UUID.
# Add Evidence
Source: https://docs.levelblue.com/api-reference/evidence/add-evidence
/documentation/api-reference/v3.yaml post /investigations/{investigationId}/evidence
Adds a piece of evidence to an investigation.
# List Evidence
Source: https://docs.levelblue.com/api-reference/evidence/list-evidence
/documentation/api-reference/v3.yaml get /investigations/{investigationId}/evidence
Returns a list of evidence associated with an investigation.
# Obtain Evidence
Source: https://docs.levelblue.com/api-reference/evidence/obtain-evidence
/documentation/api-reference/v3.yaml get /investigations/{investigationId}/evidence/{evidenceId}
Returns a piece of evidence associated with an investigation.
# Remove Evidence
Source: https://docs.levelblue.com/api-reference/evidence/remove-evidence
/documentation/api-reference/v3.yaml delete /investigations/{investigationId}/evidence/{evidenceId}
Removes a piece of evidence from an investigation.
# List Changes
Source: https://docs.levelblue.com/api-reference/history/list-changes
/documentation/api-reference/v3.yaml get /investigations/{investigationId}/history
Returns the change history of an investiation.
# Create an Investigation
Source: https://docs.levelblue.com/api-reference/investigations/create-an-investigation
/documentation/api-reference/v3.yaml post /investigations
Creates a new investigation potentially with alarms and events
information.
# Delete an Investigation
Source: https://docs.levelblue.com/api-reference/investigations/delete-an-investigation
/documentation/api-reference/v3.yaml delete /investigations/{investigationId}
Removes an investigation and all of the associated sub-resources.
# List Investigations
Source: https://docs.levelblue.com/api-reference/investigations/list-investigations
/documentation/api-reference/v3.yaml get /investigations
Returns the list of investigations. Pagination and querying
available.
# Modify an Investigation
Source: https://docs.levelblue.com/api-reference/investigations/modify-an-investigation
/documentation/api-reference/v3.yaml put /investigations/{investigationId}
Modifies the properties of an investigation.
# Obtain an Investigation
Source: https://docs.levelblue.com/api-reference/investigations/obtain-an-investigation
/documentation/api-reference/v3.yaml get /investigations/{investigationId}
Returns an investiation.
# Create a Note
Source: https://docs.levelblue.com/api-reference/notes/create-a-note
/documentation/api-reference/v3.yaml post /investigations/{investigationId}/notes
Creates a note for an investigation.
# Delete a Note
Source: https://docs.levelblue.com/api-reference/notes/delete-a-note
/documentation/api-reference/v3.yaml delete /investigations/{investigationId}/notes/{noteId}
Removes a note from an investigation.
# List Notes
Source: https://docs.levelblue.com/api-reference/notes/list-notes
/documentation/api-reference/v3.yaml get /investigations/{investigationId}/notes
Returns a list of notes associated with an investigation.
# Modify a Note
Source: https://docs.levelblue.com/api-reference/notes/modify-a-note
/documentation/api-reference/v3.yaml put /investigations/{investigationId}/notes/{noteId}
Modifies a note.
# Obtain a Note
Source: https://docs.levelblue.com/api-reference/notes/obtain-a-note
/documentation/api-reference/v3.yaml get /investigations/{investigationId}/notes/{noteId}
Returns a note associated with an investigtion.
# Get OAuth Token
Source: https://docs.levelblue.com/api-reference/oauth/get-oauth-token
/documentation/api-reference/v2.yaml post /oauth/token
Authenticate your client to receive an OAuth Bearer token. This endpoint uses Basic Authentication with your client ID as the username and the client secret as the password.
# How to Submit a Security Issue to LevelBlue
Source: https://docs.levelblue.com/documentation/how-to-submit-a-security-issue
AT\&T is always working to improve the security of our products. You, the LevelBlue community, aid our ability to deliver secure software for our customers by informing us of security issues — so thank you!
Have you discovered a security vulnerability? Disclose it to us through the [AT\&T Bug Bounty Program](https://hackerone.com/att) managed by HackerOne. You can find detailed information of program guidelines, program exclusions, program terms and conditions, reporting process, and awarding process on this page.
## What Vulnerability Information Are We Looking For?
When submitting an issue, please provide a technical description that allows us to assess exploitability and impact of the issue, and include the following where appropriate:
* Provide steps and any additional information we may need to reproduce the issue.
* If you are reporting cross-site scripting (XSS), your exploit should at least pop up an alert in the browser. It is much better if the XSS exploit shows the user's authentication cookie.
* For a cross-site request forgery (CSRF), use a proper CSRF case when a third party causes the logged-in victim to perform an action.
* For a SQL injection, we want to see the exploit extracting database data, not just producing an error message.
* HTTP request / response captures or simply packet captures are also very useful to us.
Please refrain from sending us links to non-LevelBlue websites, or issues in PDF / DOC / EXE files. Image files are OK. Make sure the bug is exploitable by someone other than the user ("self-XSS").
| Format |
Description |
Sample Log |
|---|---|---|
| CEF | ArcSight Common Event Format |
CEF:Version|Device Vendor|Device Product|Device Version|Device Event Class ID|Name|Severity|\[Extension] CEF:0|Security|threatmanager|1.0|100|worm successfully stopped|10| src=10.0.0.1 dst=2.1.2.2 spt=1232 |
| CLF | NCSA Common Log Format | 125.0.0.1 user - identifier sjones \[10/Oct/2011:13:55:36 -0700] "GET /examp\_alt.png HTTP/1.0" 200 10801 |
| CSV | Comma-Separated Values | 2,398778306028,eni-abc,1.1.1.1,2.2.2.2,52392,443,6,11,1935,1461792267,1461792322,ACCEPT,OK |
| GELF | Graylog Extended Log Format | \{ "version": "1.1", "host": "example.org", "short\_message": "A short message", "level": 5, "\_some\_info": "foo" } |
| JSON | JavaScript Object Notation | \{"DateTime":1438189080000,"UsersName":"Dev","UsersEmail":"[dev@blah.com](mailto:dev@blah.com)","IPAddress":"1.1.1.1","Action":Test"} |
| Key‑Value | A key and value pair | id=”0001” severity=”info” name=”http access” action=”pass” method=”GET” srcip=”1.1.1.1” dstip=“2.2.2.2” user=“myuser” |
| LEEF | Log Event Extended Format |
LEEF:Version|Device Vendor|Device Product|Device Version|Event ID|Name| Severity|key=value\ LEEF:0|Security|threatmanager|1.0|100|worm successfully stopped|10| src=10.0.0.1 dst=2.1.2.2 spt=1232 |
| RegEx | Regular Expression | sshd\[1097]: Failed password for invalid user ben from 1.1.1.1 port 43312 ssh2 |
| Split | The fields are separated using a character other than comma | 200|939|3934|1.1.1.1|-|1.1.1.1|"'Technology & Telecommunication’"|"test\test"|false|allowed|2.2.2.2 |
| W3C | Extended Log File Format from W3C |
#Fields: time cs-method cs-uri
00:34:23 GET /foo/bar.html |
| XML | Extensible Markup Language | \ |
| Name | Description |
|---|---|
| Name | Name of the BlueApp. |
| Sensors | Name of the sensor where the BlueApp has been configured. |
| Status | Status of the BlueApp. |
| Consumption | Data received by the BlueApp since deployment. |
| Sources | Number of data sources. |
| Data Last Consumed | Data received by the BlueApp since last consumption. |
| Field | Description |
|---|---|
| name | Name of the parser. |
| type | Log type. The value depends on the log format for the specific data source. Some valid values are these: regex, CEF, CLF, CSV, GELF, JSON, keyvalue, LEEF, split, w3c, XML. |
| version | Version of the parser. |
| enrichmentScript | Specify the Lua script used to process a log line. |
| device | Data source that is sending the logs. |
| vendor | Data source vendor. |
| deviceType | Data source type (for example, firewall, router). |
| parentName | If a parentName is declared for the parser, a copy of the parent parser will be made and the child parser will overwrite that copy. |
| parentVersion | Version of the parent parser. |
| app | Name displayed under Data Sources > BlueApps. |
| hints | References to unique information within a syslog message that identify the data source sending the logs. BlueApps that contain hints will process the message when the information in the log message matches the criteria set within the parser. See BlueApps and Data Sources for more information. |
| highlight\_fields | The most important fields shown in the principal event view. |
| properties | This field describes the different properties of the parser, depending on the type. |
| dictionaries | For each declared dictionary, you can either call out to an external file by name (with the assumption that the path is relative to the parser file) or you can declare the contents of the dictionary inline. Every entry in the dictionary is defined as a key and a series of values. |
| tags | Tags define how different pieces in a log line map to the fields of a normalized event. For each tag that is defined, the USM Anywhere Sensor begins by evaluating the first code line. If the first code line returns a value, the field in event will be populated with that value. Otherwise, it evaluates the next code line until one returns a non-null value. |
| rules |
For regular expression (regex)-type parsers, there is a set of rules with these fields:
|
| Action | Description |
|---|---|
|
Add Source Address to Address Group |
Run this action to add the source address to a group in your FortiGate environment. If the group doesn't exist in FortiGate, it will be created by the action from USM Anywhere |
| Add Destination Address to Address Group | Run this action to add the destination address to a group in your FortiGate environment. If the group doesn't exist in FortiGate, it will be created by the action from USM Anywhere |
| Add to Custom Category | Run this action to add the source address to a group in your FortiGate environment |
| Add to Custom Category | Run this action to include the source address, destination address, or both to a custom group in your FortiGate environment |
| Add to Custom Category | Run this action to assign an asset, object, or item to a custom category |
| Add Address to Address Group | Run this action to add an IP address to a predefined address group |
| Add Address to Address Group Using Rule | Run this action to add IP address to a predefined address group based on a specified rule |
| Add Address to Static URL Filter | Run this action to assign an address or URL to a predefined static URL filter |
| Add Address to Static URL Filter Using Rule | Run this action to assign an address or URL to a predefined static URL filter using a specified rule |
| Test | Purpose | Failure Diagnosis |
|---|---|---|
|
Ping to default gateway |
This test determines if the sensor can ping its default gateway or router. |
If this test fails, confirm that the sensor is using the correct default gateway and subnet. An error for this test results in a sensor connection failure. |
|
DNS test to Control Node \ |
This test determines if the sensor can resolve the IP of the USM Anywhere subdomain. |
If this test fails, confirm that the sensor is using the correct Domain Name System (DNS) server and can resolve the IP address of the domain. This can be tested from another machine using the following command: An error for this test results in a sensor connection failure. |
|
Testing connection to Control Node port 443 |
This test determines whether a full TCP connection is possible to the domain on port 443. |
If all previous tests are successful, this test can fail due to a firewall or a similar device blocking the connection. An error for this test results in a sensor connection failure. See USM Anywhere Sensor Deployments for sensor configuration requirements. |
|
Testing connection to Control Node port 7100 |
This test determines whether a full TCP connection is possible to the domain on port 7100. |
If all previous tests are successful, this test can fail due to a firewall or similar device blocking the connection. An error for this test results in a sensor connection failure. See USM Anywhere Sensor Deployments for sensor configuration requirements. |
|
Testing SSL Certificate of the Control Node |
This test determines whether the OpenSSL certificate is being returned. |
If this test fails, it is most likely due to a firewall or proxy duplicating the OpenSSL certificate. An error for this test results in a sensor connection failure. See USM Anywhere Sensor Deployments for sensor configuration requirements. |
| Testing connection to update.alienvault.cloud on por 443 | This test determines whether a full TCP connection is possible to update.alienvault.com on port 443. |
If all previous tests are successful, this test can fail due to a firewall or similar device blocking the connection. A failure means that the initial setup will fail and future updates of the sensor will also fail. See USM Anywhere Sensor Deployments for sensor configuration requirements. |
| Testing connection to reputation.alienvault.com on port 443 | This test determines whether a full TCP connection is possible to reputation.alienvault.com on port 443. |
If all previous tests are successful, this test can fail due to a firewall or a similar device blocking the connection. A failure means that communication with the LevelBlue Labs™ team threat intelligence can't be successful. See USM Anywhere Sensor Deployments for sensor configuration requirements. |
| Testing connection to otx.alienvault.com on port 443 | This test determines whether a full TCP connection is possible to otx.alienvault.com on port 443. |
If all previous tests are successful, this test can fail due to a firewall or a similar device blocking the connection. A failure means that communication with LevelBlue Labs™ Open Threat Exchange® (OTX™) and that OTX threat intelligence can't be downloaded. See USM Anywhere Sensor Deployments for sensor configuration requirements. |
| Testing connection to prod-usm-saas-tractorbeam.alienvault.cloud on port 22 | This test determines whether a full TCP connection is possible to usm-saas-tractorbeam.alienvault.cloud on port 22. |
If all previous tests are successful, this test can fail due to a firewall or similar device blocking the connection. A failure means that a support session can't be open to the sensor. See USM Anywhere Sensor Deployments for sensor configuration requirements. |
| Testing connection to prod-usm-saas-tractorbeam.alienvault.cloud on port 443 | This test determines whether a full TCP connection is possible to usm-saas-tractorbeam.alienvault.cloud on port 443. |
If all previous tests are successful, this test can fail due to a firewall or similar device blocking the connection. A failure means that a support session can't be open to the sensor. See USM Anywhere Sensor Deployments for sensor configuration requirements |
| Item | AWS Cloud Connector | Sensor |
|---|---|---|
| Deploy a sensor |
|
|
| Create a virtual machine (VM) |
|
|
| Inventory data detection (users and assets) |
|
|
| NIDS |
|
|
| BlueApps |
|
|
| Maintenance, updates, upgrades |
|
|
| Upload an AWS CloudFormation template into the AWS account |
|
|
| Monitor multiple AWS accounts | (one connector per account) |
(one sensor per account) |
| Receive Amazon S3 events |
|
|
| Log aggregation |
|
|
| Protocol | Port | BSD – Syslog Protocol Support |
|---|---|---|
|
UDP |
514 |
USM Anywhere collects data through syslog over UDP on port 514 by default. |
|
TCP |
601 |
USM Anywhere collects data through syslog over TCP on port 601 by default. |
|
TLS/TCP |
6514 |
USM Anywhere collects Transport Layer Security (TLS)-encrypted data through syslog over TCP on port 6514 by default. |
| Protocol | Port | IETF – Syslog Protocol Support |
|---|---|---|
| TCP | 602 | USM Anywhere collects data through syslog over TCP on port 602 by default. |
| TLS | 6515 |
USM Anywhere collects data through syslog over TLS on port 6515 by default. |
| IAM Policy | Description | Dependency |
|---|---|---|
| logging.logEntries.list | Allows the sensor to fetch log entries from Stackdriver | Google Cloud Audit Logs for Organizations |
|
resourcemanager.organizations.get |
Allows the sensor to get the details for a specific organization |
Application Status Cloud Audit Logs for organizations |
| IAM Policy | Description | Dependency |
|---|---|---|
| logging.logEntries.list | Allows the sensor to fetch log entries from Stackdriver |
Cloud Audit Logs for Projects Firewall Logs for Projects VPC Flow Logs for Projects Stackdriver Agent Logs |
|
resourcemanager.projects.list |
Allows the sensor to access a list of the available projects |
Application Status Asset Inventory Configuration Issues Cloud Audit Logs for Projects Firewall Logs for Projects VPC Flow Logs for Projects Stackdriver Agent Logs |
| resourcemanager.projects.get | Allows the sensor to fetch the details for a specific project | |
| deploymentmanager.deployments.create | Allows the sensor to be created and deployed | Deployment of a sensor |
| compute.firewalls.list | Allows the sensor to list the existing firewall rules | Configuration Issues |
| compute.firewalls.get | Allows the sensor to get the details for a specific firewall rule | Configuration Issues |
| compute.instances.list | Allows the sensor to list the existing virtual machines |
Asset Inventory Configuration Issues |
| compute.instances.get | Allows the sensor to get the details for a specific virtual machine |
Asset Inventory Configuration Issues |
| compute.zones.list | Allows the sensor to list the available zones |
Asset Inventory Configuration Issues |
| Log Type | Filter to Capture This Log | Notes |
|---|---|---|
| Audit Logs at the Organization Level | organizations/\ |
To filter these logs further, append the following:
|
|
Audit Logs at the Project Level |
projects/\ |
To filter these logs further, append the following:
|
| VPC Flow Logs | projects/\ |
|
| Firewall Logs | projects/\ |
|
| Syslog | projects/\ |
These logs are delivered via the Stackdriver logging agent |
| Apache Logs | projects/\ |
To filter these logs further, append the following:
|
| Nginx Logs | projects/\ |
To filter these logs further, append the following:
|
| Sensor App | Functional support |
|---|---|
|
Syslog Server |
Passively collects syslog data transmitted to the USM Anywhere Sensor. For more information, see The Syslog Server Sensor App. The Syslog Server app is supported on all USM Anywhere Sensor types. |
|
Graylog (GELF) |
Passively collects GELF data transmitted to the USM Anywhere Sensor. For more information, see The Graylog (GELF) Sensor App. The Graylog app is supported on all USM Anywhere Sensor types. |
|
Amazon Web Services |
Collects data from AWS logging services and performs queries to collect log data stored in an S3 repository within your AWS environment. For more information about built-in support for AWS logs, see AWS Log Discovery and Collection in USM Anywhere. The AWS app is supported only on the AWS Sensor. |
|
Azure |
Collects data from Azure logging services configured within your Azure environment. For more information about built-in support for Azure logs, see Azure Log Discovery and Collection in USM Anywhere. The Azure app is supported only on the Azure Sensor. |
| Environmental Demands | Recommended Option |
|---|---|
| If you need to monitor endpoints outside of the network or in remote locations where it would be impractical to deploy a sensor | LevelBlue Agent |
| If you want the ability to query assets for additional forensic data as part of your investigation activities | LevelBlue Agent |
| If you want the benefits of LevelBlue Labs actively monitoring endpoints with updated LevelBlue Labs rules, including active process and network activity information | LevelBlue Agent |
| If you a need to restrict off-premise connections for endpoints | NXLog |
| If you need complete control over agent configuration and filtering rules |
NXLog |
| If you have highly active servers that are required to maintain essential business functions where all or most of your resources are dedicated to the server | NXLog |
| Network Configuration Required | |
|---|---|
| Management Interface |
Internet connectivity and IP address routed to provide the access to USM Anywhere. This IP address also allows connections to assets in a monitored network for log collection and asset scans. |
|
Network Monitoring Interface 1 |
Interface connected to a mirrored port in the network switch 1. |
| Network Monitoring Interface 2 | Interface connected to a mirrored port in the network switch 2. |
| Network Monitoring Interface 3 | Interface connected to a mirrored port in the network switch 3. |
| Network Monitoring Interface 4 | Interface connected to a mirrored port in the network switch 4. |
| Operating System | Method and Credentials | Escalation |
|---|---|---|
| Linux, BSD, Solaris, or macOS | ||
|
Windows |
Windows username and password through Windows Remote Management | None |
| Icon | Meaning |
|---|---|
|
|
Sort the filters alphabetically. |
|
|
Sort the filters by number of items that matches them. |
| Tab | Information Shown |
|---|---|
| Assets |
Assets that are part of the group. Click View to go to the details of the asset. |
| Software | Software installed on the assets of the group. |
| Services | Services available on the assets of the group. |
| Alarms | Alarms related to the assets of the group. There is a bubble graph that provides a graphical representation of alarms by intent. The blue circles indicate the number of times that an alarm in an intent occurred. A bigger circle indicates a higher number of alarms. You can hover over each of the circles to get the actual number of alarms per intent. In addition, clicking a blue circle displays a list of only the alarms corresponding to that circle. You can change the displayed period of time by clicking the Last 24 Hours filter. |
| Events | Events related to the assets of the group. Click an event to see its details. |
| Vulnerabilities |
Vulnerabilities related to the assets of the group. You can filter the active or inactive vulnerabilities by clicking the specific radio button. Click a **Note:** Multiple rows may display for the same vulnerability if it has been reported by more than one source. This may result in a discrepancy between the numbers displayed on the Vulnerabilities tab at the bottom and in the Vulnerabilities counter at the upper right of this page. |
| Configuration Issues | Information about operational processes. You can filter the active or inactive configuration issues by clicking the specific radio button. Click a configuration issue to see its details. |
| History | Additions and removals to the group. |
| Scan History | List of the asset scans already run. It includes a time-stamp of the scan, the scan type, the status, and the details of each scan. You can also click the Scan Details link here to download a file containing the details of the most recent authenticated asset group scan here for up to a week after the scan was run. |
| Column / Field Name | Description |
|---|---|
| Event Name | Name of the event. |
| Time Created | The date and time of the creation of the event. The displayed date depends on your computer's time zone. |
| OTX | Indicate if it is an |
| Reporting Device | The asset that sent the |
| Source Asset |
Hostname or IP address of the |
| Destination Asset |
Hostname or IP address of the host (with the national flag if the country is known) that receives the event. |
| Sensor |
Name of the USM Anywhere Sensor detecting the event. The type of sensor is also displayed below the sensor name. |
| Username | Username associated with the event. |
| Event type name | Event description | AWS reference |
|---|---|---|
| Add inbound network traffic rule to security group | Adds one or more ingress rules to a security group. | AuthorizeSecurityGroupIngress |
| Add new subnet into route table | Associates a subnet with a route table. | AssociateRouteTable |
| Add outbound network traffic rule to security group | Adds one or more egress rules to a security group for use with a VPC. | AuthorizeSecurityGroupEgress |
| Assign elastic IP address | Associates an Elastic IP address with an instance or a network interface. | AssociateAddress |
| Assign private IP | Assigns one or more secondary private IP addresses to the specified network interface. | AssignPrivateIpAddresses |
| Associate VPC with public gateway | Attaches an Internet gateway to a VPC, enabling connectivity between the Internet and the VPC. | AttachInternetGateway |
| Attach EBS volume | Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name. | AttachVolume |
| Attach network interface | Attaches a network interface to an instance. | AttachNetworkInterface |
| Backup EBS volume | Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. | CreateSnapshot |
| Backup instance |
Bundles an Amazon instance store-backed Windows instance. During bundling, only the root device volume (C:) is bundled. Data on other instance store volumes is not preserved. |
BundleInstance |
| Backup instance to S3 | Exports a running or stopped instance to an S3 bucket. | CreateInstanceExportTask |
| Cancel instance backup | Cancels a bundling operation for an instance store-backed Windows instance. | CancelBundleTask |
| Cancel instance export |
Cancels an active export task. This operation removes all artifacts of the export, including any partially-created Amazon S3 objects. |
CancelExportTask |
| Cancel reserve instance listing | Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace. | CancelReservedInstancesListing |
| Cancel spot instance request | Cancels one or more Spot Instance requests. | CancelSpotInstanceRequests |
| Canceled import of a machine image or volume |
Cancels an active conversion task (import of a machine image or volume). This operation removes all artifacts of the conversion, including a partially uploaded volume or instance. |
CancelConversionTask |
| Clone AMI | Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. | CreateImage |
| Confirm you are a customer of a marketplace product | Determines whether a product code is associated with an instance. | ConfirmProductInstance |
| Connect virtual private gateway to a VPC | Attaches a virtual private gateway to a VPC. | AttachVpnGateway |
| Copy AMI between regions | Initiates the copy of an AMI from the specified source region to the current region. | CopyImage |
| Copy EBS backup to S3 | Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. | CopySnapshot |
| Create a ACL entry | Creates an entry (a rule) in a network ACL with the specified rule number. | CreateNetworkAclEntry |
| Create a network interface | Creates a network interface in the specified subnet. | CreateNetworkInterface |
| Create a subnet in VPC | Creates a subnet in an existing VPC. | CreateSubnet |
| Create ACL for a VPC | Creates a network ACL in a VPC. | CreateNetworkAcl |
| Create connection between VPW and VPN gateway | Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway. | CreateVpnConnection |
| Create datafeed for spot instance | Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. | CreateSpotDatafeedSubscription |
| Create DHCP options | Creates a set of DHCP options for a VPC. | CreateDhcpOptions |
| Create EBS volume | Creates an EBS volume that can be attached to an instance in the same Availability Zone. | CreateVolume |
| Create key pair | Creates a 2048-bit RSA key pair with the specified name. | CreateKeyPair |
| Create new VPC | Creates a VPC with the specified IPv4 CIDR block. | CreateVpc |
| Create or update tag | Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources. | CreateTags |
| Create placement group | Creates a placement group for launching instances. | CreatePlacementGroup |
| Create public gateway for VPC | Creates an Internet gateway for use with a VPC. | CreateInternetGateway |
| Create reserved instance listing | Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. | CreateReservedInstancesListing |
| Create route in VPC | Creates a route in a route table within a VPC. | CreateRoute |
| Create security group | Creates a security group. | CreateSecurityGroup |
| Create static route for VPC | Creates a route table for the specified VPC. | CreateRouteTable |
| Create static route for VPN | Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. | CreateVpnConnectionRoute |
| Create VPN gateway | Provides information to AWS about a VPN customer gateway device. | CreateCustomerGateway |
| Create VPN gateway | Creates a virtual private gateway. | CreateVpnGateway |
| Delete a VPC peering connection | Deletes a VPC peering connection. | DeleteVpcPeeringConnection |
| Delete ACL | Deletes the specified network ACL. | DeleteNetworkAcl |
| Delete ACL entry | Deletes the specified ingress or egress entry (rule) from the specified network ACL. | DeleteNetworkAclEntry |
| Delete customer gateway | Deletes the specified customer gateway. | DeleteCustomerGateway |
| Delete DHCP options | Deletes the specified set of DHCP options. | DeleteDhcpOptions |
| Delete Flow Logs | Deletes one or more flow logs. | DeleteFlowLogs |
| Delete inbound network traffic restriction from security group | Removes one or more ingress rules from a security group. | RevokeSecurityGroupIngress |
| Delete network interface | Deletes the specified network interface, which must be in a detached state. | DeleteNetworkInterface |
| Delete network route | Deletes the specified route from the specified route table. | DeleteRoute |
| Delete outbound network traffic rule from security group |
Removes one or more egress rules from a security group for EC2-VPC. This operation does not apply to security groups for use in EC2-Classic. |
RevokeSecurityGroupEgress |
| Delete placement group | Deletes the specified placement group. | DeletePlacementGroup |
| Delete public (internet) gateway | Deletes the specified Internet gateway, which must be detached from the VPC. | DeleteInternetGateway |
| Delete public key | Deletes the specified key pair by removing the public key from Amazon EC2. | DeleteKeyPair |
| Delete route table | Deletes the specified route table, which must be disassociated from any subnets. | DeleteRouteTable |
| Delete security group | Deletes a security group, which cannot be associated with an instance or referenced by another security group. | DeleteSecurityGroup |
| Delete snapshot | Deletes the specified snapshot. | DeleteSnapshot |
| Delete spot instance datafeed | Deletes the data feed for Spot Instances. | DeleteSpotDatafeedSubscription |
| Delete subnet | Deletes the specified subnet, which must have all running instances terminated. | DeleteSubnet |
| Delete tag from resource | Deletes the specified set of tags from the specified set of resources. | DeleteTags |
| Delete virtual private gateway | Deletes the specified virtual private gateway. | DeleteVpnGateway |
| Delete volume | Deletes the specified EBS volume, which must be in the available state (not attached to an instance). | DeleteVolume |
| Delete VPC | Deletes the specified VPC, which must have all gateways and resources detached or deleted. | DeleteVpc |
| Delete VPN connection | Deletes the specified VPN connection. | DeleteVpnConnection |
| Delete VPN to gateway network route | Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. | DeleteVpnConnectionRoute |
| Detach EBS volume from instance | Detaches an EBS volume from an instance. | DetachVolume |
| Detach public gateway from VPC | Detaches an Internet gateway from a VPC, disabling connectivity between the Internet and the VPC. | DetachInternetGateway |
| Detach virtual private gateway from VPC | Detaches a virtual private gateway from a VPC. | DetachVpnGateway |
| Disable AMI |
Deregisters the specified AMI so that it cannot be used to launch new instances. This does not affect any existing instances launched from the AMI. |
DeregisterImage |
| Disable monitoring for instance | Disables detailed monitoring for a running instance. | UnmonitorInstances |
| Disallow VPC from accepting routes from gateway | Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC. | DisableVgwRoutePropagation |
| Disassociate elastic IP address | Disassociates an Elastic IP address from the instance or network interface. | DisassociateAddress |
| Disassociate private IP address | Unassigns one or more secondary private IP addresses from a network interface. | UnassignPrivateIpAddresses |
| Enable volume i/o | Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent. | EnableVolumeIO |
| Enabled VPC to accept routes from gateway | Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC. | EnableVgwRoutePropagation |
| Get console output for instance | Returns the console output for the specified instance. | GetConsoleOutput |
| Get elastic IP address | Allocates an Elastic IP address. | AllocateAddress |
| Get windows password | Returns the encrypted administrator password for a running Windows instance. | GetPasswordData |
| Import instance | Creates an import instance task using metadata from the specified disk image. | ImportInstance |
| Import public key | Imports the public key from an RSA key pair created with a third-party tool. | ImportKeyPair |
| Import volume to amazon | Creates an import volume task using metadata from the specified disk image. | ImportVolume |
| Initialize DHCP options with VPC | Associates a set of DHCP options with the specified VPC, or associates no DHCP options with the VPC. | AssociateDhcpOptions |
| Pause instance |
Stops an Amazon EBS-backed instance. The root partition Amazon EBS volume remains and continues to persist the data, and continues to incur charges for Amazon EBS volume usage. |
StopInstances |
| Provide feedback to amazon | Submits feedback about the status of a running instance to Amazon. | ReportInstanceStatus |
| Purchase reserve instance | Purchases a Reserved Instance for use with the account. | PurchaseReservedInstancesOffering |
| Re-Start instance | Starts an Amazon EBS-backed instance that is in a stopped state. | StartInstances |
| Reboot instance | Requests a reboot of one or more instances. | RebootInstances |
| Register AMI with amazon | Registers an AMI, which is the final step before users can launch an instance from the AMI. | RegisterImage |
| Reject VPC peering connection request | Rejects a VPC peering connection request. | RejectVpcPeeringConnection |
| Release elastic IP | Releases the specified Elastic IP address. | ReleaseAddress |
| Remove network interface from instance | Detaches a network interface from an instance. | DetachNetworkInterface |
| Remove subnet from route table | Disassociates a subnet from a route table. | DisassociateRouteTable |
| Request spot instance | Creates a Spot Instance request. | RequestSpotInstances |
| Request VPC peer connection | Requests a VPC peering connection between two VPCs. | CreateVpcPeeringConnection |
| Reset AMI setting | Resets an attribute of an AMI to its default value. | ResetImageAttribute |
| Reset instance setting | Resets an attribute of an instance to its default value. | ResetInstanceAttribute |
| Reset network interface setting | Resets a network interface attribute. | ResetNetworkInterfaceAttribute |
| Reset snapshot setting | Resets permission settings for the specified snapshot. | ResetSnapshotAttribute |
| Shut down instance | Shuts down one or more instances. | TerminateInstances |
| Start instance monitoring | Enables detailed monitoring for a running instance. | MonitorInstances |
| Start instances | Launches the specified number of instances using an AMI. | RunInstances |
| Update ACL | Replaces an entry (rule) in a network ACL. | ReplaceNetworkAclEntry |
| Update AMI details | Modifies the specified attribute of the specified AMI. | ModifyImageAttribute |
| Update instance details | Modifies the specified attribute of the specified instance. | ModifyInstanceAttribute |
| Update network interface settings | Modifies the specified network interface attribute. | ModifyNetworkInterfaceAttribute |
| Update reserved instance count in availability zone | Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of Reserved Instances. | ModifyReservedInstances |
| Update route in route table | Replaces an existing route within a route table in a VPC. | ReplaceRoute |
| Update route table for VPC | Changes the route table associated with a given subnet in a VPC. | ReplaceRouteTableAssociation |
| Update snapshot permission settings | Adds or removes permission settings for the specified snapshot. | ModifySnapshotAttribute |
| Update subnet setting | Modifies a subnet attribute. | ModifySubnetAttribute |
| Update subnet/ACL association | Changes the network ACL association for a subnet. | ReplaceNetworkAclAssociation |
| Update volume property | Modifies a volume attribute. | ModifyVolumeAttribute |
| Update VPC attribute | Modifies the specified attribute of the specified VPC. | ModifyVpcAttribute |
| View account details | Returns attributes of the AWS account. | DescribeAccountAttributes |
| View ACL for network | Returns one or more network ACLs. | DescribeNetworkAcls |
| View AMI details | Returns the specified attribute of the specified AMI. | DescribeImageAttribute |
| View availability zones | Returns one or more of the Availability Zones that are available to the user. | DescribeAvailabilityZones |
| View available AWS regions | Returns one or more regions that are currently available to the user. | DescribeRegions |
| View details of conversion tasks | Returns one or more of the user's conversion tasks. | DescribeConversionTasks |
| View DHCP options | Returns one or more of the user's DHCP options sets. | DescribeDhcpOptions |
| View EBS volumes | Returns the specified EBS volumes. | DescribeVolumes |
| View Elastic IP addresses | Returns one or more of the user's Elastic IP addresses. | DescribeAddresses |
| View export tasks | Returns one or more of the user's export tasks. | DescribeExportTasks |
| View image details | Returns one or more of the images (AMIs, AKIs, and ARIs) available to the user. | DescribeImages |
| View Instance details | Returns the specified attribute of the specified instance. | DescribeInstanceAttribute |
| View Instance details | Returns one or more of the user's instances. | DescribeInstances |
| View instance status | Returns the status of one or more instances. | DescribeInstanceStatus |
| View key pair | Returns one or more of the user's key pairs. | DescribeKeyPairs |
| View network interface settings | Returns a network interface attribute. | DescribeNetworkInterfaceAttribute |
| View network interfaces | Returns one or more of the user's network interfaces. | DescribeNetworkInterfaces |
| View network routes | Returns one or more of the user's route tables. | DescribeRouteTables |
| View placement group details | Returns one or more of the user's placement groups. | DescribePlacementGroups |
| View public gateway details | Returns one or more of the user's Internet gateways. | DescribeInternetGateways |
| View purchased reserved instances | Returns one or more of the purchased Reserved Instances. | DescribeReservedInstances |
| View reserve instance offerings | Returns Reserved Instance offerings that are available for purchase. | DescribeReservedInstancesOfferings |
| View reserved instance listings | Returns your account's Reserved Instance listings in the Reserved Instance Marketplace. | DescribeReservedInstancesListings |
| View Reserved Instance modification | Returns the modifications made to your Reserved Instances. | DescribeReservedInstancesModifications |
| View security group details | Returns one or more of the user's security groups. | DescribeSecurityGroups |
| View snapshot details | Returns one or more of the EBS snapshots available to the user. | DescribeSnapshots |
| View snapshot setting | Returns the specified attribute of the specified snapshot. | DescribeSnapshotAttribute |
| View spot instance datafeed details | Returns the data feed for Spot Instances. | DescribeSpotDatafeedSubscription |
| View spot instance requests | Returns the specified Spot Instance requests. | DescribeSpotInstanceRequests |
| View spot price history | Returns the Spot price history. | DescribeSpotPriceHistory |
| View subnet | Returns one or more o.f the user's subnets | DescribeSubnets |
| View tags | Returns one or more of the tags for the user's EC2 resources. | DescribeTags |
| View virtual private gateway | Returns one or more of the user's virtual private gateways. | DescribeVpnGateways |
| View volume settings | Returns the specified attribute of the specified volume. | DescribeVolumeAttribute |
| View volume status | Returns the status of the specified volumes. | DescribeVolumeStatus |
| View VPC details | Returns the specified attribute of the specified VPC. | DescribeVpcAttribute |
| View VPC details | Returns one or more of your VPCs. | DescribeVpcs |
| View VPC peering connections | Returns one or more of your VPC peering connections. | DescribeVpcPeeringConnections |
| View VPN connections | Returns one or more of the user's VPN connections. | DescribeVpnConnections |
| View VPN gateway information | Returns one or more of the user's VPN customer gateways. | DescribeCustomerGateways |
| View windows backup tasks | Returns one or more of the user's bundling tasks. | DescribeBundleTasks |
| VPC Peering connection established | Accepts a VPC peering connection request. | AcceptVpcPeeringConnection |
| Event type name | Event description | AWS reference |
|---|---|---|
| Attach Instances | Attaches one or more EC2 instances to a specified Auto Scaling group. | AttachInstances |
| Complete Lifecycle Action | Completes the lifecycle action for a specified token or instance with the specified result. | CompleteLifecycleAction |
| Create Auto Scaling Group | Creates an Auto Scaling group with the specified name and attributes. | CreateAutoScalingGroup |
| Create Launch Configuration | Creates a launch configuration used to launch new EC2 instances. | CreateLaunchConfiguration |
| Create Or Update Tags | Creates or updates tags for a specified Auto Scaling group. | CreateOrUpdateTags |
| Delete Auto Scaling Group |
Deletes a specified Auto Scaling group. If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action. |
DeleteAutoScalingGroup |
| Delete Launch Configuration | Deletes a specified launch configuration that is not attached to an Auto Scaling group. | DeleteLaunchConfiguration |
| Delete Lifecycle Hook | Deletes a specified lifecycle hook. | DeleteLifecycleHook |
| Delete Notification Configuration | Deletes a specified notification configuration. | DeleteNotificationConfiguration |
| Delete Policy |
Deletes a specified Auto Scaling policy. Deleting a policy deletes the underlying alarm action, but does not delete the alarm, even if it no longer has an associated action. |
DeletePolicy |
| Delete Scheduled Action | Deletes the specified scheduled action. | DeleteScheduledAction |
| Describe Account Limits | Retrieves information about the current Auto Scaling resource limits for the AWS account. | DescribeAccountLimits |
| Describe Adjustment Types | Retrieves information about the policy adjustment types for use with PutScalingPolicy. | DescribeAdjustmentTypes |
| Describe Auto Scaling Groups | Retrieves information about one or more Auto Scaling groups. | DescribeAutoScalingGroups |
| Describe Auto Scaling Instances | Retrieves information about one or more Auto Scaling instances. | DescribeAutoScalingInstances |
| Describe Auto Scaling Notification Types | Retrieves information about the notification types that are supported by Auto Scaling. | DescribeAutoScalingNotificationTypes |
| Describe Launch Configurations | Retrieves information about one or more launch configurations. | DescribeLaunchConfigurations |
| Describe Lifecycle Hooks | Retrieves information about the lifecycle hooks for a specified Auto Scaling group. | DescribeLifecycleHooks |
| Describe Lifecycle Hook Types | Retrieves information about the available types of lifecycle hooks. | DescribeLifecycleHookTypes |
| Describe Metric Collection Types | Retrieves information about the available CloudWatch metrics for Auto Scaling. | DescribeMetricCollectionTypes |
| Describe Notification Configurations | Retrieves information about the notification actions associated with the specified Auto Scaling group. | DescribeNotificationConfigurations |
| Describe Policies | Retrieves information about the policies for the specified Auto Scaling group. | DescribePolicies |
| Describe Scaling Activities | Retrieves information about one or more scaling activities for the specified Auto Scaling group. | DescribeScalingActivities |
| Describe Scaling Process Types | Retrieves information about the scaling process types for use with ResumeProcesses and SuspendProcesses. | DescribeScalingProcessTypes |
| Describe Scheduled Actions | Retrieves information about the actions scheduled for a specified Auto Scaling group that haven't run. | DescribeScheduledActions |
| Describe Termination Policy Types | Retrieves information about the termination policies supported by Auto Scaling. | DescribeTerminationPolicyTypes |
| Detach Instances | Removes one or more instances from a specified Auto Scaling group. | DetachInstances |
| Disable Metrics Collection | Disables group metrics for a specified Auto Scaling group. | DisableMetricsCollection |
| Enable Metrics Collection | Enables group metrics for a specified Auto Scaling group. | EnableMetricsCollection |
| Enter Standby | Moves the specified instances into the standby state. | EnterStandby |
| Execute Policy | Executes a specified policy. | ExecutePolicy |
| Exit Standby | Moves the specified instances out of the standby state. | ExitStandby |
| Put Lifecycle Hook |
Creates or updates a lifecycle hook for a specified Auto Scaling Group. A lifecycle hook tells Auto Scaling to perform an action on an instance that is not actively in service, such as when the instance launches or before the instance terminates. |
PutLifecycleHook |
| Put Notification Configuration | Configures an Auto Scaling group to send notifications when specified events take place. | PutNotificationConfiguration |
| Put Scaling Policy | Creates or updates a policy for an Auto Scaling group. | PutScalingPolicy |
| Put Scheduled Update Group Action | Creates or updates a scheduled scaling action for an Auto Scaling group. | PutScheduledUpdateGroupAction |
| Record Lifecycle Action Heartbeat |
Records a heartbeat for the lifecycle action associated with a specified token or instance. This extends the timeout by the length of time defined using PutLifecycleHook. |
RecordLifecycleActionHeartbeat |
| Resume Processes | Resumes the specified suspended Auto Scaling processes, or all suspended process, for a specified Auto Scaling group. | ResumeProcesses |
| Set Desired Capacity | Sets the size of a specified Auto Scaling group. | SetDesiredCapacity |
| Set Instance Health | Sets the health status of a specified instance. | SetInstanceHealth |
| Suspend Processes | Suspends the specified Auto Scaling processes, or all processes, for a specified Auto Scaling group. | SuspendProcesses |
| Terminate Instance In Auto Scaling Group | Makes a termination request for a specified instance and optionally adjusts the desired group size. | TerminateInstanceInAutoScalingGroup |
| Update Auto Scaling Group | Updates the configuration for a specified Auto Scaling group. | UpdateAutoScalingGroup |
| Event type name | Event description | AWS reference |
|---|---|---|
| Delete Alarms | Deletes the specified alarms | DeleteAlarms |
| Describe Alarm History |
Returns the history for a specified alarm, or all alarms if an alarm name is not specified CloudWatch retains the history of an alarm even if you delete the alarm. |
DescribeAlarmHistory |
| Describe Alarms |
Returns a specified alarm, or all alarms if an alarm name is not specified |
DescribeAlarms |
| Describe Alarms For Metric | Returns the alarms for a specified metric | DescribeAlarmsForMetric |
| Disable Alarm Actions |
Disables the actions for the specified alarms |
DisableAlarmActions |
| Enable Alarm Actions | Enables the actions for the specified alarms | EnableAlarmActions |
| Get Metric Statistics | Returns statistics for the specified metric | GetMetricStatistics |
| List Metrics | Returns a list of the specified metrics | ListMetrics |
| Put Metric Alarm | Creates or updates an alarm and associates it with a specified metric | PutMetricAlarm |
| Put Metric Data |
Publishes metric data points to Amazon CloudWatch CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. |
PutMetricData |
| Set Alarm State | Temporarily sets the state of an alarm for testing purposes | SetAlarmState |
| Event type name | Event description | AWS reference |
|---|---|---|
| Batch Get Item | Returns the attributes of one or more items from one or more database tables | BatchGetItem |
| Batch Write Item | Puts or deletes multiple items in one or more database tables | BatchWriteItem |
| Create Table | Adds a new database table to the AWS account | CreateTable |
| Delete Item | Deletes a single item in a database table by primary key | DeleteItem |
| Delete Table | Deletes a database table and all of its items | DeleteTable |
| Describe Table | Retrieves information about a database table, including the current status of the table, the creation date/time, the primary key schema, and any indexes on the table | DescribeTable |
| Get Item | Returns a set of attributes for an item with the given primary key | GetItem |
| List Tables | Returns an array of database table names associated with the current account and endpoint | ListTables |
| Put Item | Creates a new item, or replaces an old item with a new item | PutItem |
| Query | Finds and returns items based on primary key values | Query |
| Scan | Returns one or more items and item attributes by accessing every item in a database table or a secondary index | Scan |
| Update Item | Edits the attributes for an existing item, or adds a new item to the database table if it does not already exist | UpdateItem |
| Update Table | Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a specified database table | UpdateTable |
| Event type name | Event description | AWS reference |
|---|---|---|
| Authorize Cache Security Group Ingress | Allows network ingress to a cache security group | AuthorizeCacheSecurityGroupIngress |
| Create Cache Cluster | Creates a new cache cluster | CreateCacheCluster |
| Create Cache Parameter Group |
Creates a new Amazon ElastiCache cache parameter group An ElastiCache cache parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster or replication group using the CacheParameterGroup. |
CreateCacheParameterGroup |
| Create Cache Security Group | Creates a new cache security group that is used to control access to one or more clusters | CreateCacheSecurityGroup |
| Create Cache Subnet Group | Creates a new cache subnet group for use with clusters in an Amazon Virtual Private Cloud (VPC). | CreateCacheSubnetGroup |
| Create Replication Group | Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group | CreateReplicationGroup |
| Delete Cache Cluster | Deletes a previously provisioned cluster | DeleteCacheCluster |
| Delete Cache Parameter Group | Deletes a specified cache parameter group | DeleteCacheParameterGroup |
| Delete Cache Security Group | Deletes a specified cache security group | DeleteCacheSecurityGroup |
| Delete Cache Subnet Group | Deletes a cache subnet group if it is not associated with any clusters | DeleteCacheSubnetGroup |
| Delete Replication Group | Deletes a specified replication group | DeleteReplicationGroup |
| Describe Cache Clusters | Retrieves information about a specified cache cluster, or all provisioned clusters if no cluster identifier is specified | DescribeCacheClusters |
| Describe Cache Engine Versions | Returns a list of the available cache engines and their versions | DescribeCacheEngineVersions |
| Describe Cache Parameter Groups | Returns a list of cache parameter group descriptions | DescribeCacheParameterGroups |
| Describe Cache Parameters | Returns the detailed parameter list for a specified cache parameter group | DescribeCacheParameters |
| Describe Cache Security Groups | Returns a list of cache security group descriptions | DescribeCacheSecurityGroups |
| Describe Cache Subnet Groups | Returns a list of cache subnet group descriptions | DescribeCacheSubnetGroups |
| Describe Replication Groups | Returns information about a specified replication group | DescribeReplicationGroups |
| Describe Reserved Cache Nodes | Returns information about all reserved cache nodes for the account, or a specified reserved cache node | DescribeReservedCacheNodes |
| Describe Reserved Cache Nodes Offerings | Returns a list of available reserved cache node offerings | DescribeReservedCacheNodesOfferings |
| Modify Cache Cluster | Modifies the settings for a specified cluster | ModifyCacheCluster |
| Modify Cache Parameter Group | Modifies the parameters of a specified cache parameter group | ModifyCacheParameterGroup |
| Modify Cache Subnet Group | Modifies a specified cache subnet group | ModifyCacheSubnetGroup |
| Modify Replication Group | Modifies the settings for a specified replication group | ModifyReplicationGroup |
| Purchase Reserved Cache Nodes Offering | Used to purchase a reserved cache node offering | PurchaseReservedCacheNodesOffering |
| Reboot Cache Cluster | Reboots some, or all, of the cache nodes within a provisioned cluster | RebootCacheCluster |
| Reset Cache Parameter Group | Modifies the parameters of a specified cache parameter group to the engine or system default value | ResetCacheParameterGroup |
| Revoke Cache Security Group Ingress | Revokes ingress from a cache security group | RevokeCacheSecurityGroupIngress |
| Event type name | Event description | AWS reference |
|---|---|---|
| Add Source Identifier To Subscription | Adds a source identifier to an existing RDS event notification subscription | AddSourceIdentifierToSubscription |
| Add Tags To Resource | Adds metadata tags to an Amazon RDS resource | AddTagsToResource |
| Authorize DB Security Group Ingress | Enables ingress to a DBSecurityGroup using one of two forms of authorization | AuthorizeDBSecurityGroupIngress |
| Copy DB Parameter Group | Copies the specified DB parameter group | CopyDBParameterGroup |
| Copy DB Snapshot | Copies the specified DB snapshot, which must be in an available state | CopyDBSnapshot |
| Copy Option Group | Copies the specified option group | CopyOptionGroup |
| Create DB Instance | Creates a new DB instance | CreateDBInstance |
| Create DB Instance Read Replica | Creates a new DB instance that acts as a Read Replica for an existing source DB instance | CreateDBInstanceReadReplica |
| Create DB Parameter Group | Creates a new DB parameter group | CreateDBParameterGroup |
| Create DB Security Group | Creates a new DB security group, which is used to control access to a DB instance | CreateDBSecurityGroup |
| Create DB Snapshot | Creates a DBSnapshot from a DB instance that is in an available state | CreateDBSnapshot |
| Create DB Subnet Group | Creates a new DB subnet group | CreateDBSubnetGroup |
| Create Event Subscription | Creates an RDS event notification subscription | CreateEventSubscription |
| Create Option Group | Creates a new option group | CreateOptionGroup |
| Delete DB Instance |
Deletes a previously provisioned DB instance This operation deletes all automated backups for that instance and they cannot be recovered. |
DeleteDBInstance |
| Delete DB Parameter Group | Deletes a specified DB Parameter Group that is not associated with any DB instances | DeleteDBParameterGroup |
| Delete DB Security Group | Deletes a specified DB security group that is not associated with any DB instances | DeleteDBSecurityGroup |
| Delete DB Snapshot | Deletes a specified DB Snapshot that is in the available state | DeleteDBSnapshot |
| Delete DB Subnet Group | Deletes a specified DB subnet group that is not associated with any DB instances | DeleteDBSubnetGroup |
| Delete Event Subscription | Deletes an RDS event notification subscription | DeleteEventSubscription |
| Delete Option Group | Deletes a specified option group | DeleteOptionGroup |
| Describe DB Engine Versions | Returns a list of the available DB engines | DescribeDBEngineVersions |
| Describe DB Instances | Returns information about provisioned RDS instances | DescribeDBInstances |
| Describe DB Log Files | Returns a list of DB log files for a specified DB instance | DescribeDBLogFiles |
| Describe DB Parameter Groups | Returns a list of DB Parameter Group descriptions | DescribeDBParameterGroups |
| Describe DB Parameters | Returns the detailed parameter list for a specified DB parameter group | DescribeDBParameters |
| Describe DB Security Groups | Returns a list of DB Security Group descriptions | DescribeDBSecurityGroups |
| Describe DB Snapshots | Returns information about DB snapshots for a specified DB instance | DescribeDBSnapshots |
| Describe DB Subnet Groups | Returns a list of DB Subnet Group descriptions | DescribeDBSubnetGroups |
| Describe Engine Default Parameters | Returns the default engine and system parameter information for the specified database engine | DescribeEngineDefaultParameters |
| Describe Event Categories | Returns a list of categories for all event source types, or for a specified source type | DescribeEventCategories |
| Describe Events | Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days | DescribeEvents |
| Describe Event Subscriptions | Returns subscription descriptions for the account, including Subscription Name, SNS Topic ARN, Customer ID, Source Type, Source ID, Creation Time, and Status | DescribeEventSubscriptions |
| Describe Option Group Options | Returns a list of all available options for Option Groups | DescribeOptionGroupOptions |
| Describe Option Groups | Returns a list of all available Option Groups | DescribeOptionGroups |
| Describe Orderable DB Instance Options | Returns a list of orderable DB instance options for the specified engine | DescribeOrderableDBInstanceOptions |
| Describe Reserved DB Instances | Returns information about reserved DB instances for the account, or about a specified reserved DB instance | DescribeReservedDBInstances |
| Describe Reserved DB Instances Offerings | Returns a list of available reserved DB instance offerings | DescribeReservedDBInstancesOfferings |
| Download DB Log File Portion | Downloads all or a portion of the specified log file, up to 1 MB in size | DownloadDBLogFilePortion |
| List Tags For Resource | Returns a list of all tags on a specified Amazon RDS resource | ListTagsForResource |
| Modify DB Instance | Updates the settings for a specified DB instance | ModifyDBInstance |
| Modify DB Parameter Group | Updates the parameters of a specified DB parameter group | ModifyDBParameterGroup |
| Modify DB Subnet Group | Updates the settings for a specified DB Subnet group | ModifyDBSubnetGroup |
| Modify Event Subscription | Updates the settings for a specified RDS event notification subscription | ModifyEventSubscription |
| Modify Option Group | Updates the settings for a specified Option Group | ModifyOptionGroup |
| Promote Read Replica | Promotes a Read Replica DB instance to a standalone DB instance | PromoteReadReplica |
| Purchase Reserved DB Instances Offering | Used to purchase a reserved DB instance offering | PurchaseReservedDBInstancesOffering |
| Reboot DB Instance |
Reboots the specified DB instance, usually for changes to take effect Rebooting a DB instance restarts the database engine service and results in a momentary outage. |
RebootDBInstance |
| Remove Source Identifier From Subscription | Removes a source identifier from a specified RDS event notification subscription | RemoveSourceIdentifierFromSubscription |
| Remove Tags From Resource | Removes metadata tags from a specified Amazon RDS resource | RemoveTagsFromResource |
| Reset DB Parameter Group | Updates the parameters of a DB parameter group to the engine/system default value, or only the specified parameters | ResetDBParameterGroup |
| Restore D B Instance From D B Snapshot | Creates a new DB instance from a specified DB snapshot | RestoreDBInstanceFromDBSnapshot |
| Restore DB Instance To Point In Time | Restores a specified DB instance to an arbitrary point in time | RestoreDBInstanceToPointInTime |
| Revoke DB Security Group Ingress | Revokes ingress from a DB Security Group for previously authorized IP ranges for EC2 or VPC Security Groups | RevokeDBSecurityGroupIngress |
| Event type name | Event description | AWS reference |
|---|---|---|
| Count Closed Workflow Executions | Returns the number of closed workflow executions within the specified domain that meet the specified filtering criteria. | CountClosedWorkflowExecutions |
| Count Open Workflow Executions | Returns the number of open workflow executions within the specified domain that meet the specified filtering criteria. | CountOpenWorkflowExecutions |
| Count Pending Activity Tasks | Returns the estimated number of activity tasks in the specified task list. | CountPendingActivityTasks |
| Count Pending Decision Tasks | Returns the estimated number of decision tasks in the specified task list. | CountPendingDecisionTasks |
| Deprecate Activity Type |
Deprecates the specified activity type. After an activity type is deprecated, new tasks of that activity type cannot be created. Tasks of that type that were scheduled before deprecation continue to run. |
DeprecateActivityType |
| Deprecate Domain |
Deprecates the specified domain. After a domain is deprecated, it cannot be used to create new workflow executions or register new types. Deprecating a domain also deprecates all activity and workflow types registered in the domain. Executions that started before deprecation of the domain continue to run. |
DeprecateDomain |
| Deprecate Workflow Type |
Deprecates the specified workflow type. After a workflow type is deprecated, new executions of that type cannot be created. Executions that started before deprecation of the type continue to run. |
DeprecateWorkflowType |
| Describe Activity Type | Returns information about the specified activity type. | DescribeActivityType |
| Describe Domain | Returns information about the specified domain, including description and status. | DescribeDomain |
| Describe Workflow Execution | Returns information about the specified workflow execution, including its type and some statistics. | DescribeWorkflowExecution |
| Describe Workflow Type | Returns information about the specified workflow type. | DescribeWorkflowType |
| Get Workflow Execution History | Returns the history of the specified workflow execution. | GetWorkflowExecutionHistory |
| List Activity Types | Returns information about all activities registered in the specified domain that match the specified name and registration status. | ListActivityTypes |
| List Closed Workflow Executions | Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. | ListClosedWorkflowExecutions |
| List Domains | Returns the list of domains registered in the account. | ListDomains |
| List Open Workflow Executions | Returns a list of open workflow executions in the specified domain that meet the filtering criteria. | ListOpenWorkflowExecutions |
| List Workflow Types | Returns information about workflow types in the specified domain. | ListWorkflowTypes |
| Poll For Activity Task | Initiates a long poll to return an Activity Task from the specified activity task list, where the service holds the HTTP connection open and responds as soon as a task becomes available. | PollForActivityTask |
| Poll For Decision Task | Initiates a long poll to return a Decision Task from the specified decision task list, where the service holds the HTTP connection open and responds as soon as a task becomes available. | PollForDecisionTask |
| Record Activity Task Heartbeat | Reports progress information about the Activity Task represented by the specified task token. | RecordActivityTaskHeartbeat |
| Register Activity Type | Registers a new activity type along with its configuration settings in the specified domain. | RegisterActivityType |
| Register Domain | Registers a new domain. | RegisterDomain |
| Register Workflow Type | Registers a new workflow type and its configuration settings in the specified domain. | RegisterWorkflowType |
| Request Cancel Workflow Execution | Records a Workflow Execution Cancel Requested event in the currently running workflow execution identified by the specified domain, workflow ID, and run ID. | RequestCancelWorkflowExecution |
| Respond Activity Task Canceled | Reports that the Activity Task identified by the specified task token was successfully canceled. | RespondActivityTaskCanceled |
| Respond Activity Task Completed | Reports that the Activity Task identified by the specified task token was successfully completed successfully with a result (if provided). | RespondActivityTaskCompleted |
| Respond Activity Task Failed | Reports that the Activity Task identified by the specified task token has failed with a reason (if specified). | RespondActivityTaskFailed |
| Respond Decision Task Completed | Reports that the Decision Task identified by the specified task token was successfully completed successfully. | RespondDecisionTaskCompleted |
| Signal Workflow Execution | Records a Workflow Execution Signaled event in the workflow execution history and creates a Decision Task for the workflow execution identified by the specified domain, workflow ID, and run ID. | SignalWorkflowExecution |
| Start Workflow Execution | Starts an execution of the workflow type in the specified domain using the specified workflow ID and input data. | StartWorkflowExecution |
| Terminate Workflow Execution | Records a Workflow Execution Terminated event and forces closure of the workflow execution identified by the specified domain, run ID, and workflow ID. | TerminateWorkflowExecution |
| Event type name | Event description | AWS reference |
|---|---|---|
| Cancel Update Stack |
Cancels an update on the specified stack. This operation rolls back the stack update and reverts it to the previous stack configuration. |
CancelUpdateStack |
| Describe Stack Events | Returns all stack related events for a specified stack in reverse chronological order. | DescribeStackEvents |
| Describe Stack Resource | Returns a description of the specified resource in a specified stack. | DescribeStackResource |
| Describe Stack Resources | Returns AWS resource descriptions for running and deleted stacks. | DescribeStackResources |
| Estimate Template Cost | Returns a URL query for the estimated monthly cost of the specified template. | EstimateTemplateCost |
| Get Stack Policy | Returns the stack policy for a specified stack. | GetStackPolicy |
| Get Template | Returns the template body for a specified stack. | GetTemplate |
| Get Template Summary | Returns information about a new or existing template. | GetTemplateSummary |
| List Stack Resources | Returns descriptions of all resources of a specified stack. | ListStackResources |
| List Stacks | Returns the summary information for stacks matching the specified stack status filter. | ListStacks |
| Set Stack Policy | Sets a stack policy for a specified stack. | SetStackPolicy |
| Signal Resource | Sends a signal to the specified resource with a success or failure status. | SignalResource |
| Validate Template | Validates a specified template by checking for valid JSON or YAML. | ValidateTemplate |
| Event type name | Event description | AWS reference |
|---|---|---|
| Create Trail | Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. | CreateTrail |
| Delete Trail | Deletes a specified trail. | DeleteTrail |
| Describe Trails | Returns settings for the trail associated with the current region for the account. | DescribeTrails |
| Get Trail Status | Returns a JSON-formatted list of information about a specified trail, including delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. | GetTrailStatus |
| Start Logging | Starts the recording of AWS API calls and log file delivery for a specified trail. | StartLogging |
| Stop Logging | Suspends the recording of AWS API calls and log file delivery for a specified trail. | StopLogging |
| Update Trail | Updates the settings that specify delivery of log files for a specified trail. | UpdateTrail |
| Event type name | Event description | AWS reference |
|---|---|---|
| Add Permission | Adds a permission to a queue for a specified principal, allowing sharing access to the queue. | AddPermission |
| Change Message Visibility | Changes the visibility timeout of a specified message in a queue to a new value, up to 12 hours. | ChangeMessageVisibility |
| Change Message Visibility Batch | Changes the visibility timeout of multiple specified messages. | ChangeMessageVisibilityBatch |
| Create Queue | Creates a new standard or FIFO (first in, first out) queue. | CreateQueue |
| Delete Message | Deletes the specified message from a specified queue. | DeleteMessage |
| Delete Message Batch | Deletes up to ten specified messages from a specified queue. | DeleteMessageBatch |
| Delete Queue |
Deletes a specified queue. After this operation completes, any messages in the queue are no longer available. |
DeleteQueue |
| Get Queue Attributes | Returns attributes for a specified queue. | GetQueueAttributes |
| Get Queue Url | Returns the URL of a specified queue. | GetQueueUrl |
| List Dead Letter Source Queues | Returns a list of queues that have the RedrivePolicy attribute configured with a dead-letter queue. | ListDeadLetterSourceQueues |
| List Queues | Returns a list of queues. | ListQueues |
| Receive Message | Returns one or more messages (up to 10) from a specified queue. | ReceiveMessage |
| Remove Permission | Revokes any permissions that match the specified Label parameter within the policy for a specified queue. | RemovePermission |
| Send Message | Delivers a message to a specified queue. | SendMessage |
| Send Message Batch | Delivers one or more messages (up to 10) to the specified queue. | SendMessageBatch |
| Set Queue Attributes | Sets the value of one or more attributes for the specified queue. | SetQueueAttributes |
| Event type name | Event description | AWS reference |
|---|---|---|
| Add Attachments To Set | Adds one or more attachments to a specified attachment set, or creates a new attachment set. | AddAttachmentsToSet |
| Add Communication To Case | Adds additional customer communication to an AWS Support case. | AddCommunicationToCase |
| Create Case | Creates a new case in the AWS Support Center. | CreateCase |
| Describe Attachment | Returns the attachment that has the specified ID. | DescribeAttachment |
| Describe Cases | Returns a list of case IDs according to the specified attributes. | DescribeCases |
| Describe Communications | Returns communications (and attachments) for one or more support cases. | DescribeCommunications |
| Describe Services | Returns the current list of AWS services and a list of service categories that applies to each one. | DescribeServices |
| Describe Severity Levels | Returns the list of severity levels that you can assign to an AWS Support case. | DescribeSeverityLevels |
| Describe Trusted Advisor Check Refresh Statuses | Returns the refresh status of the Trusted Advisor checks that have a specified check IDs. | DescribeTrustedAdvisorCheckRefreshStatuses |
| Describe Trusted Advisor Check Result | Returns the results of the Trusted Advisor check that has the specified check ID. | DescribeTrustedAdvisorCheckResult |
| Describe Trusted Advisor Checks | Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. | DescribeTrustedAdvisorChecks |
| Describe Trusted Advisor Check Summaries | Returns the summaries of the results of the Trusted Advisor checks that have a specified check IDs. | DescribeTrustedAdvisorCheckSummaries |
| Refresh Trusted Advisor Check | Requests a refresh of the Trusted Advisor check that has a specified check ID. | RefreshTrustedAdvisorCheck |
| Resolve Case | Submits a request to resolve a specified case and returns the initial state of the case along with the state of the case after the request is completed. | ResolveCase |
| Event type name | Event description | AWS reference |
|---|---|---|
| Create Identity Pool |
Creates a new identity pool The identity pool is a store of user identity information that is specific to the AWS account |
CreateIdentityPool |
| Delete Identity Pool | Deletes an identity pool | DeleteIdentityPool |
| Describe Identity Pool | Returns details about a specified identity pool, including the pool name, ID description, creation date, and current number of users | DescribeIdentityPool |
| Get Id | Generates (or retrieves) a Cognito ID | GetId |
| Get Open Id Token | Returns an OpenID token, using a known Cognito ID | GetOpenIdToken |
| Get Open Id Token For Developer Identity | Registers (or retrieves) a Cognito ID and an OpenID Connect token for a user authenticated by the backend authentication process. | GetOpenIdTokenForDeveloperIdentity |
| List Identities | Returns a list of identities in a specified identity pool | ListIdentities |
| List Identity Pools | Returns a list of the Cognito identity pools registered for the account | ListIdentityPools |
| Lookup Developer Identity | Returns the Identity ID associated with a specified Developer User Identifier or the list of Developer User Identifier values associated with a specified Identity ID | LookupDeveloperIdentity |
| Merge Developer Identities | Merges two users having different Identity IDs, existing in the same identity pool, and identified by the same developer provider | MergeDeveloperIdentities |
| Unlink Developer Identity | Unlinks a Developer User Identifier from an existing identity | UnlinkDeveloperIdentity |
| Unlink Identity | Unlinks a federated identity from a specified account | UnlinkIdentity |
| Update Identity Pool | Updates a specified identity pool | UpdateIdentityPool |
| Event type name | Event description | AWS reference |
|---|---|---|
| Delete Delivery Channel | Deletes a specified delivery channel. | DeleteDeliveryChannel |
| Deliver Config Snapshot | Schedules delivery of a configuration snapshot to the Amazon S3 bucket in a specified delivery channel. | DeliverConfigSnapshot |
| Describe Configuration Recorders | Returns the details for a specified configuration recorder, or details for all configuration recorders associated with the account if not specified. | DescribeConfigurationRecorders |
| Describe Configuration Recorder Status | Returns the current status for a specified configuration recorder, or status for all configuration recorders associated with the account if not specified. | DescribeConfigurationRecorderStatus |
| Describe Delivery Channels | Returns the details for a specified delivery channel, or details for all delivery channels associated with the account if not specified. | DescribeDeliveryChannels |
| Describe Delivery Channel Status | Returns the current status for a specified delivery channel, or status for all delivery channels associated with the account if not specified. | DescribeDeliveryChannelStatus |
| Get Resource Config History | Returns a list of configuration items for a specified resource, including details about each state of the resource during the specified time interval. | GetResourceConfigHistory |
| Put Configuration Recorder | Creates a new configuration recorder to record the specified resource configurations. | PutConfigurationRecorder |
| Put Delivery Channel | Creates a delivery channel object to deliver configuration information to a specified Amazon S3 bucket and Amazon SNS topic. | PutDeliveryChannel |
| Start Configuration Recorder | Starts recording configurations of the AWS resources that are selected to record in the AWS account. | StartConfigurationRecorder |
| Stop Configuration Recorder | Stops recording configurations of the AWS resources that are selected to record in the AWS account. | StopConfigurationRecorder. |
| Event type name | Event description | AWS reference |
|---|---|---|
| Activate Pipeline | Validates a specified pipeline and starts processing pipeline tasks. | ActivatePipeline |
| Create Pipeline | Creates a new, empty pipeline. | CreatePipeline |
| Delete Pipeline | Deletes a specified pipeline, its pipeline definition, and its run history. | DeletePipeline |
| Describe Objects | Returns the object definitions for a set of objects associated with a specified pipeline. | DescribeObjects |
| Describe Pipelines | Retrieves metadata about one or more specified pipelines, including the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. | DescribePipelines |
| Evaluate Expression | Evaluates a string in the context of a specified object. | EvaluateExpression |
| Get Pipeline Definition | Returns the definition of a specified pipeline. | GetPipelineDefinition |
| List Pipelines | Returns a list of pipeline identifiers for all active pipelines that the user has permission to access. | ListPipelines |
| Poll For Task | Returns a task to perform from AWS Data Pipeline to the task runner. | PollForTask |
| Put Pipeline Definition | Adds tasks, schedules, and preconditions to a specified pipeline. | PutPipelineDefinition |
| Query Objects | Queries a specified pipeline for the names of objects that match the specified set of conditions. | QueryObjects |
| Report Task Progress | Returns progress status for a specified task from AWS Data Pipeline to the task runner. | ReportTaskProgress |
| Report Task Runner Heartbeat | Returns operational status for a specified task from the task runner to AWS Data Pipeline. | ReportTaskRunnerHeartbeat |
| Set Status | Requests an update to the status of specified physical or logical pipeline objects in a specified pipeline. | SetStatus |
| Set Task Status | Returns a notification to AWS Data Pipeline that a task is completed and provides information about the final status. | SetTaskStatus |
| Validate Pipeline Definition | Validates a specified pipeline definition to ensure that it is well-formed and can be run without error. | ValidatePipelineDefinition |
| Event type name | Event description | AWS reference |
|---|---|---|
| Allocate Connection On Interconnect | Creates a hosted connection on an interconnect. | AllocateConnectionOnInterconnect |
| Allocate Private Virtual Interface | Provisions a private virtual interface to be owned by another AWS customer. | AllocatePrivateVirtualInterface |
| Allocate Public Virtual Interface | Provisions a public virtual interface to be owned by another AWS customer. | AllocatePublicVirtualInterface |
| Confirm Connection | Confirms the creation of a hosted connection on an interconnect. | ConfirmConnection |
| Confirm Private Virtual Interface | Accepts ownership of a private virtual interface created by another AWS customer. | ConfirmPrivateVirtualInterface |
| Confirm Public Virtual Interface | Accepts ownership of a public virtual interface created by another AWS customer. | ConfirmPublicVirtualInterface |
| Create Connection | Creates a new connection between a network and a specific AWS Direct Connect location. | CreateConnection |
| Create Interconnect | Creates a new interconnect between an AWS Direct Connect partner's network and a specific AWS Direct Connect location. | CreateInterconnect |
| Create Private Virtual Interface | Creates a new private virtual interface, which is a VLAN that transports AWS Direct Connect traffic and supports sending traffic to a single virtual private cloud (VPC). | CreatePrivateVirtualInterface |
| Create Public Virtual Interface | Creates a new public virtual interface, which is a VLAN that transports AWS Direct Connect traffic and supports sending traffic to public AWS services (such as Amazon S3). | CreatePublicVirtualInterface |
| Delete Connection | Deletes a specified connection. | DeleteConnection |
| Delete Interconnect | Deletes a specified interconnect. | DeleteInterconnect |
| Delete Virtual Interface | Deletes a specified virtual interface. | DeleteVirtualInterface |
| Describe Connections | Returns information about all connection for the region, or for a specified connection. | DescribeConnections |
| Describe Connections On Interconnect | Returns a list of connections that are provisioned on a specified interconnect. | DescribeConnectionsOnInterconnect |
| Describe Interconnects | Returns a list of interconnects owned by the AWS account. | DescribeInterconnects |
| Describe Locations | Returns the list of AWS Direct Connect locations in the current region. | DescribeLocations |
| Describe Virtual Gateways | Returns a list of virtual private gateways owned by the AWS account. | DescribeVirtualGateways |
| Describe Virtual Interfaces | Returns information for all virtual interfaces owned by the AWS account, virtual interfaces for a specified connection, or a single specified interface. | DescribeVirtualInterfaces |
| Event type name | Event description | AWS reference |
|---|---|---|
| Check DNS Availability | Checks if the specified CNAME is available. | CheckDNSAvailability |
| Create Application | Creates an application that has one configuration template named default and no application versions. | CreateApplication |
| Create Application Version | Creates an application version for the specified application. | CreateApplicationVersion |
| Create Configuration Template |
Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings. |
CreateConfigurationTemplate |
| Create Environment | Launches an environment for the specified application using the specified configuration. | CreateEnvironment |
| Create Storage Location | Creates the Amazon S3 storage location for the account. | CreateStorageLocation |
| Delete Application |
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket. |
DeleteApplication |
| Delete Application Version | Deletes the specified version from the specified application. | DeleteApplicationVersion |
| Delete Configuration Template | Deletes the specified configuration template. | DeleteConfigurationTemplate |
| Delete Environment Configuration | Deletes the draft configuration associated with the running environment. | DeleteEnvironmentConfiguration |
| Describe Applications | Returns the descriptions of existing applications. | DescribeApplications |
| Describe Application Versions | Returns descriptions for existing application versions. | DescribeApplicationVersions |
| Describe Configuration Options |
Describes the configuration options that are used in a particular configuration template or environment or that a specified solution stack defines. The description includes the values the options their default values and an indication of the required action on a running environment if an option value is changed. |
DescribeConfigurationOptions |
| Describe Configuration Settings | Returns a description of the settings for the specified configuration set that is either a configuration template or the configuration set associated with a running environment. | DescribeConfigurationSettings |
| Describe Environment Resources | Returns AWS resources for this environment. | DescribeEnvironmentResources |
| Describe Environments | Returns descriptions for existing environments. | DescribeEnvironments |
| List Available Solution Stacks | Returns a list of the available solution stack names. | ListAvailableSolutionStacks |
| Rebuild Environment | Deletes and recreates all of the AWS resources (such as the Auto Scaling group load balancer) for a specified environment and forces a restart. | RebuildEnvironment |
| Request Environment Info | Initiates a request to compile the specified type of information of the deployed environment. | RequestEnvironmentInfo |
| Restart App Server | Causes the environment to restart the application container server running on each Amazon EC2 instance. | RestartAppServer |
| Retrieve Environment Info | Retrieves the compiled information from a Request Environment Info request. | RetrieveEnvironmentInfo |
| Swap Environment C N A M Es | Swaps the CNAMEs of two environments. | SwapEnvironmentCNAMEs |
| Terminate Environment | Terminates the specified environment. | TerminateEnvironment |
| Update Application | Updates the specified application to have the specified properties. | UpdateApplication |
| Update Application Version | Updates the specified application version to have the specified properties. | UpdateApplicationVersion |
| Update Configuration Template | Updates the specified configuration template to have the specified properties or configuration option values. | UpdateConfigurationTemplate |
| Update Environment | Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment. | UpdateEnvironment |
| Validate Configuration Settings | Takes a set of configuration settings and either a configuration template or environment and determines whether those values are valid. | ValidateConfigurationSettings |
| Event type name | Event description | AWS reference |
|---|---|---|
| Apply Security Groups To Load Balancer |
Associates one or more security groups with your load balancer in Amazon Virtual Private Cloud (Amazon VPC). The provided security group IDs override any currently applied security groups. |
ApplySecurityGroupsToLoadBalancer |
| Attach Load Balancer To Subnets | Adds one or more subnets to the set of configured subnets in the Amazon VPC for the load balancer. | AttachLoadBalancerToSubnets |
| Configure Health Check | Specifies the health check settings to use for evaluating the health state of your back-end instances. | ConfigureHealthCheck |
| Create App Cookie Stickiness Policy |
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. |
CreateAppCookieStickinessPolicy |
| Create Load Balancer Cookie Stickiness Policy |
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. |
CreateLBCookieStickinessPolicy |
| Create Load Balancer | Creates a new load balancer. | CreateLoadBalancer |
| Create Load Balancer Listeners |
Creates one or more listeners on a load balancer for the specified port. If a listener with the given port does not already exist it will be created. Otherwise, the properties of the new listener must match the properties of the existing listener. |
CreateLoadBalancerListeners |
| Create Load Balancer Policy |
Creates a new policy that contains the necessary attributes depending on the policy type. Policies are settings that are saved for the load balancer and that can be applied to the front-end listener or the back-end application server depending on the policy type. |
CreateLoadBalancerPolicy |
| Delete Load Balancer | Deletes the specified load balancer. | DeleteLoadBalancer |
| Delete Load Balancer Listeners | Deletes listeners from the load balancer for the specified port. | DeleteLoadBalancerListeners |
| Delete Load Balancer Policy |
Deletes a policy from the load balancer. The specified policy must not be enabled for any listeners. |
DeleteLoadBalancerPolicy |
| Deregister Instances From Load Balancer |
Deregisters instances from the load balancer. When the instance is deregistered, it will stop receiving traffic from the load balancer. |
DeregisterInstancesFromLoadBalancer |
| Describe Instance Health |
Returns the current state of the specified instances registered with the specified load balancer. |
DescribeInstanceHealth |
| Describe Load Balancer Attributes | Returns detailed information about all of the attributes associated with the specified load balancer. | DescribeLoadBalancerAttributes |
| Describe Load Balancer Policies |
Returns detailed descriptions of the policies. |
DescribeLoadBalancerPolicies |
| Describe Load Balancer Policy Types |
Returns meta-information on the specified load balancer policies defined by the Elastic Load Balancing service. |
DescribeLoadBalancerPolicyTypes |
| Describe Load Balancers |
Returns detailed configuration information for all the load balancers created for the account. |
DescribeLoadBalancers |
| Detach Load Balancer From Subnets | Removes subnets from the set of configured subnets in the Amazon VPC for the load balancer. | DetachLoadBalancerFromSubnets |
| Disable Availability Zones For Load Balancer | Removes the specified EC2 Availability Zones from the set of configured Availability Zones for the load balancer. | DisableAvailabilityZonesForLoadBalancer |
| Enable Availability Zones For Load Balancer | Adds one or more EC2 Availability Zones to the load balancer. | EnableAvailabilityZonesForLoadBalancer |
| Modify Load Balancer Attributes | Modifies the attributes of a specified load balancer. | ModifyLoadBalancerAttributes |
| Register Instances With Load Balancer | Adds new instances to the load balancer. | RegisterInstancesWithLoadBalancer |
| Set Load Balancer Listener S S L Certificate |
Sets the certificate that terminates SSL connections for the specified listener. The specified certificate replaces any prior certificate that was used on the same load balancer and port. |
SetLoadBalancerListenerSSLCertificate |
| Set Load Balancer Policies For Backend Server |
Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies. |
SetLoadBalancerPoliciesForBackendServer |
| Set Load Balancer Policies Of Listener | Associates updates or disables a policy with a listener on the load balancer. | SetLoadBalancerPoliciesOfListener |
| Event type name | Event description | AWS reference |
|---|---|---|
| Add Instance Groups | Adds an instance group to a running cluster. | AddInstanceGroups |
| Add Job Flow Steps |
Adds new steps to a running job flow. A maximum of 256 steps are allowed in each job flow. |
AddJobFlowSteps |
| Add Tags |
Adds tags to an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. |
AddTags |
| Describe Cluster | Provides cluster-level details, including status hardware and software configuration VPC settings. | DescribeCluster |
| Describe Job Flows |
Returns a list of job flows that match all of the supplied parameters. This action is deprecated and will eventually be removed. |
DescribeJobFlows |
| Describe Step | Provides more detail about the cluster step. | DescribeStep |
| List Bootstrap Actions | Provides information about the bootstrap actions associated with a cluster. | ListBootstrapActions |
| List Clusters |
Provides the status of all clusters visible to the AWS account. |
ListClusters |
| List Instance Groups | Provides all available details about the instance groups in a cluster. | ListInstanceGroups |
| List Instances |
Provides information about the cluster instances that Amazon EMR provisions on behalf of a user when it creates the cluster. For example this operation indicates when the EC2 instances reach the Ready state when instances become available to Amazon EMR to use for jobs and the IP addresses for cluster instances. |
ListInstances |
| List Steps | Provides a list of steps for the cluster. | ListSteps |
| Modify Instance Groups |
Modifies the number of nodes and configuration settings of an instance group. |
ModifyInstanceGroups |
| Remove Tags |
Removes tags from an Amazon EMR resource. |
RemoveTags |
| Run Job Flow |
Creates and starts running a new job flow. |
RunJobFlow |
| Set Termination Protection |
Locks a job flow so that Amazon EC2 instances in the cluster cannot be terminated by user intervention, an API call, or in the event of a job-flow error. The cluster still terminates upon successful completion of the job flow. |
SetTerminationProtection |
| Set Visible To All Users |
Sets whether all AWS Identity and Access Management (IAM) users under your account can access the specified job flows. This action works on running job flows. |
SetVisibleToAllUsers |
| Terminate Job Flows |
Shuts a list of job flows down. When a job flow is shut down, any step not yet completed is canceled and the EC2 instances on which the job flow is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the job flow was created. |
TerminateJobFlows |
| Event type name | Event description | AWS reference |
|---|---|---|
| Add Client I D To OpenID Connect Provider | Adds a new client ID (also known as an audience) to the list of client IDs already registered for the specified IAM OpenID Connect provider. | AddClientIDToOpenIDConnectProvider |
| Add role to instance profile | Adds the specified role to the specified instance profile. | AddRoleToInstanceProfile |
| Add user to group | Adds the specified user to the specified group. | AddUserToGroup |
| User updated their password |
Changes the password of the IAM user who is calling this action. The root account password is not affected by this action. |
ChangePassword |
| Create remote API access key |
Creates a new AWS secret access key and corresponding AWS access key ID for the specified user. The default status for new keys is Active. |
CreateAccessKey |
| Create account alias | Creates an alias for your AWS account. For information about using an AWS account alias. | CreateAccountAlias |
| Create user group | Creates a new group. | CreateGroup |
| Create instance profile | Creates a new instance profile. | CreateInstanceProfile |
| Create password for user | Creates a password for the specified user giving the user the ability to access AWS services through the AWS Management Console. | CreateLoginProfile |
| Create OpenID Connect Provider | Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC). | CreateOpenIDConnectProvider |
| Create a new user role | Creates a new role for your AWS account. | CreateRole |
| Create SAML provider | Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0. | CreateSAMLProvider |
| Create new user | Creates a new user for your AWS account. | CreateUser |
| Create a virtual MFA device | Creates a new virtual MFA device for the AWS account. | CreateVirtualMFADevice |
| Disable MFA device | Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled. | DeactivateMFADevice |
| Delete remote API access key | Deletes the access key associated with the specified user. | DeleteAccessKey |
| Deletes the specified AWS account alias. | Deletes the specified AWS account alias. | DeleteAccountAlias |
| Delete password policy | Deletes the password policy for the AWS account. | DeleteAccountPasswordPolicy |
| Delete user group |
Deletes the specified group. The group cannot contain any users or have any attached policies. |
DeleteGroup |
| Remove access policy from group | Deletes the specified policy that is associated with the specified group. | DeleteGroupPolicy |
| Delete instance instance profile |
Deletes the specified instance profile. The instance profile cannot have an associated role. |
DeleteInstanceProfile |
| Disable user account (delete password) | Deletes the password for the specified user, which terminates the user's ability to access AWS services through the AWS Management Console. | DeleteLoginProfile |
| Delete OpenID Connect Provider | Deletes an IAM OpenID Connect identity provider. | DeleteOpenIDConnectProvider |
| Delete Role |
Deletes the specified role. The role cannot have any policies attached. |
DeleteRole |
| Remove access policy from role | Deletes the specified policy associated with the specified role. | DeleteRolePolicy |
| Delete SAML provider | Deletes a SAML provider. | DeleteSAMLProvider |
| Delete server certificate | Deletes the specified server certificate. | DeleteServerCertificate |
| Delete user's signing certificate | Deletes the specified signing certificate associated with the specified user. | DeleteSigningCertificate |
| Delete user |
Deletes the specified user. The user cannot belong to any groups have any keys or signing certificates or have any attached policies. |
DeleteUser |
| Delete user access policy | Deletes the specified policy associated with the specified user. | DeleteUserPolicy |
| Delete MFA device | Deletes a virtual MFA device. | DeleteVirtualMFADevice |
| Enable MFA device for user |
Enables the specified MFA device and associates it with the specified user name. When enabled, the MFA device is required for every subsequent login by the user name associated with the device. |
EnableMFADevice |
| Generate Credential Report | Generates a credential report for the AWS account. | GenerateCredentialReport |
| View password policy | Retrieves the password policy for the AWS account. | GetAccountPasswordPolicy |
| View account IAM status | Retrieves account level information about account entity usage and IAM quotas. | GetAccountSummary |
| Get Credential Report | Retrieves a credential report for the AWS account. | GetCredentialReport |
| View users in a group |
Returns a list of users that are in the specified group. |
GetGroup |
| View a group access policy |
Retrieves the specified policy document for the specified group. |
GetGroupPolicy |
| View instance profile details | Retrieves information about the specified instance profile including the instance profile's path GUID ARN and role. | GetInstanceProfile |
| View user creation history |
Retrieves the user name and password-creation date for the specified user. If the user has not been assigned a password, the action returns a 404 (NoSuchEntity) error. |
GetLoginProfile |
| Get Open I D Connect Provider | Returns information about the specified OpenID Connect provider. | GetOpenIDConnectProvider |
| View role details | Retrieves information about the specified role including the role's path, GUID, ARN, and the policy granting permission to assume the role. | GetRole |
| View policy for role | Retrieves the specified policy document for the specified role. | GetRolePolicy |
| View SAML Provider metadata | Returns the SAML provider metadocument that was uploaded when the provider was created or updated. | GetSAMLProvider |
| View server certificate details | Retrieves information about the specified server certificate. | GetServerCertificate |
| View user details | Retrieves information about the specified user including the user's creation date, path, unique ID, and ARN. | GetUser |
| View a user access policy | Retrieves the specified policy document for the specified user. | GetUserPolicy |
| View keys associated with user |
Returns information about the access key IDs associated with the specified user. If there are none the action returns an empty list. |
ListAccessKeys |
| View account aliases | Lists the account aliases associated with the account. | ListAccountAliases |
| View group access policies |
Lists the names of the policies associated with the specified group. If there are none the action returns an empty list. |
ListGroupPolicies |
| View groups with path | Lists the groups that have the specified path prefix. | ListGroups |
| View groups associated with user | Lists the groups for the specified user. | ListGroupsForUser |
| View instance profiles |
Lists the instance profiles that have the specified path prefix. If there are none the action returns an empty list. |
ListInstanceProfiles |
| View instance profiles for role |
Lists the instance profiles that have the specified associated role. If there are none the action returns an empty list. |
ListInstanceProfilesForRole |
| View MFA devices |
Lists the MFA devices. If the request includes the user name, the action lists all the MFA devices associated with the specified user name. If the request does not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. |
ListMFADevices |
| List OpenID Connect Providers | Lists information about the OpenID Connect providers in the AWS account. | ListOpenIDConnectProviders |
| View policies for role |
Lists the names of the policies associated with the specified role. If there are none, the action returns an empty list. |
ListRolePolicies |
| View roles |
Lists the roles that have the specified path prefix. If there are none, the action returns an empty list. |
ListRoles |
| View SAML providers | Lists the SAML providers in the account. | ListSAMLProviders |
| View server certificates |
Lists the server certificates that have the specified path prefix. If none exist, the action returns an empty list. |
ListServerCertificates |
| View user's signing certificate |
Returns information about the signing certificates associated with the specified user. If there are none, the action returns an empty list. |
ListSigningCertificates |
| View access policies for user |
Lists the names of the policies associated with the specified user. If there are none, the action returns an empty list. |
ListUserPolicies |
| View users |
Lists the IAM users that have the specified path prefix. If no path prefix is specified, the action returns all users in the AWS account. If there are none, the action returns an empty list. |
ListUsers |
| View virtual MFA devices |
Lists the virtual MFA devices under the AWS account by assignment status. If the request does not specify an assignment status, the action returns a list of all virtual MFA devices. Assignment status can be Assigned, Unassigned, or Any. |
ListVirtualMFADevices |
| Add access policy to group | Adds (or updates) a policy document associated with the specified group. | PutGroupPolicy |
| Update role access policy | Adds (or updates) a policy document associated with the specified role. | PutRolePolicy |
| Update user access policy | Adds (or updates) a policy document associated with the specified user. | PutUserPolicy |
| Remove Client I D From OpenID Connect Provider | Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect provider. | RemoveClientIDFromOpenIDConnectProvider |
| Remove role from instance profile | Removes the specified role from the specified instance profile. | RemoveRoleFromInstanceProfile |
| Remove users from group | Removes the specified user from the specified group. | RemoveUserFromGroup |
| Sync MFA device with AWS | Synchronizes the specified MFA device with AWS servers. | ResyncMFADevice |
| Enable / Disable API access key |
Changes the status of the specified access key from Active to Inactive or the reverse. This action can be used to disable a user's key as part of a key rotation work flow. |
UpdateAccessKey |
| Update password policy | Updates the password policy settings for the AWS account. | UpdateAccountPasswordPolicy |
| Grant user permission to assume role | Updates the policy that grants an entity permission to assume a role. | UpdateAssumeRolePolicy |
| Update group name or path | Updates the name and/or the path of the specified group. | UpdateGroup |
| Update password for user | Changes the password for the specified user. | UpdateLoginProfile |
| Update OpenID Connect Provider Thumbprint | Replaces the existing list of server certificate thumbprints with a new list. | UpdateOpenIDConnectProviderThumbprint |
| Update SAML provider settings | Updates the metadata document for an existing SAML provider. | UpdateSAMLProvider |
| Update server certificate | Updates the name and/or the path of the specified server certificate. | UpdateServerCertificate |
| Enable / Disable signing certificate |
Changes the status of the specified signing certificate from active to disabled or the reverse. This action can be used to disable a user's signing certificate as part of a certificate rotation work flow. |
UpdateSigningCertificate |
| Update user name or path | Updates the name and/or the path of the specified user. | UpdateUser |
| Create new server certificate (upload) |
Uploads a server certificate entity for the AWS account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded. |
UploadServerCertificate |
| Create signing certificate (upload) |
Uploads an X.509 signing certificate and associates it with the specified user. Some AWS services use X.509 signing certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is Active. |
UploadSigningCertificate |
| Event type name | Event description | AWS reference |
|---|---|---|
| Add Tags To Stream | Adds or updates tags for the specified Kinesis data stream. | AddTagsToStream |
| Create Stream |
Creates a Kinesis data stream. A stream captures and transports data records that are continuously emitted from different data sources or producers. |
CreateStream |
| Delete Stream | Deletes a Kinesis data stream and all its shards and data. | DeleteStream |
| Describe Stream | Returns information for the specified Kinesis data stream, including the stream name, Amazon Resource Name (ARN), creation time, enhanced metric configuration, and shard map. | DescribeStream |
| Get Records | Returns data records from a Kinesis data stream's shard. | GetRecords |
| Get Shard Iterator |
Returns an Amazon Kinesis shard iterator. A shard iterator expires five minutes after it is returned to the requester. |
GetShardIterator |
| List Streams | Lists your Kinesis data streams. | ListStreams |
| List Tags For Stream | Lists the tags for the specified Kinesis data stream. | ListTagsForStream |
| Merge Shards | Merges two adjacent shards in a Kinesis data stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data. | MergeShards |
| Put Record | Writes a single data record into an Amazon Kinesis data stream. | PutRecord |
| Remove Tags From Stream | Removes tags from the specified Kinesis data stream. | RemoveTagsFromStream |
| Split Shard | Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data. | SplitShard |
| Event type name | Event description | AWS reference |
|---|---|---|
| Create Alias | Creates a display name for a customer master key (CMK). | CreateAlias |
| Create Grant | Adds a grant to a customer master key (CMK). | CreateGrant |
| Create Key | Creates a customer master key (CMK) in the AWS account. | CreateKey |
| Decrypt |
Decrypts ciphertext. Ciphertext is plaintext that has been previously encrypted by using any of the following operations: GenerateKeyData, GenerateDataKeyWithoutPlaintext, or Encrypt. |
Decrypt |
| Delete Alias | Deletes the specified alias. | DeleteAlias |
| Describe Key | Returns detailed information about the specified customer master key (CMK). | DescribeKey |
| Disable Key |
Sets the state of a customer master key (CMK) to disabled. This prevents its use for cryptographic operations. |
DisableKey |
| Disable Key Rotation | Disables automatic rotation of the key material for the specified customer master key (CMK). | DisableKeyRotation |
| Enable Key |
Sets the state of a customer master key (CMK) to enabled. This permits its use for cryptographic operations. |
EnableKey |
| Enable Key Rotation | Enables automatic rotation of the key material for the specified customer master key (CMK). | EnableKeyRotation |
| Encrypt | Encrypts plaintext into ciphertext by using a customer master key (CMK). | Encrypt |
| Generate Data Key | Returns a data encryption key that you can use in your application to encrypt data locally. | GenerateDataKey |
| Generate Data Key Without Plaintext |
Returns a data encryption key encrypted under a customer master key (CMK). This operation is identical to GenerateDataKey, but returns only the encrypted copy of the data key. |
GenerateDataKeyWithoutPlaintext |
| Generate Random | Returns a random byte string that is cryptographically secure. | GenerateRandom |
| Get Key Policy | Returns a key policy attached to the specified customer master key (CMK). | GetKeyPolicy |
| Get Key Rotation Status | Returns a Boolean value that indicates whether automatic rotation of the key material is enabled for the specified customer master key (CMK). | GetKeyRotationStatus |
| List Aliases | Lists of all aliases in the AWS account and region. | ListAliases |
| List Grants | Lists all grants for the specified customer master key (CMK). | ListGrants |
| List Key Policies | Lists the names of the key policies that are attached to a customer master key (CMK). | ListKeyPolicies |
| List Keys | Lists all customer master keys (CMKs) in the AWS account and region. | ListKeys |
| Put Key Policy | Attaches a key policy to the specified customer master key (CMK). | PutKeyPolicy |
| Re Encrypt | Encrypts data on the server side with a new customer master key (CMK) without exposing the plaintext of the data on the client side. | ReEncrypt |
| Retire Grant | Retires a grant. | RetireGrant |
| Revoke Grant | Revokes the specified grant for the specified customer master key (CMK). | RevokeGrant |
| Update Key Description | Updates the description of a customer master key (CMK). | UpdateKeyDescription |
| Event type name | Event description | AWS reference |
|---|---|---|
| Assign Volume | Assigns one of the stack's registered Amazon EBS volumes to a specified instance. | AssignVolume |
| Associate Elastic Ip |
Associates one of the stack's registered Elastic IP addresses with a specified instance. An Elastic IP address is a static IPv4 address designed for dynamic cloud computing. |
AssociateElasticIp |
| Attach Elastic Load Balancer | Attaches an Elastic Load Balancing load balancer to a specified layer. | AttachElasticLoadBalancer |
| Clone Stack | Creates a clone of a specified stack. | CloneStack |
| Create App | Creates an app for a specified stack. | CreateApp |
| Create Deployment | Runs deployment or stack commands. | CreateDeployment |
| Create Instance | Creates an instance in a specified stack. | CreateInstance |
| Create Layer |
Creates a layer. Every stack contains one or more layers, each of which represents a stack component, such as a load balancer or a set of application servers. |
CreateLayer |
| Create Stack |
Creates a new stack. The stack is the top-level AWS OpsWorks Stacks entity. |
CreateStack |
| Create User Profile | Creates a new user profile. | CreateUserProfile |
| Delete App | Deletes a specified app. | DeleteApp |
| Delete Instance | Deletes a specified instance, which terminates the associated Amazon EC2 instance. | DeleteInstance |
| Delete Layer | Deletes a specified layer. | DeleteLayer |
| Delete Stack | Deletes a specified stack. | DeleteStack |
| Delete User Profile | Deletes a user profile. | DeleteUserProfile |
| Deregister Elastic Ip |
Deregisters a specified Elastic IP address. This makes the address available to be registered by another stack. |
DeregisterElasticIp |
| Deregister Rds Db Instance | Deregisters an Amazon RDS instance. | DeregisterRdsDbInstance |
| Deregister Volume |
Deregisters an Amazon EBS volume This makes the volume available to be registered by another stack. |
DeregisterVolume |
| Describe Apps | Returns a description of a specified set of apps. | DescribeApps |
| Describe Commands | Returns the results of specified commands. | DescribeCommands |
| Describe Deployments | Returns a description of a specified set of deployments. | DescribeDeployments |
| Describe Elastic Ips |
Returns information about the Elastic IP addresses. |
DescribeElasticIps |
| Describe Elastic Load Balancers | Returns the stack's Elastic Load Balancing instances. | DescribeElasticLoadBalancers |
| Describe Layers | Returns a description of one or more layers in a specified stack. | DescribeLayers |
| Describe Load Based Auto Scaling | Returns a description of load-based auto scaling configurations for specified layers. | DescribeLoadBasedAutoScaling |
| Describe My User Profile | Returns a description of the user's SSH information. | DescribeMyUserProfile |
| Describe Permissions | Returns a description of the permissions for a specified stack. | DescribePermissions |
| Describe Raid Arrays | Returns a description of an instance's RAID arrays. | DescribeRaidArrays |
| Describe Rds Db Instances | Returns a description of the Amazon RDS instances. | DescribeRdsDbInstances |
| Describe Service Errors | Returns a description of AWS OpsWorks Stacks service errors. | DescribeServiceErrors |
| Describe Stacks | Returns a description of one or more stacks. | DescribeStacks |
| Describe Stack Summary | Returns the number of layers and apps in a specified stack, and the number of instances in each state, such as running\_setup or online. | DescribeStackSummary |
| Describe Time Based Auto Scaling | Returns a description of time-based auto scaling configurations for specified instances. | DescribeTimeBasedAutoScaling |
| Describe User Profiles | Returns a description of specified users. | DescribeUserProfiles |
| Detach Elastic Load Balancer | Detaches a specified Elastic Load Balancing instance from its layer. | DetachElasticLoadBalancer |
| Disassociate Elastic Ip |
Disassociates an Elastic IP address from its instance. The address remains registered with the stack. |
DisassociateElasticIp |
| Get Hostname Suggestion | Returns a generated host name for the specified layer, based on the current host name theme. | GetHostnameSuggestion |
| Reboot Instance | Reboots a specified instance. | RebootInstance |
| Register Elastic Ip | Registers an Elastic IP address with a specified stack. | RegisterElasticIp |
| Register Rds Db Instance | Registers an Amazon RDS instance with a stack. | RegisterRdsDbInstance |
| Register Volume | Registers an Amazon EBS volume with a specified stack. | RegisterVolume |
| Set Load Based Auto Scaling | Sets the load-based auto scaling configuration for a specified layer. | SetLoadBasedAutoScaling |
| Set Permission | Sets a user's permissions. | SetPermission |
| Set Time Based Auto Scaling | Sets the time-based auto scaling configuration for a specified instance. | SetTimeBasedAutoScaling |
| Start Instance | Starts a specified instance. | StartInstance |
| Start Stack | Starts a specified stack. | StartStack |
| Stop Instance |
Stops a specified instance. When stopping a standard instance, the data disappears and must be reinstalled at the restart for the instance. |
StopInstance |
| Stop Stack | Stops a specified stack. | StopStack |
| Unassign Volume |
Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. |
UnassignVolume |
| Update App | Updates a specified app. | UpdateApp |
| Update Elastic Ip | Updates a registered Elastic IP address's name. | UpdateElasticIp |
| Update Instance | Updates a specified instance. | UpdateInstance |
| Update Layer | Updates a specified layer. | UpdateLayer |
| Update My User Profile | Updates the user's SSH public key. | UpdateMyUserProfile |
| Update Rds Db Instance | Updates an Amazon RDS instance. | UpdateRdsDbInstance |
| Update Stack | Updates a specified stack. | UpdateStack |
| Update User Profile | Updates a specified user profile. | UpdateUserProfile |
| Update Volume | Updates an Amazon EBS volume's name or mount point. | UpdateVolume |
| Event type name | Event description | AWS reference |
|---|---|---|
| Authorize Cluster Security Group Ingress |
Adds an inbound (ingress) rule to an Amazon Redshift security group Depending on whether the application accessing a cluster is running on the Internet or an EC2 instance, this can authorize inbound access to either a Classless Interdomain Routing (CIDR) IP address range or an EC2 security group. |
AuthorizeClusterSecurityGroupIngress |
| Authorize Snapshot Access | Authorizes the specified AWS customer account to restore the specified snapshot | AuthorizeSnapshotAccess |
| Copy Cluster Snapshot | Copies the specified automated cluster snapshot to a new manual cluster snapshot | CopyClusterSnapshot |
| Create Cluster |
Creates a new cluster To create the cluster in virtual private cloud (VPC), this must specify the cluster subnet group name. The cluster subnet group identifies the subnets of the VPC that Amazon Redshift uses when creating the cluster. |
CreateCluster |
| Create Cluster Parameter Group |
Creates an Amazon Redshift parameter group Parameters in the parameter group define specific behavior that applies to the databases created on the cluster. |
CreateClusterParameterGroup |
| Create Cluster Security Group |
Creates a new Amazon Redshift security group Security groups are used to control access to non-VPC clusters. |
CreateClusterSecurityGroup |
| Create Cluster Snapshot |
Creates a manual snapshot of the specified cluster The cluster must be in the available state. |
CreateClusterSnapshot |
| Create Cluster Subnet Group |
Creates a new Amazon Redshift subnet group |
CreateClusterSubnetGroup |
| Create Hsm Client Certificate | Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases | CreateHsmClientCertificate |
| Create Hsm Configuration |
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM) |
CreateHsmConfiguration |
| Delete Cluster | Deletes a previously provisioned cluster | DeleteCluster |
| Delete Cluster Parameter Group | Deletes a specified Amazon Redshift parameter group | DeleteClusterParameterGroup |
| Delete Cluster Security Group | Deletes an Amazon Redshift security group. | DeleteClusterSecurityGroup |
| Delete Cluster Snapshot |
Deletes the specified manual snapshot The snapshot must be in the available state with no other users authorized to access the snapshot. |
DeleteClusterSnapshot |
| Delete Cluster Subnet Group | Deletes the specified cluster subnet group | DeleteClusterSubnetGroup |
| Delete Hsm Client Certificate | Deletes the specified HSM client certificate | DeleteHsmClientCertificate |
| Delete Hsm Configuration | Deletes the specified Amazon Redshift HSM configuration | DeleteHsmConfiguration |
| Describe Cluster Parameter Groups | Returns a list of Amazon Redshift parameter groups including created parameter groups and the default parameter group | DescribeClusterParameterGroups |
| Describe Cluster Parameters | Returns a detailed list of parameters contained within the specified Amazon Redshift parameter group | DescribeClusterParameters |
| Describe Clusters |
Returns properties of provisioned clusters including general cluster properties, cluster database properties, maintenance and backup properties, and security and access properties |
DescribeClusters |
| Describe Cluster Security Groups | Returns information about Amazon Redshift security groups | DescribeClusterSecurityGroups |
| Describe Cluster Snapshots |
Returns one or more snapshot objects which contain metadata about your cluster snapshots By default, this operation returns information about all snapshots of all clusters that are owned by the AWS customer account. It does not return information for snapshots owned by inactive AWS customer accounts. |
DescribeClusterSnapshots |
| Describe Cluster Subnet Groups |
Returns one or more cluster subnet group objects which contain metadata about your cluster subnet groups By default, this operation returns information about all cluster subnet groups that are defined in the AWS account. |
DescribeClusterSubnetGroups |
| Describe Cluster Versions | Returns descriptions of the available Amazon Redshift cluster versions. | DescribeClusterVersions |
| Describe Default Cluster Parameters | Returns a list of parameter settings for the specified parameter group family. | DescribeDefaultClusterParameters |
| Describe Hsm Client Certificates |
Returns information about the specified HSM client certificate. If no certificate ID is specified, it returns information about all the HSM certificates owned by the AWS customer account. |
DescribeHsmClientCertificates |
| Describe Hsm Configurations |
Returns information about the specified Amazon Redshift HSM configuration. If no configuration ID is specified, it returns information about all the HSM configurations owned by the AWS customer account. |
DescribeHsmConfigurations |
| Describe Logging Status | Returns status information about logging, such as queries and connection attempts being logged for the specified Amazon Redshift cluster. | DescribeLoggingStatus |
| Describe Orderable Cluster Options | Returns a list of orderable cluster options. | DescribeOrderableClusterOptions |
| Describe Reserved Node Offerings | Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions, including the node type, the fixed and recurring costs of reserving the node, and duration the node will be reserved. | DescribeReservedNodeOfferings |
| Describe Reserved Nodes | Returns the descriptions of the reserved nodes. | DescribeReservedNodes |
| Describe Resize | Returns information about the last resize operation for the specified cluster. | DescribeResize |
| Disable Logging | Stops logging information such as queries and connection attempts for the specified Amazon Redshift cluster. | DisableLogging |
| Disable Snapshot Copy | Disables the automatic copying of snapshots from one region to another region for a specified cluster. | DisableSnapshotCopy |
| Enable Logging | Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster. | EnableLogging |
| Enable Snapshot Copy | Enables the automatic copy of snapshots from one region to another region for a specified cluster. | EnableSnapshotCopy |
| Modify Cluster | Modifies the settings for a cluster. | ModifyCluster |
| Modify Cluster Parameter Group | Modifies the parameters of a parameter group. | ModifyClusterParameterGroup |
| Modify Cluster Subnet Group |
Modifies a cluster subnet group to include the specified list of VPC subnets. This operation replaces the existing list of subnets with the new list of subnets. |
ModifyClusterSubnetGroup |
| Modify Snapshot Copy Retention Period | Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region. | ModifySnapshotCopyRetentionPeriod |
| Purchase Reserved Node Offering |
Submits a purchase for reserved nodes. |
PurchaseReservedNodeOffering |
| Reboot Cluster |
Reboots a cluster It results in a momentary outage to the cluster during which the cluster status is set to rebooting. A cluster event is created when the reboot is completed. Any pending cluster modifications are applied at this reboot. |
RebootCluster |
| Reset Cluster Parameter Group | Sets one or more parameters of the specified parameter group to their default values and sets the source values of the parameters to 'engine-default.' | ResetClusterParameterGroup |
| Restore From Cluster Snapshot | Creates a new cluster from a snapshot. | RestoreFromClusterSnapshot |
| Revoke Cluster Security Group Ingress | Revokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or Amazon EC2 security group. | RevokeClusterSecurityGroupIngress |
| Revoke Snapshot Access | Removes the ability of the specified AWS customer account to restore the specified snapshot. | RevokeSnapshotAccess |
| Rotate Encryption Key | Rotates the encryption keys for a cluster. | RotateEncryptionKey |
| Event type name | Event description | AWS reference |
|---|---|---|
| Delete Identity | Deletes the specified identity (email address or domain) from the list of verified identities. | DeleteIdentity |
| Delete Verified Email Address | Deletes the specified email address from the list of verified addresses. | DeleteVerifiedEmailAddress |
| Get Identity Dkim Attributes |
Returns the current status of Easy DKIM signing for an entity. For domain name identities this action also returns the DKIM tokens that are required for Easy DKIM signing and whether Amazon SES has successfully verified that these tokens have been published. |
GetIdentityDkimAttributes |
| Get Identity Notification Attributes | Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes. | GetIdentityNotificationAttributes |
| Get Identity Verification Attributes | Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity. | GetIdentityVerificationAttributes |
| Get Send Quota | Returns the user's current sending limits. | GetSendQuota |
| Get Send Statistics |
Returns the user's sending statistics The result is a list of data points representing the last two weeks of sending activity. |
GetSendStatistics |
| List Verified Email Addresses | Returns a list containing all of the email addresses that are verified. | ListVerifiedEmailAddresses |
| Send Email | Composes an email message based on input data and queues the message for sending. | SendEmail |
| Send Raw Email |
Sends an email message with header and content specified by the client. |
SendRawEmail |
| Set Identity Dkim Enabled | Enables or disables Easy DKIM signing of email sent from an identity. | SetIdentityDkimEnabled |
| Set Identity Feedback Forwarding Enabled |
Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. |
SetIdentityFeedbackForwardingEnabled |
| Set Identity Notification Topic | Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce complaint and/or delivery notifications for emails sent with that identity as the Source. | SetIdentityNotificationTopic |
| Verify Domain Dkim |
Returns a set of DKIM tokens for a domain. DKIM tokens are character strings that represent your domain's identity. |
VerifyDomainDkim |
| Verify Domain Identity | Verifies a domain. | VerifyDomainIdentity |
| Verify Email Address |
Verifies an email address. This action produces a verification email message sent to the specified address. |
VerifyEmailAddress |
| Verify Email Identity |
Adds an email address to the list of identities for the Amazon SES account in the current AWS region and attempts to verify it. This action produces a verification email message sent to the specified address. |
VerifyEmailIdentity |
| Event type name | Event description | AWS reference |
|---|---|---|
| Confirm Subscription |
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action. If the token is valid, this action creates a new subscription and returns its Amazon Resource Name (ARN). |
ConfirmSubscription |
| Create Platform Application |
Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register. |
CreatePlatformApplication |
| Create Platform Endpoint |
Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS. |
CreatePlatformEndpoint |
| Create Topic |
Creates a topic for notification publishing. |
CreateTopic |
| Delete Endpoint | Deletes the endpoint from Amazon SNS. | DeleteEndpoint |
| Delete Platform Application | Deletes a platform application object for one of the supported push notification services, such as APNS or GCM. | DeletePlatformApplication |
| Delete Topic |
Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. |
DeleteTopic |
| Get Endpoint Attributes | Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM or APNS. | GetEndpointAttributes |
| Get Platform Application Attributes | Retrieves the attributes of the platform application object for the supported push notification services, such as APNS or GCM. | GetPlatformApplicationAttributes |
| Get Subscription Attributes | Returns all of the properties of a subscription. | GetSubscriptionAttributes |
| Get Topic Attributes | Returns all of the properties of a topic. | GetTopicAttributes |
| List Endpoints By Platform Application | Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM or APNS. | ListEndpointsByPlatformApplication |
| List Platform Applications | Lists the platform application objects for the supported push notification services, such as APNS or GCM. | ListPlatformApplications |
| List Subscriptions | Returns a list of the requester's subscriptions. | ListSubscriptions |
| List Subscriptions By Topic | Returns a list of the subscriptions to a specific topic. | ListSubscriptionsByTopic |
| List Topics | Returns a list of the requester's topics. | ListTopics |
| Publish |
Sends a message to all of a topic's subscribed endpoints. When a message ID is returned, the message has been saved and Amazon SNS will attempt to deliver it to the topic's subscribers. |
Publish |
| Set Endpoint Attributes | Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM or APNS. | SetEndpointAttributes |
| Set Platform Application Attributes | Sets the attributes of the platform application object for the supported push notification services, such as APNS or GCM. | SetPlatformApplicationAttributes |
| Set Subscription Attributes | Allows a subscription owner to set an attribute of the topic to a new value. | SetSubscriptionAttributes |
| Set Topic Attributes | Allows a topic owner to set an attribute of the topic to a new value. | SetTopicAttributes |
| Subscribe | Prepares to subscribe an endpoint by sending the endpoint a confirmation message. | Subscribe |
| Unsubscribe | Deletes a subscription. | Unsubscribe |
| Event type name | Event description | AWS reference |
|---|---|---|
| Activate Gateway | Activates the previously deployed gateway on the host and associates the gateway with your account. | ActivateGateway |
| Add Cache | Configures one or more gateway local disks as cache for a gateway. | AddCache |
| Add Upload Buffer | Configures one or more gateway local disks as upload buffer for a specified gateway. | AddUploadBuffer |
| Add Working Storage | Configures one or more gateway local disks as working storage for a gateway. | AddWorkingStorage |
| Cancel Archival | Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving process is initiated. | CancelArchival |
| Cancel Retrieval | Cancels retrieval of a virtual tape from the VTS to a gateway after the retrieval process is initiated. | CancelRetrieval |
| Create Cached iSCSI Volume |
Creates a cached volume on a specified cached volume gateway. In response, the gateway creates the volume and returns information about it, including the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that initiators can use to connect to the volume target. |
CreateCachediSCSIVolume |
| Create Snapshot From Volume Recovery Point | Initiates a snapshot of a gateway from a volume recovery point. | CreateSnapshotFromVolumeRecoveryPoint |
| Create Storedi S C S I Volume | Creates a volume on a specified gateway. | CreateStorediSCSIVolume |
| Create Tapes | Creates one or more virtual tapes. | CreateTapes |
| Delete Bandwidth Rate Limit | Deletes the bandwidth rate limits of a gateway. | DeleteBandwidthRateLimit |
| Delete Chap Credentials | Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair. | DeleteChapCredentials |
| Delete Gateway | Deletes a specified gateway. | DeleteGateway |
| Delete Snapshot Schedule | Deletes a snapshot of a volume. | DeleteSnapshotSchedule |
| Delete Tape | Deletes the specified virtual tape. | DeleteTape |
| Delete Tape Archive | Deletes the specified virtual tape from the VTS. | DeleteTapeArchive |
| Describe Bandwidth Rate Limit | Returns the bandwidth rate limits of a gateway. | DescribeBandwidthRateLimit |
| Describe Cache |
Returns information about the cache of a gateway. The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used. |
DescribeCache |
| Describe Cachedi S C S I Volumes | Returns a description of the gateway volumes specified in the request. | DescribeCachediSCSIVolumes |
| Describe Chap Credentials | Returns an array of CHAP credentials information for a specified iSCSI target, one for each target-initiator pair. | DescribeChapCredentials |
| Describe Gateway Information | Returns metadata about a gateway, such as its name, network interfaces, configured time zone, and the state. | DescribeGatewayInformation |
| Describe Maintenance Start Time | Returns the weekly maintenance start time for a gateway, including the day and time of the week. | DescribeMaintenanceStartTime |
| Describe Snapshot Schedule | Describes the snapshot schedule for the specified gateway volume. | DescribeSnapshotSchedule |
| Describe Stored iSCSI Volumes | Returns the description of the gateway volumes specified in the request. | DescribeStorediSCSIVolumes |
| Describe Tape Archives | Returns a description of specified virtual tapes in the VTS. | DescribeTapeArchives |
| Describe Tape Recovery Points | Returns a list of virtual tape recovery points that are available for the specified tape gateway. | DescribeTapeRecoveryPoints |
| Describe Tapes | Returns a description of the specified ARN of virtual tapes. | DescribeTapes |
| Describe Upload Buffer | Returns information about the upload buffer of a gateway. | DescribeUploadBuffer |
| Describe VTL Devices | Returns a description of VTL devices for the specified gateway. | DescribeVTLDevices |
| Describe Working Storage | Returns information about the working storage of a gateway. | DescribeWorkingStorage |
| Disable Gateway | Disables a tape gateway when the gateway is no longer functioning. | DisableGateway |
| List Gateways | Lists gateways owned by an AWS account in a specified region. | ListGateways |
| List Local Disks | Returns a list of the local disks for a specified gateway. | ListLocalDisks |
| List Volume Recovery Points | Lists the recovery points for a specified gateway. | ListVolumeRecoveryPoints |
| List Volumes | Lists the iSCSI stored volumes of a gateway, sorted by volume ARN. | ListVolumes |
| Retrieve Tape Archive | Retrieves an archived virtual tape from the VTS to a tape gateway. | RetrieveTapeArchive |
| Retrieve Tape Recovery Point | Retrieves the recovery point for the specified virtual tape. | RetrieveTapeRecoveryPoint |
| Shutdown Gateway |
Shuts down a specified gateway. The operation shuts down the gateway service component running in the gateway VM and not the host VM. |
ShutdownGateway |
| Start Gateway | Starts a gateway that was previously shut down. | StartGateway |
| Update Bandwidth Rate Limit | Updates the bandwidth rate limits of a gateway. | UpdateBandwidthRateLimit |
| Update Chap Credentials | Updates the CHAP credentials for a specified iSCSI target. | UpdateChapCredentials |
| Update Gateway Information | Updates a gateway metadata, which includes the gateway name and time zone. | UpdateGatewayInformation |
| Update Gateway Software Now | Executes an immediate update of the gateway VM software. | UpdateGatewaySoftwareNow |
| Update Maintenance Start Time | Updates a gateway weekly maintenance start time information, including day and time of the week. | UpdateMaintenanceStartTime |
| Update Snapshot Schedule | Updates a snapshot schedule configured for a gateway volume. | UpdateSnapshotSchedule |
| Update V T L Device Type | Updates the type of medium changer in a tape gateway. | UpdateVTLDeviceType |
| Event type name | Event description | AWS reference |
|---|---|---|
| Assume Role |
Returns a set of temporary security credentials, consisting of an access key ID a secret access key and a security token. These credentials can be used to access AWS resources to which a user might not normally have access. |
AssumeRole |
| Assume Role With S A M L |
Returns a set of temporary security credentials for users who have been authenticated through a SAML authentication response. This operation provides a mechanism for tying an enterprise identity store or directory to role-based AWS access without user-specific credentials or configuration. |
AssumeRoleWithSAML |
| Assume Role With Web Identity |
Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider. Example providers include Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider. |
AssumeRoleWithWebIdentity |
| Decode Authorization Message | Decodes additional information about the authorization status of a request from an encoded message returned in response to an AWS request. | DecodeAuthorizationMessage |
| Get Federation Token |
Returns a set of temporary security credentials for a federated user, consisting of an access key ID, a secret access key, and a security token. This operation is appropriate in contexts where those credentials can be safely stored usually in a server-based application. |
GetFederationToken |
| Get Session Token | Returns a set of temporary credentials for an AWS account or IAM user, consisting of an access key ID, a secret access key, and a security token. | GetSessionToken |
| Disk Use (%) | Sensor Throttling (ms) |
|---|---|
| 88 | 0.25 |
| 90 |
0.5 |
| 92 |
2 |
| 95 |
5 |
| 98 |
10 |
| 99 | 100 |
| Event Type | Event Key | Event Value |
|---|---|---|
| Sensor is being throttled | event\_action | SENSOR\_THROTTLING |
| event\_name |
Sensor is being throttled |
|
| sensor\_uuid |
Sensor ID |
|
| customheader\_0 |
Throttling value |
|
| customfield\_0 |
Throttling value in milliseconds |
|
| Sensor throttling is over | event\_action | SENSOR\_THROTTLING |
| event\_name | Sensor throttling is over | |
| sensor\_uuid | Sensor ID | |
| customheader\_0 | Throttling value | |
| customfield\_0 | 0 |
| Event Key | Definition | Type |
|---|---|---|
| Access Control Outcome | Outcome from Access Control | String |
| Access Key ID | The access key ID | String |
| Account ID | The account ID that generated the event | String |
| Account Name | The account name that generated the event | String |
| Account Vendor | Vendor name of the account ID owner | String |
| Action Token jti | The action token's jti | String |
| Ad-hoc Query ID | ID of the ad-hoc query | String |
| Affected Family | Software family affected by the current CPE | String |
| Affected Platform | The platform (Linux, Mac OSX, Windows) affected by an IDS event | String |
| Affected Platforms | Software Platforms affected by the current CPE | String |
| Affected Products | Software Products affected by the current CPE | String |
| Agent UUID | The unique ID for agent event | String |
| Alarm Connector IDs | Connector IDs in the alarm | String |
| Alarm Connector Sources | Connector Sources in the alarm | String |
| Alarm Destination Asset IDs | CSV of alarm destination asset IDs | String Array |
| Alarm Destination Blacklist Activity | CVS of Observed activities of the IP addresses to cause it to be put into OTX | String Array |
| Alarm Destination Cities | CSV of alarm destination cities | String Array |
| Alarm Destination Countries | CSV of alarm destination countries | String Array |
| Alarm Destination Hostnames | Array of alarm destination hostnames | String Array |
| Alarm Destination IPs | Array of alarm destination IPs | String Array |
| Alarm Destination Latitudes | CSV of alarm destination latitudes | String Array |
| Alarm Destination Longitudes | CSV of alarm destination longitudes | String Array |
| Alarm Destination Names | Array with the destinations names of an alarm | String Array |
| Alarm Destination Organisations | CSV of alarm destination organisations | String Array |
| Alarm Destination User Account IDs | Array of alarm destination user account IDs | String Array |
| Alarm Destination User IDs | Array of alarm destination user IDs | String Array |
| Alarm Destination Users | Array of alarm destination users | String Array |
| Alarm Destination Zones | CSV of alarm destination zones | String Array |
| Alarm Destinations | Array with the destinations of an alarm | String Array |
| Alarm Events Count | Total number of events in an alarm | Long |
| Alarm ID | The ID associated with the alarm | String |
| Alarm Labels | Array with the alarm labels IDs | String Array |
| Alarm Response Codes | Array of alarm response codes | String Array |
| Alarm Sensor Sources | Array of the sensor sources which originate the alarm | String Array |
| Alarm Source Asset IDS | CSV of alarm source asset IDs | String Array |
| Alarm Source Blacklist Activity | CVS of observed activities of the IP addresses to cause it to be put into OTX | String Array |
| Alarm Source Cities | CSV of alarm source cities | String Array |
| Alarm Source Countries | CSV of alarm source countries | String Array |
| Alarm Source Hostnames | Array of alarm source hostnames | String Array |
| Alarm Source IPS | Array of alarm source IPs | String Array |
| Alarm Source Latitudes | CSV of alarm source latitudes | String Array |
| Alarm Source Longitudes | CSV of alarm source longitudes | String Array |
| Alarm Source Names | Array of the unique sources names for an alarm | String Array |
| Alarm Source Organisations | CSV of alarm source organisations | String Array |
| Alarm Source User Account IDS | Array of alarm source user account ids | String Array |
| Alarm Source User IDS | Array of alarm source user ids | String Array |
| Alarm Source Users | Array of alarm source users | String Array |
| Alarm Source Zones | CSV of alarm source zones | String Array |
| Alarm Sources | Array of the unique sources for an alarm | String Array |
| Analysis Account ID | The ID of the user account | String |
| Analysis Account Name | The name of the user account | String |
| Analysis Account Status | The status of the user account | String Array |
| Analysis Account Type | The type of user account | String |
| Analysis Account User Name | The user name associated with the user account | String |
| Analysis User ID | The ID of the user | String |
| Analysis User Name | The name of the user | String |
| Analysis User Status | The status of the user | String |
| App Execution Parameters | The application execution parameters | String |
| App ID | The ID of the App which generated this event | String |
| App Name | The Name of the App which generated this event | String |
| App Type | The App type which generated this event | String |
| Application Protocol | Layer-7 protocol observed in the event (eg SSH, FTP, SNMP) | String |
| Application Type | Application type | String |
| Application | Application name | String |
| Asset Group ID | The ID of the Asset Group in AssetDB | String |
| Asset Status | Asset Status | String |
| Asset Tag | Asset metadata name | String |
| Asset Tag Value | Asset metadata value | String |
| Assumed Role | Assumed role from AWS CloudTrail events | String |
| Audit Reason | The reason an audit event was generated | String |
| Authentication Mode | Authentication Mode | String |
| Authentication Package Name | The name of the authentication package used | String |
| Authentication Type | The method used be the user to authenticate, such as RSA Key, Password, Domain Credentials | String |
| Event Key | Definition | Type |
|---|---|---|
| Base Event Count | A count associated with how many times was this same event observed | Integer |
| Blacklist Name | The name listed on the blacklist | String |
| Blacklist Reference URL | The referencing URL from the blacklist | URL |
| Blacklist Violating IP | The IP registered to the blacklist | IP |
| Bytes in | The number of bytes in a HTTP request | Long |
| Bytes out | he number of bytes in a HTTP response | Long |
| Event Key | Definition | Type |
|---|---|---|
| Case Numbers | Array of case numbers | String Array |
| Category ID | The id of the taxonomy of the event | String |
| Certificate Issuer Name | The issuer name of the certificate | String |
| Certificate Serial Number | The serial number of the certificate | String |
| Certificate Subject Name | The subject name of the certificate | String |
| Changed Client | The ID of the client that was modified | String |
| Confidence | Confidence level | Integer |
| Connection Count | Number of incoming connections | Long |
| Connector ID | The ID of the connector that generated the event | String |
| Connector Source File | The source file of the connector that generated the event | String |
| Connector Source | The source of the connector that generated the event | String |
| Console Login | The outcome of a AWS console login try | String |
| Consumer | Consumer of the event | String |
| Container CMD | Container CMD | String |
| Container CPU | Container CPU | String |
| Container ID | The ID of the container | String |
| Container Image | The image name used to launch the container | String |
| Container Image ID | The id of the image used to launch the container | String |
| Container Memory | Container Memory | String |
| Container Name | The name of the container | String |
| Container Security Context | Container security context | String |
| Container State | The state of the container | String |
| Container Volume | Container volume | String |
| Contains Credit Card Number | The event contains credit card numbers | Boolean |
| Content Category | Category of the content is being inspected as part of the connection For example in a Content Filtering or Proxy device | String |
| Control ID | The Control Node ID which will process this event | String |
| Current PPS | Number of current packets per second (PPS) | Integer |
| Current Working Directory | The Current Working Directory (CWD) referenced in the event | String |
| Event Key | Definition | Type |
|---|---|---|
| Datascience Anomaly Score | The score (0-1, floating point) indicating how anomalous the event is. The closer to 1, the more anomalous | Double |
| Datascience Inference Explanation | A JSON string representing the explanation map/dictionary of the prediction/inference | String |
| Datascience Inference Type | A string representing the type of inference done on the event. For example, Anomalous Login Time | String |
| Datascience Inference Value Data Type | A string representing the data type of the value of inference result. For example, integer, float, categorical, etc. | String |
| Datascience Inference Value | A string representing the value of inference result--something human understandable and able to write rules against | String |
| Destination Account ID | Destination user account in the event | String |
| Destination Account Name | Destination Account name where the event was generated | String |
| Destination Account | Destination Account where the event was generated | String |
| Destination | This is compared against several known formats to extract relevant data. For example, \ |
Network Info |
| Destination Additional Hostnames | Destination additional hostnames | String Array |
| Destination Address | Destination IP Address | IP |
| Destination Address 6 | Destination IP Address in v6 format | String |
| Destination ASN | Destination ASN | String |
| Destination Asset ID | CSV of alarm destination asset IDs | String Array |
| Destination Blacklist Activity | CVS of observed activities of the IP addresses to cause it to be put into OTX | String Array |
| Destination Blacklist Priority | OTX priority | String |
| Destination Blacklist Reliability | OTX reliability | String |
| Destination canonical | Canonical Destination | String |
| Destination City | Destination City | String |
| Destination Country | Destination Country | String |
| Destination CPE | Destination CPE | String |
| Destination Datacenter | Destination data center | String |
| Destination Datastore | Destination data store | String |
| Destination DNS Domain | The DNS domain part of the complete fully qualified domain name | String |
| Destination FQDN | Destination FQDN | String |
| Destination Hostname | Destination hostname | String |
| Destination Infrastructure Name | Destination Infrastructure Name | String |
| Destination Infrastructure Type | Destination Infrastructure Type | String |
| Destination Instance ID | Instance ID for destination device | String |
| Destination Latitude | Destinations Latitude | String |
| Destination Location ID | This is an internal field used to associate this event with a particular location | String |
| Destination Location Name | This is an internal field used to associate this event with a particular location | String |
| Destination Longitude | Destinations Longitude | String |
| Destination MAC | Destination MAC Address | MAC |
| Destination MAC Vendor | Destination MAC Vendor | String |
| Destination Name | Destination Name | String |
| Destination NAT Address | Destination NAT IP Address | IP |
| Destination NAT Port | Destination NAT Port | Integer |
| Destination Netmask | Destination IP Address mask | IP |
| Destination Network | Destination network | String |
| Destination NT domain | Destination Windows Domain | String |
| Destination Organisation | Destinations Organisation | String |
| Destination Port Label | Destination Port Label | String |
| Destination Port | Destination Port | Port |
| Destination Post NAT Address | Destination address for the event message after NAT occurred | IP |
| Destination Post NAT Port | Port number of the event destination after NAT | Integer |
| Destination Pre NAT Address | Destination address for the event message before NAT | IP |
| Destination Pre NAT Port | Port number of the event destination before NAT | Integer |
| Destination Process | Destination Process Name | String |
| Destination Process ID | Destination Process ID | String |
| Destination Process User | Destination Process User | String |
| Destination Region | Destinations Region | String |
| Destination Registered Country | Destination Registered Country | String |
| Destination Service Name | The service which is targeted by this event | String |
| Destination Translated Address | Identifies the translated destination address that the event refers to in an IP network | IP |
| Destination Translated Port | Port after it was translated | Integer |
| Destination User Email | Destinations User email | String |
| Destination User Group | The destination user group | String |
| Destination User ID | Destination user in the system | String |
| Destination User Privileges | Destinations Users privileges | String |
| Destination UserID | Destinations Users numeric ID | String |
| Destination Username | Destinations User name | String |
| Destination VGuest | Destination virtual guest | String |
| Destination VHost | Destination virtual host | String |
| Destination VPC | Destination VPC | String |
| Destinations VPN | Destinations VPN | String |
| Destination Workstation | Destinations workstation name | String |
| Destination Zone | Destinations Zone (DMZ Office Outside) | String |
| Destinations | List of destination asset IDs | String Array |
| Device Class | The Device Class listed in the system | String |
| Device Configuration | Configuration scheme/type set in a device | String |
| Device Custom Date 1-2 | There are two timestamps fields available which can be used to map fields which do not fit any other field of this dictionary | String |
| Device Custom Date 1-2 Label | All custom fields have a corresponding label field where the field itself can be described | String |
| Device Custom Number 1-3 | There are three number fields available which can be used to map fields which do not fit into any other field of this dictionary | Integer |
| Device Custom Number 1-3 Label | All custom fields have a corresponding label field where the field itself can be described | String |
| Device Direction | Any information about what direction the communication that was observed has taken | String |
| Device DNS Domain | The DNS domain part of the complete fully qualified domain name | String |
| Device Event Category | Represents the category assigned by the originating device | String |
| Device External ID | A name that uniquely identifies the device generating this event | String |
| Device Facility | The facility generating this event | String |
| Device Inbound Interface | Interface on which the packet or data entered the device | String |
| Device Name | The Device Name listed in the system | String |
| Device NT Domain | Device Windows Domain | String |
| Device Outbound Interface | Interface on which the packet or data left the device | String |
| Device Process Name | Process name associated to the event | String |
| Device Sender Address | Device sender address | IP |
| Device Sender Asset ID | Asset ID for device sender | String |
| Device Time Format | Format of the timestamp attached to this event | String |
| Device Translated Address | Identifies the translated device address that the event refers to in an IP network | IP |
| Device Vendor | The device vendor | String |
| DNS Message | DNS response message | String |
| DNS Rcode | DNS return message | Integer |
| DNS RR Name | The DNS Request/Response Resource Name | String |
| DNS RR Type | The DNS Resource Type | String |
| DNS Server Address | The address of the DNS server referenced in the event | String |
| DNS TTL | The DNS Time to Live | String |
| DNS Type | The DNS Type (Query / Answer) | String |
| Duration | The duration of the connection | String |
| Event Key | Definition | Type |
|---|---|---|
| Email Recipient | The Email recipient | |
| Email Relay | The relay the email was delivered through | String |
| Email Sender | The Email sender | |
| Email Subject | The subject of the email | String |
| Entity Category | The zone category of incident that is being reported | String |
| Environment Variable Key | The Environment Variable key referenced in the event | String |
| Environment Variable Value | The Environment Variable value referenced in the event | String |
| Error Code | The error code for a HTTP response | String |
| Error Message | The error message for a response | String |
| Event Action | The implied action of the event - Create Read Update Delete | String |
| Event Activity | The activity related to an event In an IDS event this would be the activity being detected | String |
| Event Attack ID | The ID associated with an event reporting an attack | String |
| Event Attack Tactic | The attack tactic type associated with an event reporting an attack | String |
| Event Attack Technique | The attack technique associated with an event reporting an attack | String |
| Event Auth Action | Action of the authorization event | String |
| Event Auth Role | Role of the authorization event | String |
| Event Auth Scope | Scope of the authorization event | String |
| Event Category | The taxonomy of the event | String |
| Event Change | The event change/action made by the user | String |
| Event CVE | Contains information about the CVE associated with an event as an example an IDS signature | String |
| Event Description URL | The URL for full description of the event | String |
| Event Description | Full description of the event | String |
| Event Group | Event Grouping that this event belongs to | String |
| Event Group Job ID | When this group has been created from a job, the job ID | String |
| Event Group Type | Define which kind of event group is | String |
| Event Name | The short user-readable description of the event | String |
| Event Outcome | Displays the outcome, generally "success" or "failure" | String |
| Event Priority | The priority of the event | String |
| Event Receipt Time | The time at which the event related to the activity was received | Date |
| Event Ref Date | When the issue was first published | String |
| Event Ref ID | Event reference ID (CVE, etc) | String |
| Event Ref IDS | Event reference IDs (CVE, OSVDB, etc) | String Array |
| Event Ref Score | Score for the Issue (CVSS) | String |
| Event Ref Score V2 | Score V2 for the Issue (CVSS) | String |
| Event Ref Score V3 | Score V3 for the Issue (CVSS) | String |
| Event Ref Source | Issue Reference Source (CVE etc) | String |
| Event Ref Version | Issue Reference Source Version (CVE etc) | String |
| Event Severity | The severity of the event | String |
| Event Subcategory | The sub-taxonomy of the event | String |
| Event Type | The event type | String |
| Event Violation | The culprit | String |
| Events | Alarm events summary | String |
| Expires | Event expires | Boolean |
| External ID | An ID used by the originating device | String |
| Event Key | Definition | Type |
|---|---|---|
| File Create Time | The timestamp of when the file was created | String |
| File Hash | The hash of the file | String |
| File Hash Algorithm | The algorithm used to produce the file hash - SH256 MD5 etc | String |
| File Hash Md5 | The MD5 of the file | String |
| File Hash Sha1 | The SHA1 of the file | String |
| File Hash Sha256 | The SHA256 of the file | String |
| File ID | The Operating System ID of the file | String |
| File KB Size | The size in kilobytes of the file | String |
| File Modification Time | The last modification time of a file | String |
| File Name | The short name of a file | String |
| File Old Create Time | The previous creation time | String |
| File Old Hash\_algorithm | The algorithm used to produce the file hash | String |
| File Old Hash | The previous file hash | String |
| File Old ID | The previous ID of the file | String |
| File Old Modification Time | The previous modification time of the file | String |
| File Old Name | The previous short file name | String |
| File Old Owner | Old file owner | String |
| File Old Path | The previous full path of the file | String |
| File Old Permission | The previous old permissions of the file | String |
| File Old Size | The previous size of the file | String |
| File Old Type | The previous type of the file | String |
| File Owner | The current owner of a file | String |
| File Path | Full path of the file | String |
| File Permission | The OS permissions of the file | String |
| File Type | The type of the file | String |
| Full Message | A long message | String |
| Event Key | Definition | Type |
|---|---|---|
| Gateway | Gateway IP addres | IP |
| Global List Name | Name of the Global List | String |
| Global List Value | Value from the list | String |
| Group Policy | Group Policy that the event refers to, for example a Active Directory Group Policy | String |
| Event Key | Definition | Type |
|---|---|---|
| Has Alarm | If this event is used by an alarm | Boolean |
| Highlight Fields | Array of important fields | String Array |
| HTML Link | A specified HTML link address | URL |
| HTML Snippet | A specified HTML link snippet | String |
| HTML Title | A specified HTML link title | String |
| HTTP Hostname | The hostname present in a HTTP connection | String |
| HTTP Referrer | The HTTP referrer in a HTTP request | String |
| Event Key | Definition | Type |
|---|---|---|
| Identity Group Name | Group name associated with the identity source address to further identify the identity event with Group name resolution | String |
| Identity Host Name | Host name information associated with the identity source address to further identify the true hostname tied to an event | String |
| Identity MAC | MAC associated with the identity source address to further identify the identity event with MAC resolution | String |
| Identity NetBIOS | NetBIOS name associated with the identity source address to further identify the identity event with NetBIOS name resolution | String |
| Identity Source Address | IPv4 or IPv6 address that can connect an event with a true user identify or true computer identity | IP |
| In Alarms | Array of alarms to which the event belongs | String Array |
| Incident ID | ID provided by the event source | String |
| Instance IDs | An array of the instance IDs for the instances being terminated | String Array |
| Instance Types | An array of the instance types for the instances being started | String Array |
| IOCs | Array with the matched Indicators of Compromise | String Array |
| IP Addresses | List of IP Addresses | String Array |
| Event Key | Definition | Type |
|---|---|---|
| k8s DNS Policy | K8S DNS Policy | String |
| k8s Node Name | K8S Node Name | String |
| k8s Priority | K8S Priority | String |
| Event Key | Definition | Type |
|---|---|---|
| Last Updated | When this item was last updated | String |
| Legacy Absolute | Legacy Key: Absolute | String |
| Legacy Application | Legacy Key: Application | String |
| Legacy Binary Data | Legacy Key: Binary Data | String |
| Legacy Condition | Legacy Key: Condition | String |
| Legacy CPU | Legacy Key: CPU | String |
| Legacy CTX | Legacy Key: CTX | String |
| Legacy Date | Legacy Key: Date | String |
| Legacy Device | Legacy Key: Device | String |
| Legacy Domain | Legacy Key: Domain | String |
| Legacy DST IP | Legacy Key: Destination IP | String |
| Legacy DST Port | Legacy Key: Destination Port | String |
| Legacy Event ID | Legacy Key: Event ID | String |
| Legacy Event Type | Legacy Key: Event Type | String |
| Legacy Extra Data | Legacy Key: Extra Data | String |
| Legacy FDdate | Legacy Key: FDate | String |
| Legacy Filename | Legacy Key: Filename | String |
| Legacy From | Legacy Key: From | String |
| Legacy GzipData | Legacy Key: GzipData | String |
| Legacy HIDS Event Type | Legacy Key: HIDS event type | String |
| Legacy Host | Legacy Key: host | String |
| Legacy Hostname | "Legacy Key: hostname | String |
| Legacy Interface | Legacy Key: interface | String |
| Legacy Interval | Legacy Key: interval | String |
| Legacy Inventory Source | Legacy inventory source | String |
| Legacy IP | Legacy Key: IP | String |
| Legacy IPv | Legacy Key: IPv | String |
| Legacy Log | Legacy Key: log | String |
| Legacy Login | Legacy Key: login | String |
| Legacy MAC | Legacy Key: MAC | String |
| Legacy Mail | Legacy Key: Mail | String |
| Legacy Memory | Legacy Key: Memory | String |
| Legacy Occurrences | Legacy Key: Occurrences | String |
| Legacy Organization | Legacy Key: Organization | String |
| Legacy OS | Legacy Key: OS | String |
| Legacy Password | Legacy Key: Password | String |
| Legacy Plugin ID | Legacy Key: Plugin ID | String |
| Legacy Plugin SID | Legacy Key: Plugin SID | String |
| Legacy Port From | Legacy Key: Port From | String |
| Legacy Port To | Legacy Key: Port To | String |
| Legacy Port | Legacy Key: Port | String |
| Legacy Priority | Legacy Key: Priority | String |
| Legacy Protocol | Legacy Key: Protocol | String |
| Legacy Reliability | Legacy Key:Reliability | String |
| Legacy Sensor ID | Legacy Key:Sensor ID | String |
| Legacy Sensor | Legacy Key:Sensor | String |
| Legacy Service | Legacy Key:Service | String |
| Legacy Snort CID | Legacy Key: Snort CID | String |
| Legacy Snort SID | Legacy Key: Snort SID | String |
| Legacy Software | Legacy Key: Software | String |
| Legacy SRC IP | Legacy Key: Source IP | String |
| Legacy SRC Port | Legacy Key: Source Port | String |
| Legacy State | Legacy Key: State | String |
| Legacy Target | Legacy Key: Target | String |
| Legacy To | Legacy Key: To | String |
| Legacy Type | Legacy Key: Type | String |
| Legacy Unziplen | Legacy Key: Unzip Length | String |
| Legacy UserData | Legacy Key: UserData | String |
| Legacy Value | Legacy Key: Value | String |
| Legacy Vendor | Legacy Key: Vendor | String |
| Legacy Video | Legacy Key: Video | String |
| Level | The standard syslog level | Long |
| Log File | The Log File | String |
| Log | The raw log used to generate this event | String |
| Event Key | Definition | Type |
|---|---|---|
| Malware Family | Malware Family | String |
| Malware Variant | Virus or Malware Variant | String |
| Matched Value | The value that was matched for the enrichment metadata | String |
| Mute Alarm | Mute alarm | String |
| Event Key | Definition | Type |
|---|---|---|
| Needs Enrichment | If the event needs to be enriched | Boolean |
| Needs Internal Enrichment | If the event needs to be enriched with internal fields | Boolean |
| New Basic Constraints | New Basic Constraints | String |
| New Certificate | New Certificate | String |
| New IP | New IP | String |
| New Issuer | New Issuer | String |
| New Subject | New Subject | String |
| New Value | The new value in the field, after it was modified | String |
| Num Containers | Number of Containers | String |
| Event Key | Definition | Type |
|---|---|---|
| Object ID | The ID of the Object in AssetDB | String |
| Object Type | The object type of the source (if applies) | String |
| Old Basic Constraints | Old basic constraints | String |
| Old Certificate | Old certificate | String |
| Old IP | Old IP | IP |
| Old issue | Old issue | String |
| Old NS | Old NS | String |
| Old subject | Old subject | String |
| Operating System | Operating System | String |
| OTX activities | OTX activities | String |
| Event Key | Definition | Type |
|---|---|---|
| Package Architecture | The architecture of the package | String |
| Package Name | The name of the package | String |
| Package Revision | The revision of the package | String |
| Package Source | The source of the package | String |
| Package Version | The version of the package | String |
| Packet Data | The binary packet data of the event | String Array |
| Packet Payload | Packet payload information from Network IDS | String |
| Packet Type | What type of packet this is | String |
| Packets Received | The number of packets received | Integer |
| Packets Sent | The number of packets sent | Integer |
| Patch Reference ID | Patch reference id (Oval rule, etc) | String |
| Patch Vulnerability Reference List | List of reference ID's (CVE, etc) for the patch event | String Array |
| Peak PPS | Packets per second (PPS) peak value | Integer |
| Pefile Company | The company field on a PE32 executable file | String |
| Pefile Description | he description field on a PE32 executable file | String |
| Pefile Fileversion | The fileversion field on a PE32 executable file | String |
| Pefile Product | The product field on a PE32 executable file | String |
| Plugin Device Type | The type of the device this plugin was made for | String |
| Plugin Device Version | The version of the device this plugin was made for | String |
| Plugin Device | Plugin Device | String |
| Plugin Family | Plugin Family | String |
| Plugin Parent | Parent which was used to normalize event | String |
| Plugin Rule | Plugin Rule | String |
| Plugin Vendor | The vendor of the device this plugin was made for | String |
| Plugin Version | Plugin Version | String |
| Plugin | Plugin used to normalize event | String |
| Policy | Policy that the event refers to, for example a Firewall or Content Filtering Policy | String |
| Policy Address | Address referenced on a db policy firewall rule etc | String |
| Policy Interface | Network Interface referenced on a db policy firewall rule etc | String |
| Policy Mac | Mac address referenced on a db policy firewall rule etc | String |
| Pre\_authentication Type | The method used be the user to pre-authenticate, RSA Key, Password, Domain Credentials | String |
| Previous Value | The value present in the field, before it was modified | String |
| Priority Label | Priority label of Alarm | String |
| Priority | Priority of Alarm | String |
| Project ID | Project ID | String |
| Protocol Version | Version of the current protocol | String |
| Event Key | Definition | Type |
|---|---|---|
| Realm | Realm where the user roles and permissions apply | String |
| Received From | Source this event was received from | String |
| Registry Path | The registry path | String |
| Registry Value | The registry value | String |
| Relative Distinguished Name | The name of the authentication package used | String |
| Reporting Device Canonical | Reporting Device Canonical Name | String |
| Reporting Device Address | Reporting device address | IP |
| Rep Device Address 6 | Reporting device address version 6 | String |
| Rep Device Asset ID | Instance ID for reporting device | String |
| Rep Device FQDN | Reporting device FQDN | String |
| Reporting Device Hostname | Reporting device hostname | String |
| Reporting Device Inbound Interface | The network interface receiving the traffic generating the event on the reporting device | String |
| Reporting Device Instance ID | Instance ID for the reporting device | String |
| Rep Device Location ID | This is an internal field used to associate this event with a particular location | String |
| Rep Device Location Name | This is an internal field used to associate this event with a particular location | String |
| Reporting Device MAC | Reporting device MAC | MAC |
| Reporting Device Model | The model of the reporting device | String |
| Reporting Device Outbound Interface | The network interface passing through the traffic generating the event on the reporting device | String |
| Reporting Device Rule ID | The ID of the rule used by the reporting device to generate this event (ie firewall rule, CVE, IDS rule | String |
| Reporting Device Type | The device type of the reporting device | String |
| Reporting Device Vendor | The vendor of the reporting device | String |
| Reporting Device Version | The version of the reporting device | String |
| Report Executed Category | The category of the report | String |
| Report Executed Database Index | The database index to get the report | String |
| Report Executed Database | The database in which the report has been executed | String |
| Report Executed Date | When the report was executed | Date |
| Report Executed Format | The format we use to run the save the report | String |
| Report Executed Key | The executed report's key | String |
| Report Executed Parameters | The parameters used to run the query | String |
| Report Executed Query | The query executed to fill the report | String |
| Report Executed rsql Query | The rsql query executed to fill the report | String |
| Report Executed State | The search state | String |
| Report Executed User | User who run the report | String |
| Report Executed UUID | The executed report's uuid. Unique identifier | String |
| Reputation Score | Risk or reputation score for a host | String |
| Request Content Type | The content type for the request | String |
| Request Cookies | The cookies passed in a HTTP request | String |
| Request HTTP Version | HTTP version for the request | String |
| Request Method | The HTTP request method - OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT | String |
| Request Referrer | Referrer for the request | String |
| Request URL | The URL reference in a HTTP request | String |
| Request User Agent | User agent for the request | String |
| Resource Provider | Provider of resource | String |
| Resource URI | URI representing a resource uniquely | String |
| Response Code | The response code for the request | Integer |
| Response Content Type | HTTP response content type | String |
| Return Value | Return value | String |
| Role | Role or roles of the user in the organization | String |
| Rule Attack ID | Correlation Rule Attack ID | String |
| Rule Attack Tactic | Array of Correlation Rule Attack Tactics | String Array |
| Rule Attack Technique | Correlation Rule Attack Technique | String |
| Rule Dictionary | Rule Dictionary | String |
| Rule ID | Correlation Rule ID | String |
| Rule Intent | Alarm Intent | String |
| Rule Method | Alarm Method | String |
| Rule Name | Correlation Rule Name | String |
| Rule Strategy | Alarm Strategy | String |
| Rule UUID | Rule ID which triggered event | String |
| Event Key | Definition | Type |
|---|---|---|
| S3 Notification | S3 notification | String |
| Scheduled Task ID | The ID of the Scheduled task | String |
| Searched Site | Site searched | String |
| Security Group ID | Security Group ID | String |
| Security Group Name | Security Group Name | String |
| Sensor App Action | The Sensor App Action Called | String |
| Sensor Event Rate | The value of the sensor event rate | Double |
| Sensor Name | The name of the sensor that received this event | String |
| Sensor UUID | The UUID of the sensor that received this event | String |
| Session | Session Identifier | String |
| Shared Resource Name | The name of the shared resource | String |
| Short Message | A short descriptive message | String |
| Silent | Silent alarm | Boolean |
| Source Account ID | Source user account in the event | String |
| Source Account Name | Source account name where the event was generated | String |
| Source Account | Source Account where the event was generated | String |
| Source Additional Hostnames | Source additional hostnames | String Array |
| Source Address | Source IP Address | IP |
| Source Address 6 | Source IP Address in v6 format | String |
| Source ASN | Source ASN | String |
| Source Asset ID | This is an internal field used to associate this event with a particular asset | String |
| Source Blacklist Activity | Observed activity of the IP address to cause it to be put into OTX | String |
| Source Blacklist Priority | OTX priority | String |
| Source Blacklist Reliability | OTX reliability | String |
| Source Canonical | Canonical Source | String |
| Source City | Source City | String |
| Source Country | Source Country | String |
| Source CPE | Source CPE | String |
| Source Datacenter | Source data center | String |
| Source Datastore | Source data store | String |
| Source DNS Domain | The DNS domain part of the complete fully qualified domain name | String |
| Source FQDN | Source FQDN | String |
| Source Hostname | Source hostname | String |
| Source Infrastructure Name | Source Infrastructure Name | String |
| Source Infrastructure Type | Source Infrastructure Type | String |
| Source Instance ID | Instance ID for source device | String |
| Source Latitude | Source Latitude | String |
| Source Location ID | This is an internal field used to associate this event with a particular location | String |
| Source Location Name | This is an internal field used to associate this event with a particular location | String |
| Source Longitude | Source Longitude | String |
| Source MAC | Source MAC Address | MAC |
| Source MAC Vendor | Source MAC Vendor | String |
| Source Name | Source Name | String |
| Source NAT Address | Source NAT IP Address | IP |
| Source NAT Port | Source NAT Port | Integer |
| Source Netmask | Source IP Address mask | IP |
| Source Network | Source network | String |
| Source NT Domain | Source Windows Domain | String |
| Source Organisation | Source Organisation | String |
| Source Port Label | Source Port Label | String |
| Source Port | Source Port | Port |
| Source Post Nat Address | Source address for the event message after NAT occurred | IP |
| Source Post Nat Port | Port number of the event source after NAT | Integer |
| Source Pre Nat Address | Source address for the event message before NAT | IP |
| Source Pre Nat Port | Port number of the event source before NAT | Integer |
| Source Process | Source Process name | String |
| Source Process Command Line | The Process Command line | String |
| Source Process ID | Source Process ID | String |
| Source Process Parent | The Process Parent | String |
| Source Process Parent Commandline | The Parent Command Line | String |
| Source Process Parent Process ID | The Parent Process ID | String |
| Source Process User | Source Process User | String |
| Source Region | Source Region | String |
| Source Registered Country | Source Registered Country | String |
| Source Service Name | The service which is responsible for generating this event | String |
| Source Translated Address | Identifies the translated source address that the event refers to in an IP network | IP |
| Source Translated Port | Port after it was translated | Integer |
| Source User Email Domain | Source user email domain | String |
| Source User Email | Source user email | String |
| Source User Group | The source user group | String |
| Source User ID | Source user in the system | String |
| Source User Privileges | Source Users privileges | String |
| Source User ID | Source User ID | String |
| Source Username | Source username | String |
| Source Vguest | Source virtual guest | String |
| Source Vhost | Source virtual host | String |
| Source VPC | Source VPC | String |
| Source VPN | Source VPN | String |
| Source Workstation | Source Workstation | String |
| Source Zone | Source Zone | String |
| Source | Source - This is compared against several known formats to extract relevant data e.g. \ |
Network Info |
| Sources | List of source asset IDs | String Array |
| SSH Authorized Key | The SSH authorized key | String |
| SSH Client Proto | Identifies the SSH client protocol | String |
| SSH Client Software | Identifies the SSH client software | String |
| SSH Server Proto | Identifies the SSH server protocol | String |
| SSH Server Software | Identifies the SSH server software | String |
| SSH Server Version | Identifies the SSH server version | String |
| Stat Name | The name of the stat that has exceeded its threshold | String |
| Stat Value | The value of the stat that has exceeded its threshold | Integer |
| Subcategory ID | The ID of the sub-taxonomy of the event | String |
| Suppress Rule ID | ID of the rule that suppressed this log | String |
| Suppress Rule Name | Name of the rule that suppressed this log | String |
| Suppressed | If event is suppressed | String |
| Syslog Source | The source channel a syslog-ng event came from | String |
| System Event Type | The system event type generated | String |
| Event Key | Definition | Type |
|---|---|---|
| Tag | The syslog tag (the data found before the \[] after the timestamp) | String |
| Threat Intelligence Feed Name | Array with the name of the feeds that the pulse has matched | String Array |
| Threat Intelligence Matched Metadata | Array with tuples of metadata | String Array |
| Ticket Encryption Type | The ticket encryption type used | String |
| Time End | The ending time of the event, such as a file download | Date |
| Time Offset | The time offset the event occurred in | String |
| Time Start | The starting time of the event, such as a file download | Date |
| Time Zone | The timezone the event occurred in | String |
| Timestamp Arrived | The approximated time that the event arrived to the customer control node | Date |
| Timestamp End | Process end timestamp | Date |
| Timestamp Occurred | The time that the event occurred - will be set by default if not populated | Date |
| Timestamp Received | When the event was received by the system | Date |
| Timestamp Start | Process start timestamp | Date |
| Timestamp | The approximated time that the event is sent from the control node to hot storage | Date |
| TLS Cipher | The cipher algorithm used for this TLS connection | String |
| TLS Fingerprint | Identifies the SHA1 fingerprint of the certificate | String |
| TLS IssuerDN | Identifies the issuer DN of certificate | String |
| TLS SNI | Identifies the server name indication sent by a client | String |
| TLS Subject | Identifies the subject of the TLS protocol | String |
| TLS Version | Identifies the version of TLS protocol | String |
| Total Disconnection Time | Total time the monitored asset has stopped sending data | String |
| Total Packets | The total number of packets transmitted | Integer |
| Transaction Status | Transaction status | String |
| Transient | Is the event transient | Boolean |
| Transport Protocol | Layer-4 protocol observed in the event (e.g. TCP, UDP) | String |
| TTY Terminal | The TTY referenced in the event | String |
| Event Key | Definition | Type |
|---|---|---|
| Used Hint | If a hint was used to find the plugin | Boolean |
| User Group ID | Group ID that is associated with the user account | String |
| User Policy | Policy associated with the user account | String |
| User Realm | Portal name associated with the event | String |
| User Resource Type | User Resource Type | String |
| User Resource | Resource associated with the user account | String |
| User Role | Role type associated with the user account that created the event | String |
| User Type | The type of user account. Example: Local, special, etc. | String |
| UUID | The unique ID for this Event | String |
| Event Key | Definition | Type |
|---|---|---|
| Virtual Source Address | IP address of the virtual event source | IP |
| Virtual Source Name | Name of the virtual event source | String |
| Event Key | Definition | Type |
|---|---|---|
| Was Fuzzied | If fuzzied parser was used to generate the event | Boolean |
| Was Guessed | If we brute forced the plugin | Boolean |
| was\_legacy | Legacy Key: Was Legacy | String |
| watchlist | Array with matched watchlists | Array |
| Wireless Access Point | The access point of the wireless network | String |
| Wireless BSSID | The BSSID of the wireless network | String |
| Wireless Channel | The channel of the wireless network | String |
| Wireless Encryption | The encryption mechanism used by the wireless network | String |
| Wireless SSID | The SSID of the wireless network | String |
| WMI Class | WMI Class | String |
| WMI Consumer | WMI Consumer | String |
| WMI Filter | WMI Filter | String |
| WMI Path | WMI Path | String |
| Event Key | Definition | Type |
|---|---|---|
| Yara Signature | Yara Signatures | String Array |
| Column / Field Name | Description |
|---|---|
| Event Name | Name of the event. |
| Time Created | The date and time of the creation of the event. The displayed date depends on your computer's time zone. |
| OTX | Indicate if it is an |
| Source |
|
| Destination Asset |
Hostname or IP address of the host (with the national flag if the country is known) that receives the event. |
| Sensor |
Name of the USM Anywhere |
| Username | Username associated with the event. |
| Type of Query | Meaning | Example |
|---|---|---|
| Standard query with a blank space between terms | By default, a space between query terms is considered an implicit “OR”. | denylist malicious |
|
Literal, using double quotes " " |
Matches fields that contain the full term. Literal searches are case-sensitive. **Note:** This type of query will not match any searches in the raw log because raw logs are tokenized. **Note:** IP addresses and FQDNs are considered literal searches, so they don't require quotation marks. |
"Event from asset not received" |
|
Boolean operators or using parentheses AND, OR, NOT, ( ) |
Including AND or OR between two search terms will search for results that match both of those terms. Including NOT between two search terms will exclude results that match the second term, even though they otherwise match your query. |
(http OR tcp) AND ftp |
|
Wildcards, asterisk \* |
Appending an asterisk to the end of a term within your query will search for results that begin with your search term. An asterisk cannot be used at the beginning of a search query. |
instance\* |
|
Wildcards, question mark ? |
Embedding a question mark in the middle of a term will search for results that otherwise match your query, no matter the value in the position held by the question mark in your search term. A question mark cannot be used at the beginning of a search query. |
qu?ck |
| Regular expression (regex), using /expression/ |
Regular expression inside forward slash characters. A dialog box opens to confirm the search. **Note:** The characters ", \*, ?, (, and ) are special characters included in expressions. If you want to search by these characters, you need to manually escape them by preceding them with a backslash. |
/Describe.\*Instances/ |
| OTX pulse | Pulses are collections of Indicators of Compromise (IOCs). You need to insert the word pulse followed by a colon and the pulse ID or URL. | pulse:59432536c1970e343ce61bf0 |
| Search Example | Search Match | Explanation |
|---|---|---|
| "Process Create" | Yes |
Using double quotes will perform a case-sensitive search that will look for the exact string across any keyword field. There will only be a match if "Process Create" appears exactly in a keyword field. "Process Create" appears exactly in the Event Name, so there will be a match. Since the message raw log is tokenized and positional term data is not kept, it will not match this search. |
|
"process create" |
No |
Using double quotes will perform a case-sensitive search that will look for the exact string across any keyword field. There will only be a match if "process create" appears exactly in a keyword field. In this case, "process create" does not exist in a keyword field, so there will not be a match. |
|
Process Create |
Yes |
Searching either of these without quotes will tokenize the input query string. It will perform a case-insensitive search for any document that contains "Process", "process", "Create", or "create" in any order. In this case, there will be a match. |
|
/Process Create/ |
No | This will not match any result because regex are only used against the raw log value. Since it is tokenized based on the different words, this search will not match "Process" or "Create". |
|
/Pro.\*/ |
Yes | This will match against the log because "Process" in the raw log matches the expression. |
| Filter Name | Meaning |
|---|---|
| Last 24 Hours | Filter |
| Suppressed |
Filter suppressed events. The suppressed events are hidden by default. See Creating Suppression Rules from the Events Page for more information. |
| Account Name | Filter events by the account that has generated the event. |
| Data Source | Filter events by the data source used to normalize the event. |
| Event Name | Filter events by the short, user-readable description of the event. |
| Source Asset | Filter events by the name of the asset that produced the event. |
| Source User | Filter events by the name of the user that produced the event. |
| Sensor | Filter events by the name of the USM Anywhere |
| Asset Groups | When the |
| Username | Filter events by the username associated with the asset that generated the event. |
| Icon | Meaning |
|---|---|
|
|
Sort the filters alphabetically. |
|
|
Sort the filters by number of items that matches them. |
| View | Meaning |
|---|---|
| LevelBlue Generic Plugin | Displays log data when the USM Anywhere Sensor is unable to match them with BlueApps based on hints and manual associations. |
| AWS Cloud Activity | Displays the most relevant event fields for |
| Azure |
Displays the most relevant event fields for |
| Firewall Events | Displays the most relevant fields for |
| Linux Events | Displays the most relevant fields for Linux Events generated by the Linux CRON, |
| Network IDS | Displays the most relevant event fields for |
| Open Threat Exchange | Displays the most relevant feeds that the pulse has matched. |
| Web Server Events | Displays the most relevant fields for Web Server Events, which include Apache, NGinx, and Windows IIS. |
| Windows Events |
Displays the most relevant fields for Windows Events forwarded by NXLog. |
| User Source | User Account Data |
|---|---|
| AWS | SOURCE\_USERNAME and SOURCE\_ACCOUNT |
| AD |
SOURCE\_USERNAME DESTINATION\_USERNAME SOURCE\_USERNAME and SOURCE\_NTDOMAIN DESTINATION\_USERNAME and DESTINATION\_NTDOMAIN |
| Azure AD and Office 365 |
SOURCE\_USERNAME DESTINATION\_USERNAME |
| Okta |
SOURCE\_USERNAME DESTINATION\_USERNAME |
| G Suite and GCP |
SOURCE\_USERNAME SOURCE\_USER\_EMAIL DESTINATION\_USERNAME DESTINATION\_USER\_EMAIL |
| State | Description | |
|---|---|---|
| User Entity | Active | If any of the user's accounts are active, the user is active. |
| Inactive | If all of the user's accounts are in a status other than active, the user is inactive. | |
| User Account | Active | A user account is active when it's validated and reported by the provider API. |
| Disabled | When a user account is disabled by the provider but still reported by the provider API, that user account is considered disabled. | |
| Retired |
When a user account no longer exists in the provider system, that account is considered retired. |
| Column Field Name | Description |
|---|---|
| User | An actor (person or service account) active in your environment (sometimes referred to as the *user entity*). |
| Last Seen | The date and time on which that user was last active in your environment. |
| A list of the email addresses associated with that user entity. | |
| Origins | The name of each sensor in which one of this user's accounts was discovered. |
| Data Source | State | Description |
|---|---|---|
| AWS | Retired | The user is no longer listed in Identity and Access Management (IAM). |
| Disabled | Unsupported. | |
| Azure | Retired | The user is deleted from Microsoft Azure Active Directory (AD). |
| Disabled | The "Block sign in" value is "Yes". | |
| Active directory and Office 365 | Retired | The user is sent to the Microsoft Windows Recycle Bin using the delete action. |
| Disabled | "disabled" is flagged in the properties dialog box. | |
| GCP | Retired | The "deletionTime" field has any value. |
| Disabled | The account is flagged as "suspended". | |
| Okta | Retired | The user is deleted from the directory screen. |
| Disabled | "userStatus" is set to any value other than "Active". |
| Section | Action | Read-Only User | Investigator User | Analyst User | Manager User |
|---|---|---|---|---|---|
| **Dashboards** | Dashboard and dashboard views |
|
|
|
|
| Create custom dashboard |
|
|
|
|
|
| **Upper Navigation** | Access: documentation, support, and forum links |
|
|
|
|
| Profile settings |
|
|
|
|
|
| **Activity > Alarms** |
View: |
|
|
|
|
| Configure filters |
|
|
|
|
|
|
Asset drop-down menu items: add to current filter, find in events, look up in |
|
|
|
|
|
|
Asset drop-down list: full details, |
|
|
|
|
|
| Manage columns |
|
|
|
|
|
| Generate report |
|
|
|
|
|
| Save views |
|
|
|
|
|
| Alarm details: suppress alarm, apply label, set a status, add to investigation |
|
|
|
|
|
| Alarm details: alarm action, create rule |
|
|
|
|
|
| Alarm labels: create, manage |
|
|
|
|
|
| Alarm labels: apply |
|
|
|
|
|
| Alarm status: update |
|
|
|
|
|
| Activity > Events | View: events page and event details |
|
|
|
|
| Configure filters |
|
|
|
|
|
| Asset drop-down list: add to current filter, look up in OTX |
|
|
|
|
|
| Asset drop-down list: add to current filter, full details, configuration issues, vulnerabilities, alarms, events |
|
|
|
|
|
| Generate report |
|
|
|
|
|
| Save views |
|
|
|
|
|
| Events details: suppress event, add to investigation |
|
|
|
|
|
| Events details: event action, create rule |
|
|
|
|
|
| **Environment > Assets** | View: assets page and assets details |
|
|
|
|
| Configure filters |
|
|
|
|
|
|
Asset drop-down list: find in events, look up in OTX, full details, configuration issues, vulnerabilities, alarms, events |
|
|
|
|
|
| Asset drop-down list: configure asset, delete asset, asset scan, |
|
|
|
|
|
| Manage columns |
|
|
|
|
|
| Generate report |
|
|
|
|
|
| Save views |
|
|
|
|
|
| Actions menu: create asset (quick, advanced), import assets, delete selected, edit fields, assign credentials, set sensor, set compliance scope, add to |
|
|
|
|
|
| Asset details: deploy an agent, assign credentials, schedule a job |
|
|
|
|
|
| Asset details, actions menu: configure asset, delete asset, add to asset group |
|
|
|
|
|
| Asset details, actions menu: agent query, asset scan, authenticated scan, assign credentials, schedule scan job |
|
|
|
|
|
| Create event if asset stops sending data |
|
|
|
|
|
| **Environment > Asset Groups** | View: asset groups page and asset groups details |
|
|
|
|
| Configure filters |
|
|
|
|
|
| Asset group drop-down list: full details, configuration issues, vulnerabilities, alarms, events |
|
|
|
|
|
| Asset group drop-down list: configure asset group, delete asset group, asset group scan, assign credentials, authenticated scan |
|
|
|
|
|
| Generate report |
|
|
|
|
|
| Save views |
|
|
|
|
|
| Actions menu: create asset group (static and dynamic) |
|
|
|
|
|
| Asset group details, actions menu: configure asset group, delete asset group, edit fields, assign credentials to group members, assign agent profile, set sensor, set compliance scope, asset group scan, assign credentials, authenticated scan, schedule scan job |
|
|
|
|
|
| **Environment > Vulnerabilities** | View: vulnerabilities page and vulnerabilities details |
|
|
|
|
| Generate report |
|
|
|
|
|
| Save views |
|
|
|
|
|
| Vulnerability labels: apply, create, manage |
|
|
|
|
|
| Asset drop-down list: add to current filter, find in events, look up in OTX, full details |
|
|
|
|
|
| Asset drop-down list: configure asset, delete asset |
|
|
|
|
|
| Asset drop-down list: asset scan, assign credentials, authenticated scan |
|
|
|
|
|
| New scan |
|
|
|
|
|
| Vulnerabilities details: select action |
|
|
|
|
|
| Vulnerabilities details: apply label |
|
|
|
|
|
| **Environment > Configuration Issues** | View: configuration issues page and configuration issues details |
|
|
|
|
| Configure filters |
|
|
|
|
|
| Generate report |
|
|
|
|
|
| Save view |
|
|
|
|
|
| Asset drop-down list: add to current filter, look up in OTX, full details, configuration issues, vulnerabilities, alarms, events |
|
|
|
|
|
| Asset drop-down list: configure asset, delete asset |
|
|
|
|
|
| Asset drop-down list: asset scan, assign credentials, authenticated scan |
|
|
|
|
|
| Configuration issues details, actions menu: configure asset, delete asset, add to asset group, agent query, asset scan, authenticated scan, assign credentials, schedule scan job |
|
|
|
|
|
| Configuration issues details: deploy an agent, assign credentials, schedule a scan job |
|
|
|
|
|
| **Environment > Users** | View users page and user details |
|
|
|
|
| User drop-down list: find in events, full details, configuration issues, alarms, events, configure user, delete user |
|
|
|
|
|
| User drop-down list: configure user, delete user |
|
|
|
|
|
| User drop-down list: user scan |
|
|
|
|
|
| Manage columns |
|
|
|
|
|
| Generate report |
|
|
|
|
|
| User menu: import users, delete selected, edit fields, configure user, user scan |
|
|
|
|
|
| Schedule user scan job |
|
|
|
|
|
| **Reports > Saved Reports** | View the saved reports page |
|
|
|
|
| Edit, copy, and delete reports |
|
|
|
|
|
| **Reports > Compliance Templates** | View the compliance templates reports page |
|
|
|
|
| Generate reports |
|
|
|
|
|
| **Reports > Event Type Templates** | View the event type templates reports page |
|
|
|
|
| Generate reports |
|
|
|
|
|
| **Data Sources > Sensors** | View the sensor page |
|
|
|
|
| Add a new sensor |
|
|
|
|
|
| Configure a sensor |
|
|
|
|
|
| Edit a sensor |
|
|
|
|
|
| Assign a sensor |
|
|
|
|
|
| Delete, redeploy a sensor |
|
|
|
|
|
| Data Sources > AlienApps\*\* | Available apps |
|
|
|
|
| **Data Sources > Agents** | Run an agent query |
|
|
|
|
| Delete an agent |
|
|
|
|
|
| Assign an agent configuration profile |
|
|
|
|
|
| **Data Sources > Cloud Connector** | View connector |
|
|
|
|
| Edit connector |
|
|
|
|
|
| Add a connector |
|
|
|
|
|
| Delete connector |
|
|
|
|
|
| Add new data source rule |
|
|
|
|
|
| Enable and disable a cloud connector |
|
|
|
|
|
| **Investigations** | View investigations page |
|
|
|
|
| Edit an investigation |
|
|
|
|
|
| Create a new investigation |
|
|
|
|
|
| View investigations details |
|
|
|
|
|
| Delete an investigation |
|
|
|
|
|
| Notification rule for investigations |
|
|
|
|
|
| Add a note |
|
|
|
|
|
| Run app action |
|
|
|
|
|
| **Settings > Scheduler** | View the job scheduler page |
|
|
|
|
| Create, edit, enable, disable a job |
|
|
|
|
|
| **Settings > Rules** | View the rules page |
|
|
|
|
| Create an orchestration rule |
|
|
|
|
|
| Create a correlation list |
|
|
|
|
|
| **Settings > Notifications** | Modify credentials |
|
|
|
|
| **Settings > System** | View the system monitor page |
|
|
|
|
| View the network settings page |
|
|
|
|
|
| Create asset field |
|
|
|
|
|
| Enable required multifactor authentication |
|
|
|
|
|
| Modify the session timeout |
|
|
|
|
|
| **Settings > System Events** | View the system events page |
|
|
|
|
| **Settings > Console User Events** | View the console user events page |
|
|
|
|
| **Settings > OTX** | Validate an OTX subscription key |
|
|
|
|
| **Settings > Credentials** | View the credentials page |
|
|
|
|
| Create a new credential |
|
|
|
|
|
| Edit, delete, and manage credentials |
|
|
|
|
|
| **Settings > Users** | |||||
| View the user page |
|
|
|
|
|
| Create a user |
|
|
|
|
|
| Edit a user |
|
|
|
|
|
| Delete a user |
|
|
|
|
|
| **Settings > My Subscription** | View the my subscription page |
|
|
|
|
| Purge data |
|
|
|
|
|
| Connect to USM Central™ |
|
|
|
|
| Types of Scans | Information Collected | From Where You Can Do It | Sensors | References |
|---|---|---|---|---|
| Active directory (AD) | Inventory Information |
|
Microsoft Azure, Microsoft Hyper-V, and VMware | Complete the Azure Sensor Setup, Complete the Hyper-V Sensor Setup, and Complete the VMware Sensor Setup |
| Asset discovery | Discovers assets in your environment, detects changes in assets, and discovers malicious assets in the network |
|
All | Complete the Hyper-V Sensor Setup, Complete the VMware Sensor Setup, Adding Assets |
| Asset group scans | Assets |
|
All | Running Asset Groups Scans |
| Asset scans | Assets |
|
All | Running Asset Scans |
| Authenticated asset group scans | Assets |
|
All | Running Authenticated Asset Groups Scans |
| Authenticated asset scans | Assets |
|
All | Running Authenticated Asset Scans |
| Log collection scans | Log files from an external data source | Job Scheduler page: log collection jobs are initially preset at installation and can't be modified by a user | All | USM Anywhere Scheduler |
| Scheduled AD scan jobs | Inventory Information | Job Scheduler page | Microsoft Azure, Microsoft Hyper-V, and VMware | Scheduling Active Directory Scans from the Job Scheduler Page |
| Scheduled API scans | Assets | Job Scheduler page | GCP, Microsoft Azure, Microsoft Hyper-V, and VMware | USM Anywhere Scheduler |
| Scheduled asset scans | Assets | Job Scheduler page | All | Scheduling Asset Scans from the Job Scheduler Page |
| Scheduled asset group scans | Assets | Job Scheduler page | All | Scheduling Asset Groups Scans from the Job Scheduler Page |
| Scheduled Authenticated Asset Scans | Assets | Job Scheduler page | All | Scheduling Asset Scans from the Job Scheduler Page |
| Scheduled authenticated asset group scans | Assets | Job Scheduler page | All | Scheduling Asset Groups Scans from the Job Scheduler Page |
| User scans | Scheduled user behavior monitoring scan jobs | Job Scheduler Page | All | Scheduling User Discovery Jobs from the Job Scheduler Page |