AssessmentRunAgent
Contains information about an Amazon Inspector Classic agent. This data type is used as a response element in the ListAssessmentRunAgents action.
Contents
- agentHealth
-
The current health state of the agent.
Type: String
Valid Values:
HEALTHY | UNHEALTHY | UNKNOWN
Required: Yes
- agentHealthCode
-
The detailed health state of the agent.
Type: String
Valid Values:
IDLE | RUNNING | SHUTDOWN | UNHEALTHY | THROTTLED | UNKNOWN
Required: Yes
- agentId
-
The AWS account of the EC2 instance where the agent is installed.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- assessmentRunArn
-
The ARN of the assessment run that is associated with the agent.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 300.
Required: Yes
- telemetryMetadata
-
The Amazon Inspector Classic application data metrics that are collected by the agent.
Type: Array of TelemetryMetadata objects
Array Members: Minimum number of 0 items. Maximum number of 5000 items.
Required: Yes
- agentHealthDetails
-
The description for the agent health code.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1000.
Required: No
- autoScalingGroup
-
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: