[ aws . application-insights ]
Describes the anomalies or errors associated with the problem.
See also: AWS API Documentation
See 'aws help' for descriptions of global parameters.
describe-problem-observations
--problem-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
--problem-id (string)
The ID of the problem.
--cli-input-json (string) Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally.
--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.
See 'aws help' for descriptions of global parameters.
RelatedObservations -> (structure)
Observations related to the problem.
ObservationList -> (list)
The list of observations related to the problem.
(structure)
Describes an anomaly or error with the application.
Id -> (string)
The ID of the observation type.StartTime -> (timestamp)
The time when the observation was first detected, in epoch seconds.EndTime -> (timestamp)
The time when the observation ended, in epoch seconds.SourceType -> (string)
The source type of the observation.SourceARN -> (string)
The source resource ARN of the observation.LogGroup -> (string)
The log group name.LineTime -> (timestamp)
The timestamp in the CloudWatch Logs that specifies when the matched line occurred.LogText -> (string)
The log text of the observation.LogFilter -> (string)
The log filter of the observation.MetricNamespace -> (string)
The namespace of the observation metric.MetricName -> (string)
The name of the observation metric.Unit -> (string)
The unit of the source observation metric.Value -> (double)
The value of the source observation metric.