/api/v1/baselines
POST /baselines — create a baseline
Captures the current configuration of a resource as a new baseline.Request body
The ID of the resource to baseline.
Response 201
Internal baseline ID.
The full resource configuration snapshot at the time the baseline was captured.
ISO 8601 timestamp of when the baseline was captured.
GET /baselines — list baselines
Returns all baselines for a resource.Query parameters
The resource to list baselines for.
GET /baselines/ — get baseline
Returns the full baseline record including the configuration snapshot.GET /baselines//compare/ — compare two baselines
Returns a JSON diff between two baselines for the same resource. Useful for understanding how a resource’s configuration has changed over time.Response
DELETE /baselines/ — delete baseline
Deletes a baseline. Returns204 No Content.