Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

applicationinsights_describe_problem

Describes an application problem


Description

Describes an application problem.

Usage

applicationinsights_describe_problem(ProblemId)

Arguments

ProblemId

[required] The ID of the problem.

Value

A list with the following syntax:

list(
  Problem = list(
    Id = "string",
    Title = "string",
    Insights = "string",
    Status = "IGNORE"|"RESOLVED"|"PENDING",
    AffectedResource = "string",
    StartTime = as.POSIXct(
      "2015-01-01"
    ),
    EndTime = as.POSIXct(
      "2015-01-01"
    ),
    SeverityLevel = "Low"|"Medium"|"High",
    ResourceGroupName = "string",
    Feedback = list(
      "NOT_SPECIFIED"|"USEFUL"|"NOT_USEFUL"
    )
  )
)

Request syntax

svc$describe_problem(
  ProblemId = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.