API 응답
API 응답은 서버에게 요청한 Cocktail 작업에 대한 결과로 받는 데이터입니다.
요청한 작업이 성공한 경우의 응답
// 클러스터 목록 조회의 예시
{
"code": "200",
"result": [
{
"apiUrl": "https://0.0.0.0:0",
"authType": "CERT",
"clusterId": "thingcluster",
"clusterName": "thingcluster",
"clusterSeq": 1,
"clusterState": "RUNNING",
"created": "2023-12-19 09:27:00",
"cubeType": "MANAGED",
"description": "thingcluster",
"ingressSupported": "Y",
"k8sVersion": "1.26.1",
"loadbalancerSupported": "N",
"nodePortRange": "30000-32767",
"nodePortSupported": "Y",
"nodePortUrl": "0.0.0.0",
"persistentVolumeSupported": "Y",
"providerAccountSeq": 1,
"regionCode": "Acornsoft",
"updated": "2023-12-20 04:09:29",
"useYn": "Y"
}
],
"status": "ok"
}항목명
데이터 유형
설명
항목명
데이터 유형
설명
요청한 작업이 실패한 경우의 응답
항목명
데이터 유형
설명
API REFERENCE
Last updated