create_report_snapshot
Create an immutable snapshot of the DNS report for a domain. Returns a stable ID, timestamp, content hash, and bookmarkable URLs for evidence that doesn't change.
Instructions
Create an immutable evidence snapshot of the current Everything Report for a domain. Returns a snapshot ID, ISO timestamp, SHA-256 content hash, and stable bookmarkable URLs for both JSON and Markdown renderings of the report. Snapshots are write-once and resolve to the same evidence months/years later — useful for tickets, audit trails, NIS2/ISO compliance evidence, and LLM citations that should not drift. POST creates one snapshot per call (not idempotent); use get_report_snapshot to read back. Use this instead of get_everything_report when the result must remain stable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name, e.g. example.com | |
| format | No | Return the created snapshot as JSON or Markdown | json |