Check workspace drift
drift_checkDetect workspace drift by creating a snapshot and comparing it with the previous baseline. The first call records the baseline, reporting no drift.
Instructions
Create a fresh snapshot and compare it with the previous drift_check snapshot for the workspace. The first call records the baseline and reports no drift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | ||
| baselineReason | No | ||
| currentReason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baselineSnapshotId | No | ||
| currentSnapshotId | Yes | ||
| changed | Yes | ||
| added | Yes | ||
| modified | Yes | ||
| deleted | Yes |