Diff Manifest
Manifest
Diff Manifest
Compare a manifest file with current state.
Shows resources that would be:
- Created: In manifest but not in system
- In system only: In system but not in manifest
- Different: In both but with configuration differences
This is useful for understanding what changes would occur before applying a manifest.
Example:
curl -X POST /v1/manifest/diff \
-H "Authorization: Bearer $API_KEY" \
-F "manifest_file=@mixpeek.yaml"
POST
Diff Manifest
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
YAML manifest file

