Add a new registry to an account

Prev Next
Post
/v1/registry

Add a new registry to an account.

Security
API Key
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Body parameters

Request to add a registry to an account.

Expand All
object
url
string Required

URL of the registry.

credential
object (CredentialType) Required
default
object (AuthConfig)

Credentials for authenticating to a docker registry

username
string

User name for docker registry authentication

password
string

Password for docker registry authentication. Note that this field may be redacted when it appears in API responses.

description
string

Description of the registry.

Responses
200

Registry information.

object
url
string

URL of the registry.

registry_id
string (uuid)

UUID of the registry.

description
string

Description of the registry.

username
string

Username of the registry.