Loading...
Loading...
Work with Dynatrace notebooks - create, modify, query, and analyze notebook JSON including sections, DQL queries, visualizations, markdown documentation, and analytics workflows. Supports notebook creation from scratch, section-based updates, data extraction from Document Store, structure analysis, investigation workflows, and collaborative documentation.
npx skill4agent add dynatrace/dynatrace-for-ai dt-app-notebooks{
"id": "notebook-abc123",
"name": "Production Investigation",
"type": "notebook",
"owner": "user-uuid",
"isPrivate": false,
"version": 42,
"modificationInfo": {...},
"content": {
"version": "7",
"defaultTimeframe": {
"from": "now()-2h",
"to": "now()"
},
"sections": [...]
}
}.id.name.type.owner.isPrivate.version.modificationInfo.content.content.version.content.defaultTimeframe.content.defaultSegments.content.sections.content.*💡 Tip: Reference files are linked throughout this document witharrows pointing to when you should load them.→
references/create-update.mdreferences/analyzing.md{
"version": "7", // Content schema version (current: "7")
"sections": [] // Array of markdown and DQL sections
}defaultTimeframedefaultSegments📝 For detailed section specifications, visualization settings, and configuration options, loadreferences/sections.md
{"type": "markdown", "markdown": "# Content"}{"type": "dql", "state": {"input": {"value": "query"}, "visualization": "table"}}tablelineChartbarChartpieChartsingleValueareaChartreferences/create-update.mdnotebook-schema.json| Reference File | When to Use |
|---|---|
| create-update.md | Creating and updating notebooks - workflows, test-first approach, DQL query validation, patterns |
| analyzing.md | Extract information from notebooks, understand structure and content, query execution |
| sections.md | Section types, visualization settings, configuration reference |
now()-2hnow()-2hnow()-7d