get_opsnote
Retrieve complete details of an operational note by ID, including text, timestamp, creator, tags, scope, and linked resources.
Instructions
Get detailed information about a specific operational note by ID in LogicMonitor (LM) monitoring.
Returns: Complete OpsNote details: note text, timestamp, creator, tags, scope (resources/devices/groups affected), related SDTs, linked resources.
When to use:
Get full note details after finding ID via list
Review what was documented at specific time
Check scope of operational event
Verify linked resources
Workflow: Use "list_opsnotes" to find note ID, then use this tool for complete details.
Related tools: "list_opsnotes" (find notes), "create_opsnote" (add new), "update_opsnote" (modify).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opsNoteId | Yes | The ID of the OpsNote to retrieve | |
| fields | No | Comma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields. |