Chapter 27. Delegated Registry Config Service


27.1. Delegated Registry Config Service

27.1.1. GetClusters

GET /v1/delegatedregistryconfig/clusters

GetClusters returns the list of clusters (id + name) and a flag indicating whether or not the cluster is valid for use in the delegated registry config

27.1.1.1. Description

27.1.1.2. Parameters

27.1.1.3. Return Type

V1DelegatedRegistryClustersResponse

27.1.1.4. Content Type

  • application/json

27.1.1.5. Responses

Expand
Table 27.1. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1DelegatedRegistryClustersResponse

0

An unexpected error response.

GoogleRpcStatus

27.1.1.6. Samples

27.1.2. GetConfig

GET /v1/delegatedregistryconfig

GetConfig returns the current delegated registry configuration

27.1.2.1. Description

27.1.2.2. Parameters

27.1.2.3. Return Type

V1DelegatedRegistryConfig

27.1.2.4. Content Type

  • application/json

27.1.2.5. Responses

Expand
Table 27.2. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1DelegatedRegistryConfig

0

An unexpected error response.

GoogleRpcStatus

27.1.2.6. Samples

27.1.3. UpdateConfig

PUT /v1/delegatedregistryconfig

UpdateConfig updates the stored delegated registry configuration

27.1.3.1. Description

27.1.3.2. Parameters

27.1.3.2.1. Body Parameter
Expand
NameDescriptionRequiredDefaultPattern

body

DelegatedRegistryConfig determines if and where scan requests are delegated to, such as kept in central services or sent to particular secured clusters. V1DelegatedRegistryConfig

X

  

27.1.3.3. Return Type

V1DelegatedRegistryConfig

27.1.3.4. Content Type

  • application/json

27.1.3.5. Responses

Expand
Table 27.3. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1DelegatedRegistryConfig

0

An unexpected error response.

GoogleRpcStatus

27.1.3.6. Samples

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top