This documentation is for a release that is no longer maintained.
You can select a different version or view all RHACS documentation.Chapter 26. Delegated Registry Config Service
26.1. Delegated Registry Config Service Copy linkLink copied to clipboard!
26.1.1. GetClusters Copy linkLink copied to clipboard!
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
26.1.1.1. Description Copy linkLink copied to clipboard!
26.1.1.2. Parameters Copy linkLink copied to clipboard!
26.1.1.3. Return Type Copy linkLink copied to clipboard!
26.1.1.4. Content Type Copy linkLink copied to clipboard!
- application/json
26.1.1.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |
26.1.1.6. Samples Copy linkLink copied to clipboard!
26.1.2. GetConfig Copy linkLink copied to clipboard!
GET /v1/delegatedregistryconfig
GetConfig returns the current delegated registry configuration
26.1.2.1. Description Copy linkLink copied to clipboard!
26.1.2.2. Parameters Copy linkLink copied to clipboard!
26.1.2.3. Return Type Copy linkLink copied to clipboard!
26.1.2.4. Content Type Copy linkLink copied to clipboard!
- application/json
26.1.2.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |
26.1.2.6. Samples Copy linkLink copied to clipboard!
26.1.3. UpdateConfig Copy linkLink copied to clipboard!
PUT /v1/delegatedregistryconfig
UpdateConfig updates the stored delegated registry configuration
26.1.3.1. Description Copy linkLink copied to clipboard!
26.1.3.2. Parameters Copy linkLink copied to clipboard!
26.1.3.2.1. Body Parameter Copy linkLink copied to clipboard!
| Name | Description | Required | Default | Pattern |
|---|---|---|---|---|
| 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 |
26.1.3.3. Return Type Copy linkLink copied to clipboard!
26.1.3.4. Content Type Copy linkLink copied to clipboard!
- application/json
26.1.3.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |