API response
The API response is the data received from the server as a result of the requested Cocktail operation
Response for successful task completion.
// An example of cluster list retrieval
{
"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"
}Item
Data type
Content
Item
Data type
Content
Response for failed task execution
Item
Data type
Content
API REFERENCE
Last updated