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