Chapter 35. Image Integration Service


35.1. Image Integration Service

35.1.1. DeleteImageIntegration

DELETE /v1/imageintegrations/{id}

DeleteImageIntegration removes a image integration given its ID.

35.1.1.1. Description

35.1.1.2. Parameters

35.1.1.2.1. Path Parameters
NameDescriptionRequiredDefaultPattern

id

 

X

null

 

35.1.1.3. Return Type

Object

35.1.1.4. Content Type

  • application/json

35.1.1.5. Responses

Table 35.1. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

35.1.1.6. Samples

35.1.2. GetImageIntegration

GET /v1/imageintegrations/{id}

GetImageIntegration returns the image integration given its ID.

35.1.2.1. Description

35.1.2.2. Parameters

35.1.2.2.1. Path Parameters
NameDescriptionRequiredDefaultPattern

id

 

X

null

 

35.1.2.3. Return Type

StorageImageIntegration

35.1.2.4. Content Type

  • application/json

35.1.2.5. Responses

Table 35.2. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageImageIntegration

0

An unexpected error response.

GooglerpcStatus

35.1.2.6. Samples

35.1.3. GetImageIntegrations

GET /v1/imageintegrations

GetImageIntegrations returns all image integrations that match the request filters.

35.1.3.1. Description

35.1.3.2. Parameters

35.1.3.2.1. Query Parameters
NameDescriptionRequiredDefaultPattern

name

 

-

null

 

cluster

 

-

null

 

35.1.3.3. Return Type

V1GetImageIntegrationsResponse

35.1.3.4. Content Type

  • application/json

35.1.3.5. Responses

Table 35.3. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1GetImageIntegrationsResponse

0

An unexpected error response.

GooglerpcStatus

35.1.3.6. Samples

35.1.4. PostImageIntegration

POST /v1/imageintegrations

PostImageIntegration creates a image integration.

35.1.4.1. Description

35.1.4.2. Parameters

35.1.4.2.1. Body Parameter
NameDescriptionRequiredDefaultPattern

body

StorageImageIntegration

X

  

35.1.4.3. Return Type

StorageImageIntegration

35.1.4.4. Content Type

  • application/json

35.1.4.5. Responses

Table 35.4. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageImageIntegration

0

An unexpected error response.

GooglerpcStatus

35.1.4.6. Samples

35.1.5. PutImageIntegration

PUT /v1/imageintegrations/{id}

PutImageIntegration modifies a given image integration, without using stored credential reconciliation.

35.1.5.1. Description

35.1.5.2. Parameters

35.1.5.2.1. Path Parameters
NameDescriptionRequiredDefaultPattern

id

 

X

null

 
35.1.5.2.2. Body Parameter
NameDescriptionRequiredDefaultPattern

body

ImageIntegrationServicePutImageIntegrationBody

X

  

35.1.5.3. Return Type

Object

35.1.5.4. Content Type

  • application/json

35.1.5.5. Responses

Table 35.5. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

35.1.5.6. Samples

35.1.6. TestImageIntegration

POST /v1/imageintegrations/test

TestImageIntegration checks if the given image integration is correctly configured, without using stored credential reconciliation.

35.1.6.1. Description

35.1.6.2. Parameters

35.1.6.2.1. Body Parameter
NameDescriptionRequiredDefaultPattern

body

StorageImageIntegration

X

  

35.1.6.3. Return Type

Object

35.1.6.4. Content Type

  • application/json

35.1.6.5. Responses

Table 35.6. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

35.1.6.6. Samples

35.1.7. TestUpdatedImageIntegration

POST /v1/imageintegrations/test/updated

TestUpdatedImageIntegration checks if the given image integration is correctly configured, with optional stored credential reconciliation.

35.1.7.1. Description

35.1.7.2. Parameters

35.1.7.2.1. Body Parameter
NameDescriptionRequiredDefaultPattern

body

V1UpdateImageIntegrationRequest

X

  

35.1.7.3. Return Type

Object

35.1.7.4. Content Type

  • application/json

35.1.7.5. Responses

Table 35.7. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

35.1.7.6. Samples

35.1.8. UpdateImageIntegration

PATCH /v1/imageintegrations/{config.id}

UpdateImageIntegration modifies a given image integration, with optional stored credential reconciliation.

35.1.8.1. Description

35.1.8.2. Parameters

35.1.8.2.1. Path Parameters
NameDescriptionRequiredDefaultPattern

config.id

 

X

null

 
35.1.8.2.2. Body Parameter
NameDescriptionRequiredDefaultPattern

body

ImageIntegrationServiceUpdateImageIntegrationBody

X

  

35.1.8.3. Return Type

Object

35.1.8.4. Content Type

  • application/json

35.1.8.5. Responses

Table 35.8. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

35.1.8.6. Samples

Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

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

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

Theme

© 2025 Red Hat