Governance bundles
Attach a Domino object to a bundle
Attach a Domino object to a bundle, as supporting evidence or as the governed entity itself. type and identifier together determine what’s referenced; the required identifier shape depends on type:
| type | identifier shape |
|---|---|
ModelVersion | {"name": string, "version": number} |
Report (a file in the project’s filesystem, not a generic report document) | {"filename": string, "commit": string, "source": "DFS" / "GBP", "branch": string} |
DatasetSnapshotFile | {"datasetId": string, "snapshotId": string, "filename": string} |
Endpoint | {"endpointVersionId": string, "endpointId": string, "name": string, "version": number} |
NetAppVolumeSnapshotFile | {"volumeId": string, "snapshotId": string, "filename": string} |
FlowArtifactFile | {"artifactId": string, "filename": string, "executionName": string, "executionWorkflowName": string, "executionWorkflowVersion": string} |
id is the bundle ID, from POST /bundles or GET /bundles. | |
| Returns 409 if the bundle is already completed or archived (read-only). | |
| Related: |
- GET /attachment-overviews (list existing attachments across bundles)
- POST /rpc/delete-attachment-and-results (remove an attachment along with drafts and results on them)
- POST /rpc/bulk-add-attachments (attach to multiple bundles in one call)
POST
Attach a Domino object to a bundle
Path Parameters
ID of the bundle to which the attachment belongs
Body
application/json
Attachment to create
Last modified on September 3, 2026