| Field | Value |
|---|
| Source spec | packsregistry/openapi/v1.json |
| OpenAPI version | 3.1.1 |
| API version | 1.0.0 |
| Operations | 21 |
| Path filter | All paths |
API alias for /buildinfo.json (same payload).
| Property | Value |
|---|
| Operation ID | StellaOpsBuildInfoApi |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
packsregistry.compliance.summary_description
| Property | Value |
|---|
| Operation ID | GetPacksComplianceSummary |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
tenant | query | no | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
401 | Unauthorized | - |
403 | Forbidden | - |
packsregistry.export.offline_seed_description
| Property | Value |
|---|
| Operation ID | ExportOfflineSeed |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | application/json |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
400 | Bad Request | - |
401 | Unauthorized | - |
403 | Forbidden | - |
packsregistry.mirrors.list_description
| Property | Value |
|---|
| Operation ID | ListMirrors |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
tenant | query | no | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
401 | Unauthorized | - |
403 | Forbidden | - |
packsregistry.mirrors.upsert_description
| Property | Value |
|---|
| Operation ID | UpsertMirror |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | application/json |
Responses:
| Status | Description | Content types |
|---|
201 | Created | application/json |
400 | Bad Request | - |
401 | Unauthorized | - |
403 | Forbidden | - |
packsregistry.mirrors.mark_sync_description
| Property | Value |
|---|
| Operation ID | MarkMirrorSync |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
id | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
400 | Bad Request | - |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.packs.list_description
| Property | Value |
|---|
| Operation ID | ListPacks |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
includeDeprecated | query | no | |
tenant | query | no | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
401 | Unauthorized | - |
packsregistry.packs.upload_description
| Property | Value |
|---|
| Operation ID | UploadPack |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | application/json |
Responses:
| Status | Description | Content types |
|---|
201 | Created | application/json |
400 | Bad Request | - |
401 | Unauthorized | - |
packsregistry.packs.get_description
| Property | Value |
|---|
| Operation ID | GetPack |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.attestations.list_description
| Property | Value |
|---|
| Operation ID | ListPackAttestations |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.attestations.upload_description
| Property | Value |
|---|
| Operation ID | UploadPackAttestation |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
201 | Created | application/json |
400 | Bad Request | - |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.attestations.get_content_description
| Property | Value |
|---|
| Operation ID | GetPackAttestationContent |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
type | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.packs.get_content_description
| Property | Value |
|---|
| Operation ID | GetPackContent |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.lifecycle.get_description
| Property | Value |
|---|
| Operation ID | GetPackLifecycle |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.lifecycle.set_description
| Property | Value |
|---|
| Operation ID | SetPackLifecycleState |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
400 | Bad Request | - |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.packs.get_manifest_description
| Property | Value |
|---|
| Operation ID | GetPackManifest |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.parity.get_description
| Property | Value |
|---|
| Operation ID | GetPackParity |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.parity.set_description
| Property | Value |
|---|
| Operation ID | SetPackParityStatus |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
400 | Bad Request | - |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.packs.get_provenance_description
| Property | Value |
|---|
| Operation ID | GetPackProvenance |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
packsregistry.packs.rotate_signature_description
| Property | Value |
|---|
| Operation ID | RotatePackSignature |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | application/json |
Parameters:
| Name | In | Required | Description |
|---|
packId | path | yes | |
Responses:
| Status | Description | Content types |
|---|
200 | OK | application/json |
400 | Bad Request | - |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
Image build provenance (module, gitSha, gitCommitTime, imageBuiltAt, branch) for drift detection.
| Property | Value |
|---|
| Operation ID | StellaOpsBuildInfoFile |
| Tags | StellaOps.PacksRegistry.WebService |
| Auth | Not declared |
| Request body | - |
Responses:
| Status | Description | Content types |
|---|
200 | OK | - |