app.registry.create

Create an app registry entry.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: app_registry_create

app_registry_create

Type: object

Container registry configuration data for the new registry.

No Additional Properties

Name

Type: string

Human-readable name for the container registry.

Description

Default: null

Optional description of the container registry or null.

Type: string
Type: null

Username

Type: string

Username for registry authentication (masked for security).

Password

Type: string

Password or access token for registry authentication (masked for security).

Uri

Type: string Default: "https://index.docker.io/v1/"

Container registry URI endpoint (defaults to Docker Hub).

AppRegistryEntry

Type: object

The created container registry configuration.

No Additional Properties

Id

Type: integer

Unique identifier for the container registry configuration.

Name

Type: string

Human-readable name for the container registry.

Description

Default: null

Optional description of the container registry or null.

Type: string
Type: null

Username

Type: string

Username for registry authentication (masked for security).

Password

Type: string

Password or access token for registry authentication (masked for security).

Uri

Type: string

Container registry URI endpoint.



Required roles: APPS_WRITE