Describe Observation
applicationinsights_describe_observation | R Documentation |
Describes an anomaly or error with the application¶
Description¶
Describes an anomaly or error with the application.
Usage¶
Arguments¶
ObservationId
[required] The ID of the observation.
AccountId
The AWS account ID for the resource group owner.
Value¶
A list with the following syntax:
list(
Observation = list(
Id = "string",
StartTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
),
SourceType = "string",
SourceARN = "string",
LogGroup = "string",
LineTime = as.POSIXct(
"2015-01-01"
),
LogText = "string",
LogFilter = "ERROR"|"WARN"|"INFO",
MetricNamespace = "string",
MetricName = "string",
Unit = "string",
Value = 123.0,
CloudWatchEventId = "string",
CloudWatchEventSource = "EC2"|"CODE_DEPLOY"|"HEALTH"|"RDS",
CloudWatchEventDetailType = "string",
HealthEventArn = "string",
HealthService = "string",
HealthEventTypeCode = "string",
HealthEventTypeCategory = "string",
HealthEventDescription = "string",
CodeDeployDeploymentId = "string",
CodeDeployDeploymentGroup = "string",
CodeDeployState = "string",
CodeDeployApplication = "string",
CodeDeployInstanceGroupId = "string",
Ec2State = "string",
RdsEventCategories = "string",
RdsEventMessage = "string",
S3EventName = "string",
StatesExecutionArn = "string",
StatesArn = "string",
StatesStatus = "string",
StatesInput = "string",
EbsEvent = "string",
EbsResult = "string",
EbsCause = "string",
EbsRequestId = "string",
XRayFaultPercent = 123,
XRayThrottlePercent = 123,
XRayErrorPercent = 123,
XRayRequestCount = 123,
XRayRequestAverageLatency = 123,
XRayNodeName = "string",
XRayNodeType = "string"
)
)