delete_log_pattern

ApplicationInsights.Client.delete_log_pattern(**kwargs)

Removes the specified log pattern from a LogPatternSet .

See also: AWS API Documentation

Request Syntax

response = client.delete_log_pattern(
    ResourceGroupName='string',
    PatternSetName='string',
    PatternName='string'
)
Parameters
  • ResourceGroupName (string) --

    [REQUIRED]

    The name of the resource group.

  • PatternSetName (string) --

    [REQUIRED]

    The name of the log pattern set.

  • PatternName (string) --

    [REQUIRED]

    The name of the log pattern.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • ApplicationInsights.Client.exceptions.ResourceNotFoundException
  • ApplicationInsights.Client.exceptions.ValidationException
  • ApplicationInsights.Client.exceptions.BadRequestException
  • ApplicationInsights.Client.exceptions.InternalServerException