Skip to content

오퍼레이터 연결 앱 배포 목록 조회

Operator 삭제 확인 단계에서 해당 operator에 의존하는 같은 cluster의 application 배포 목록을 조회합니다.

HTTP 요청

http
GET https://<your-console-host>/api/v1/container/app-catalog/deployments/{deployment_id}/bound-apps

URI 매개변수

이름위치필수형식설명
deployment_idpath필수integerOperator 배포 ID. 범위 1~

요청 헤더

인증 헤더와 조직 헤더는 모든 API 가 같습니다. 공통 규약을 참고하십시오.

이 API 는 파티션 헤더(X-Partition-Id)를 사용하지 않습니다. 보내도 무시됩니다.

응답

상태 코드설명
200 OKSuccessful Response
422 Unprocessable EntityValidation Error

위 표는 정상 응답과 요청 검증 실패만 나열합니다. 이 API 는 그 밖에 401(인증 실패) · 403(권한 없음) · 404(리소스 없음) · 502(인프라 오류)를 반환할 수 있습니다. 조건은 오류 처리를 참고하십시오.

응답 본문 — 200

이름필수형식설명
message선택string 또는 null응답 메시지
timestamp선택string응답 생성 시간
requestId필수string요청 식별자
result필수object결과 데이터
result.operator필수object삭제 대상으로 선택한 operator 배포
result.operator.id필수integer 또는 nullDB 배포 ID. ArgoCD-only 항목은 null입니다
result.operator.application필수stringApp Catalog application 이름
result.operator.version필수stringChart version
result.operator.userApp필수string사용자 앱 이름
result.operator.argoAppName선택stringArgoCD Application 이름. 기본값 ""
result.operator.appName필수string화면 목록의 App name 컬럼 값
result.operator.chartName필수string화면 목록의 Chart name 컬럼 값
result.operator.clusterId필수integer배포 대상 k8s_clusters.id
result.operator.namespace필수string배포 네임스페이스
result.operator.destinationServer선택stringArgoCD destination.server URL. 기본값 ""
result.operator.deployable선택string 또는 nullapps/{application}/{deployable}/helm 구조의 deployable 이름
result.operator.status필수string배포 상태. 값: deployed, pending, failed
result.operator.valuesFilePath필수stringtenant-catalog values 파일 경로
result.operator.createdAt필수string (date-time)생성 시각
result.operator.updatedAt필수string (date-time)수정 시각
result.operator.lastDeployed필수string (date-time)화면 목록의 Last deployed 컬럼 값
result.operator.metaData선택object목록 화면 부가 정보. 실패 상태일 때 messages가 채워집니다
result.operator.metaData.messages선택array (string)실패 상태일 때 표시할 메시지 목록
result.boundApps필수array (object)해당 operator에 의존하는 같은 cluster의 application 배포 목록
result.boundApps[].id필수integer 또는 nullDB 배포 ID. ArgoCD-only 항목은 null입니다
result.boundApps[].application필수stringApp Catalog application 이름
result.boundApps[].version필수stringChart version
result.boundApps[].userApp필수string사용자 앱 이름
result.boundApps[].argoAppName선택stringArgoCD Application 이름. 기본값 ""
result.boundApps[].appName필수string화면 목록의 App name 컬럼 값
result.boundApps[].chartName필수string화면 목록의 Chart name 컬럼 값
result.boundApps[].clusterId필수integer배포 대상 k8s_clusters.id
result.boundApps[].namespace필수string배포 네임스페이스
result.boundApps[].destinationServer선택stringArgoCD destination.server URL. 기본값 ""
result.boundApps[].deployable선택string 또는 nullapps/{application}/{deployable}/helm 구조의 deployable 이름
result.boundApps[].status필수string배포 상태. 값: deployed, pending, failed
result.boundApps[].valuesFilePath필수stringtenant-catalog values 파일 경로
result.boundApps[].createdAt필수string (date-time)생성 시각
result.boundApps[].updatedAt필수string (date-time)수정 시각
result.boundApps[].lastDeployed필수string (date-time)화면 목록의 Last deployed 컬럼 값
result.boundApps[].metaData선택object목록 화면 부가 정보. 실패 상태일 때 messages가 채워집니다
result.boundApps[].metaData.messages선택array (string)실패 상태일 때 표시할 메시지 목록
result.boundAppCount필수integer연결된 application 배포 수
result.dependentApplications필수array (object)삭제 대상 dependency에 의존하는 application 배포 목록
result.dependentApplications[].id필수integer 또는 nullDB 배포 ID. ArgoCD-only 항목은 null입니다
result.dependentApplications[].application필수stringApp Catalog application 이름
result.dependentApplications[].version필수stringChart version
result.dependentApplications[].userApp필수string사용자 앱 이름
result.dependentApplications[].argoAppName선택stringArgoCD Application 이름. 기본값 ""
result.dependentApplications[].appName필수string화면 목록의 App name 컬럼 값
result.dependentApplications[].chartName필수string화면 목록의 Chart name 컬럼 값
result.dependentApplications[].clusterId필수integer배포 대상 k8s_clusters.id
result.dependentApplications[].namespace필수string배포 네임스페이스
result.dependentApplications[].destinationServer선택stringArgoCD destination.server URL. 기본값 ""
result.dependentApplications[].deployable선택string 또는 nullapps/{application}/{deployable}/helm 구조의 deployable 이름
result.dependentApplications[].status필수string배포 상태. 값: deployed, pending, failed
result.dependentApplications[].valuesFilePath필수stringtenant-catalog values 파일 경로
result.dependentApplications[].createdAt필수string (date-time)생성 시각
result.dependentApplications[].updatedAt필수string (date-time)수정 시각
result.dependentApplications[].lastDeployed필수string (date-time)화면 목록의 Last deployed 컬럼 값
result.dependentApplications[].metaData선택object목록 화면 부가 정보. 실패 상태일 때 messages가 채워집니다
result.dependentApplications[].metaData.messages선택array (string)실패 상태일 때 표시할 메시지 목록
result.depedentApplications필수array (object)dependentApplications의 Figma 오타 호환 필드
result.depedentApplications[].id필수integer 또는 nullDB 배포 ID. ArgoCD-only 항목은 null입니다
result.depedentApplications[].application필수stringApp Catalog application 이름
result.depedentApplications[].version필수stringChart version
result.depedentApplications[].userApp필수string사용자 앱 이름
result.depedentApplications[].argoAppName선택stringArgoCD Application 이름. 기본값 ""
result.depedentApplications[].appName필수string화면 목록의 App name 컬럼 값
result.depedentApplications[].chartName필수string화면 목록의 Chart name 컬럼 값
result.depedentApplications[].clusterId필수integer배포 대상 k8s_clusters.id
result.depedentApplications[].namespace필수string배포 네임스페이스
result.depedentApplications[].destinationServer선택stringArgoCD destination.server URL. 기본값 ""
result.depedentApplications[].deployable선택string 또는 nullapps/{application}/{deployable}/helm 구조의 deployable 이름
result.depedentApplications[].status필수string배포 상태. 값: deployed, pending, failed
result.depedentApplications[].valuesFilePath필수stringtenant-catalog values 파일 경로
result.depedentApplications[].createdAt필수string (date-time)생성 시각
result.depedentApplications[].updatedAt필수string (date-time)수정 시각
result.depedentApplications[].lastDeployed필수string (date-time)화면 목록의 Last deployed 컬럼 값
result.depedentApplications[].metaData선택object목록 화면 부가 정보. 실패 상태일 때 messages가 채워집니다
result.depedentApplications[].metaData.messages선택array (string)실패 상태일 때 표시할 메시지 목록
result.dependentApplicationNum필수integer삭제 대상 dependency에 의존하는 application 배포 수
result.hasBoundApps필수boolean연결된 application 배포 존재 여부

Thaki Cloud Aegis — 연동 개발자용 API 문서