Chapter 22. Config Service


22.1. Config Service

22.1.1. GetConfig

GET /v1/config

22.1.1.1. Description

22.1.1.2. Parameters

22.1.1.3. Return Type

StorageConfig

22.1.1.4. Content Type

  • application/json

22.1.1.5. Responses

Expand
Table 22.1. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageConfig

0

An unexpected error response.

GoogleRpcStatus

22.1.1.6. Samples

22.1.2. GetDefaultRedHatLayeredProductsRegex

GET /v1/config/platformcomponent/rhlp/default

GetDefaultRedHatLayeredProductsRegex returns a static string containing the default Red Hat Layered Products regex.

22.1.2.1. Description

22.1.2.2. Parameters

22.1.2.3. Return Type

V1GetDefaultRedHatLayeredProductsRegexResponse

22.1.2.4. Content Type

  • application/json

22.1.2.5. Responses

Expand
Table 22.2. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1GetDefaultRedHatLayeredProductsRegexResponse

0

An unexpected error response.

GoogleRpcStatus

22.1.2.6. Samples

22.1.3. GetPlatformComponentConfig

GET /v1/config/platformcomponent

22.1.3.1. Description

22.1.3.2. Parameters

22.1.3.3. Return Type

StoragePlatformComponentConfig

22.1.3.4. Content Type

  • application/json

22.1.3.5. Responses

Expand
Table 22.3. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StoragePlatformComponentConfig

0

An unexpected error response.

GoogleRpcStatus

22.1.3.6. Samples

22.1.4. GetPrivateConfig

GET /v1/config/private

22.1.4.1. Description

22.1.4.2. Parameters

22.1.4.3. Return Type

StoragePrivateConfig

22.1.4.4. Content Type

  • application/json

22.1.4.5. Responses

Expand
Table 22.4. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StoragePrivateConfig

0

An unexpected error response.

GoogleRpcStatus

22.1.4.6. Samples

22.1.5. GetPublicConfig

GET /v1/config/public

22.1.5.1. Description

22.1.5.2. Parameters

22.1.5.3. Return Type

StoragePublicConfig

22.1.5.4. Content Type

  • application/json

22.1.5.5. Responses

Expand
Table 22.5. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StoragePublicConfig

0

An unexpected error response.

GoogleRpcStatus

22.1.5.6. Samples

22.1.6. GetVulnerabilityExceptionConfig

GET /v1/config/private/exception/vulnerabilities

22.1.6.1. Description

22.1.6.2. Parameters

22.1.6.3. Return Type

V1GetVulnerabilityExceptionConfigResponse

22.1.6.4. Content Type

  • application/json

22.1.6.5. Responses

Expand
Table 22.6. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1GetVulnerabilityExceptionConfigResponse

0

An unexpected error response.

GoogleRpcStatus

22.1.6.6. Samples

22.1.7. PutConfig

PUT /v1/config

22.1.7.1. Description

22.1.7.2. Parameters

22.1.7.2.1. Body Parameter
Expand
NameDescriptionRequiredDefaultPattern

body

V1PutConfigRequest

X

  

22.1.7.3. Return Type

StorageConfig

22.1.7.4. Content Type

  • application/json

22.1.7.5. Responses

Expand
Table 22.7. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageConfig

0

An unexpected error response.

GoogleRpcStatus

22.1.7.6. Samples

22.1.8. UpdatePlatformComponentConfig

PUT /v1/config/platformcomponent

22.1.8.1. Description

22.1.8.2. Parameters

22.1.8.2.1. Body Parameter
Expand
NameDescriptionRequiredDefaultPattern

body

V1PutPlatformComponentConfigRequest

X

  

22.1.8.3. Return Type

StoragePlatformComponentConfig

22.1.8.4. Content Type

  • application/json

22.1.8.5. Responses

Expand
Table 22.8. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StoragePlatformComponentConfig

0

An unexpected error response.

GoogleRpcStatus

22.1.8.6. Samples

22.1.9. UpdateVulnerabilityExceptionConfig

PUT /v1/config/private/exception/vulnerabilities

22.1.9.1. Description

22.1.9.2. Parameters

22.1.9.2.1. Body Parameter
Expand
NameDescriptionRequiredDefaultPattern

body

V1UpdateVulnerabilityExceptionConfigRequest

X

  

22.1.9.3. Return Type

V1UpdateVulnerabilityExceptionConfigResponse

22.1.9.4. Content Type

  • application/json

22.1.9.5. Responses

Expand
Table 22.9. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1UpdateVulnerabilityExceptionConfigResponse

0

An unexpected error response.

GoogleRpcStatus

22.1.9.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