Describes an application problem.
applicationinsights_describe_problem(ProblemId)
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"
)
)
)
[required] The ID of the problem.
svc$describe_problem(
ProblemId = "string"
)