Registries

Nodion container registries and per-project robot accounts.

Base https://api.nodion.com. Short paths needX-Nodion-Project unless the path already has/v2/projects/{id}. Request bodies are in the interactive docs.

GET/v2/registries/nodion

List Nodion container registries with the caller's projects and robot state

Scope readInteractive docs

POST/v2/registries/nodion/{regionId}/projects/{projectId}/robot

Create (or return) a project's robot account on a region's registry

Scope writeInteractive docs

GET/v2/registries/nodion/{regionId}/projects/{projectId}/robot/credentials

Reveal a project's robot login for a region's registry

Scope writeInteractive docs

POST/v2/registries/nodion/{regionId}/projects/{projectId}/robot/rotate

Replace a project's robot account, revoking the current one

Scope writeInteractive docs

GET/v2/registries

List the caller's external registry credentials (without secrets)

Scope readInteractive docs

POST/v2/registries

Store credentials for an external registry (verified against the registry)

Scope writeInteractive docs

DELETE/v2/registries/{id}

Delete an external registry credential

Scope writeInteractive docs

GET/v2/registries/{id}/repositories

List the repositories behind a stored credential (Docker Hub only)

Scope readInteractive docs

GET/v2/registries/nodion/{regionId}/projects/{projectId}/repositories

List a project's images on a region's registry

Scope readInteractive docs

POST/v2/registries/image_tags

List the tags of an image reference (best effort)

Scope writeInteractive docs

POST/v2/registries/check_image

Probe whether a prebuilt image reference exists

Scope writeInteractive docs