Skip to content

Describe Problem Observations

applicationinsights_describe_problem_observations R Documentation

Describes the anomalies or errors associated with the problem

Description

Describes the anomalies or errors associated with the problem.

Usage

applicationinsights_describe_problem_observations(ProblemId, AccountId)

Arguments

ProblemId

[required] The ID of the problem.

AccountId

The AWS account ID for the resource group owner.

Value

A list with the following syntax:

list(
  RelatedObservations = list(
    ObservationList = list(
      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"
      )
    )
  )
)

Request syntax

svc$describe_problem_observations(
  ProblemId = "string",
  AccountId = "string"
)