ApplicationInsights.Client.
list_log_pattern_sets
(**kwargs)¶Lists the log pattern sets in the specific application.
See also: AWS API Documentation
Request Syntax
response = client.list_log_pattern_sets(
ResourceGroupName='string',
MaxResults=123,
NextToken='string'
)
[REQUIRED]
The name of the resource group.
NextToken
value.dict
Response Syntax
{
'ResourceGroupName': 'string',
'LogPatternSets': [
'string',
],
'NextToken': 'string'
}
Response Structure
(dict) --
ResourceGroupName (string) --
The name of the resource group.
LogPatternSets (list) --
The list of log pattern sets.
NextToken (string) --
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
Exceptions
ApplicationInsights.Client.exceptions.ResourceNotFoundException
ApplicationInsights.Client.exceptions.ValidationException
ApplicationInsights.Client.exceptions.InternalServerException