describe_problem
(**kwargs)¶Describes an application problem.
See also: AWS API Documentation
Request Syntax
response = client.describe_problem(
ProblemId='string'
)
[REQUIRED]
The ID of the problem.
{
'Problem': {
'Id': 'string',
'Title': 'string',
'Insights': 'string',
'Status': 'IGNORE'|'RESOLVED'|'PENDING'|'RECURRING',
'AffectedResource': 'string',
'StartTime': datetime(2015, 1, 1),
'EndTime': datetime(2015, 1, 1),
'SeverityLevel': 'Informative'|'Low'|'Medium'|'High',
'ResourceGroupName': 'string',
'Feedback': {
'string': 'NOT_SPECIFIED'|'USEFUL'|'NOT_USEFUL'
},
'RecurringCount': 123,
'LastRecurrenceTime': datetime(2015, 1, 1)
}
}
Response Structure
Information about the problem.
The ID of the problem.
The name of the problem.
A detailed analysis of the problem using machine learning.
The status of the problem.
The resource affected by the problem.
The time when the problem started, in epoch seconds.
The time when the problem ended, in epoch seconds.
A measure of the level of impact of the problem.
The name of the resource group affected by the problem.
Feedback provided by the user about the problem.
The number of times that the same problem reoccurred after the first time it was resolved.
The last time that the problem reoccurred after its last resolution.
Exceptions
ApplicationInsights.Client.exceptions.InternalServerException
ApplicationInsights.Client.exceptions.ValidationException
ApplicationInsights.Client.exceptions.ResourceNotFoundException