35장. 이미지 통합 서비스


35.1. 이미지 통합 서비스

35.1.1. DeleteImageIntegration

DELETE /v1/imageintegrations/{id}

DeleteImageIntegration은 ID가 지정된 이미지 통합을 제거합니다.

35.1.1.1. 설명

35.1.1.2. 매개 변수

35.1.1.2.1. 경로 매개변수
Expand
이름설명필수 항목기본패턴

id

 

X

null

 

35.1.1.3. 반환 유형

개체

35.1.1.4. 콘텐츠 유형

  • application/json

35.1.1.5. 응답

Expand
표 35.1. HTTP 응답 코드
코드메시지datatype

200

성공적인 응답입니다.

개체

0

예기치 않은 오류 응답

GooglerpcStatus

35.1.1.6. Samples

35.1.2. GetImageIntegration

GET /v1/imageintegrations/{id}

GetImageIntegration은 ID가 지정된 이미지 통합을 반환합니다.

35.1.2.1. 설명

35.1.2.2. 매개 변수

35.1.2.2.1. 경로 매개변수
Expand
이름설명필수 항목기본패턴

id

 

X

null

 

35.1.2.3. 반환 유형

StorageImageIntegration

35.1.2.4. 콘텐츠 유형

  • application/json

35.1.2.5. 응답

Expand
표 35.2. HTTP 응답 코드
코드메시지datatype

200

성공적인 응답입니다.

StorageImageIntegration

0

예기치 않은 오류 응답

GooglerpcStatus

35.1.2.6. Samples

35.1.3. GetImageIntegrations

GET /v1/imageintegrations

GetImageIntegrations는 요청 필터와 일치하는 모든 이미지 통합을 반환합니다.

35.1.3.1. 설명

35.1.3.2. 매개 변수

35.1.3.2.1. 쿼리 매개변수
Expand
이름설명필수 항목기본패턴

name

 

-

null

 

cluster

 

-

null

 

35.1.3.3. 반환 유형

V1GetImageIntegrationsResponse

35.1.3.4. 콘텐츠 유형

  • application/json

35.1.3.5. 응답

Expand
표 35.3. HTTP 응답 코드
코드메시지datatype

200

성공적인 응답입니다.

V1GetImageIntegrationsResponse

0

예기치 않은 오류 응답

GooglerpcStatus

35.1.3.6. Samples

35.1.4. PostImageIntegration

POST /v1/imageintegrations

PostImageIntegration은 이미지 통합을 생성합니다.

35.1.4.1. 설명

35.1.4.2. 매개 변수

35.1.4.2.1. 본문 매개변수
Expand
이름설명필수 항목기본패턴

body

StorageImageIntegration

X

  

35.1.4.3. 반환 유형

StorageImageIntegration

35.1.4.4. 콘텐츠 유형

  • application/json

35.1.4.5. 응답

Expand
표 35.4. HTTP 응답 코드
코드메시지datatype

200

성공적인 응답입니다.

StorageImageIntegration

0

예기치 않은 오류 응답

GooglerpcStatus

35.1.4.6. Samples

35.1.5. PutImageIntegration

PUT /v1/imageintegrations/{id}

PutImageIntegration은 저장된 인증 정보 조정을 사용하지 않고 지정된 이미지 통합을 수정합니다.

35.1.5.1. 설명

35.1.5.2. 매개 변수

35.1.5.2.1. 경로 매개변수
Expand
이름설명필수 항목기본패턴

id

 

X

null

 
35.1.5.2.2. 본문 매개변수
Expand
이름설명필수 항목기본패턴

body

ImageIntegrationServicePutImageIntegrationBody

X

  

35.1.5.3. 반환 유형

개체

35.1.5.4. 콘텐츠 유형

  • application/json

35.1.5.5. 응답

Expand
표 35.5. HTTP 응답 코드
코드메시지datatype

200

성공적인 응답입니다.

개체

0

예기치 않은 오류 응답

GooglerpcStatus

35.1.5.6. Samples

35.1.6. TestImageIntegration

POST /v1/imageintegrations/test

TestImageIntegration은 저장된 인증 정보 조정을 사용하지 않고 지정된 이미지 통합이 올바르게 구성되었는지 확인합니다.

35.1.6.1. 설명

35.1.6.2. 매개 변수

35.1.6.2.1. 본문 매개변수
Expand
이름설명필수 항목기본패턴

body

StorageImageIntegration

X

  

35.1.6.3. 반환 유형

개체

35.1.6.4. 콘텐츠 유형

  • application/json

35.1.6.5. 응답

Expand
표 35.6. HTTP 응답 코드
코드메시지datatype

200

성공적인 응답입니다.

개체

0

예기치 않은 오류 응답

GooglerpcStatus

35.1.6.6. Samples

35.1.7. TestUpdatedImageIntegration

POST /v1/imageintegrations/test/updated

TestUpdatedImageIntegration은 저장된 선택적 인증 정보 조정을 사용하여 지정된 이미지 통합이 올바르게 구성되었는지 확인합니다.

35.1.7.1. 설명

35.1.7.2. 매개 변수

35.1.7.2.1. 본문 매개변수
Expand
이름설명필수 항목기본패턴

body

V1UpdateImageIntegrationRequest

X

  

35.1.7.3. 반환 유형

개체

35.1.7.4. 콘텐츠 유형

  • application/json

35.1.7.5. 응답

Expand
표 35.7. HTTP 응답 코드
코드메시지datatype

200

성공적인 응답입니다.

개체

0

예기치 않은 오류 응답

GooglerpcStatus

35.1.7.6. Samples

35.1.8. UpdateImageIntegration

PATCH /v1/imageintegrations/{config.id}

UpdateImageIntegration은 선택적 저장된 인증 정보 조정을 사용하여 지정된 이미지 통합을 수정합니다.

35.1.8.1. 설명

35.1.8.2. 매개 변수

35.1.8.2.1. 경로 매개변수
Expand
이름설명필수 항목기본패턴

config.id

 

X

null

 
35.1.8.2.2. 본문 매개변수
Expand
이름설명필수 항목기본패턴

body

ImageIntegrationServiceUpdateImageIntegrationBody

X

  

35.1.8.3. 반환 유형

개체

35.1.8.4. 콘텐츠 유형

  • application/json

35.1.8.5. 응답

Expand
표 35.8. HTTP 응답 코드
코드메시지datatype

200

성공적인 응답입니다.

개체

0

예기치 않은 오류 응답

GooglerpcStatus

35.1.8.6. Samples

Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 문서 정보

Legal Notice

Theme

© 2026 Red Hat
맨 위로 이동