list_log_parsing_rules
Retrieve all log parsing rules configured for a New Relic account to manage log data processing and analysis.
Instructions
List all log parsing rules for an account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Account Id"
}
},
"type": "object"
}