hs4.admin.cameras.recording.set
Enable or disable recording for a specific camera through admin controls. Supports dry-run validation and audit logging.
Instructions
Set a camera recording state through admin controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camId | Yes | ||
| domain | Yes | Admin mutation domain; must be 'cameras'. | |
| dryRun | No | If true, validates and simulates action without changing HS4. | |
| intent | No | High-level intent for this operation. | |
| reason | No | Reason/rationale for auditability. | |
| confirm | No | Must be true for mutating operations unless running dry-run. | |
| enabled | Yes | ||
| riskLevel | No | Risk classification for audit and change-control workflows. | medium |
| changeTicket | No | Required when policy enforces change-ticket gating. | |
| operationTier | No | Privilege tier for this mutation. | operator |
| retentionDays | No | ||
| maintenanceWindowId | No | Required for non-dry-run admin mutations. |