獲取集群詳細信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClusterId | string | 是 | 集群 ID | xxljob-d6a5243b6fa |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": 200,
"RequestId": "D0DE9C33-992A-580B-89C4-B609A292748D",
"Message": "Parameter error: content is null.",
"Success": true,
"Data": {
"ClusterId": "xxljob-e0d018c6df8",
"ClusterName": "xxl-job-test-1730427575152",
"ClusterSpec": "scx.small.x2",
"ProductType": 2,
"EngineType": "xxljob",
"EngineVersion": "2.0.0",
"Status": 2,
"CreateTime": "2024-10-29 15:56:36",
"EndTime": "2024-10-29 15:56:36",
"IntranetDomain": "http://xxljob-xxxxxx.schedulerx.mse.aliyuncs.com",
"InternetDomain": "暫無",
"ChargeType": "POSTPAY",
"KubeConfig": "{\n \"vSwitchIdList\": [\n \"xxx\",\n \"xxx\"\n ],\n \"cpu\": xxx,\n \"cpuUnit\": \"xxx\",\n \"diskCapacity\": xxx,\n \"memoryCapacity\": xxx,\n \"zoneIds\": [\n \"xxx\",\n \"xxx\"\n ],\n \"securityGroupList\": [\n \"xxx\"\n ],\n \"eniCrossZone\": \"xxx\",\n \"regionId\": \"xxx\",\n \"instanceCount\": xxx,\n \"vpcId\": \"xxx\",\n \"memoryUnit\": \"xxx\",\n \"diskType\": \"xxx\",\n \"appClusterId\": \"xxx\"\n}\n",
"JobNum": 100,
"WorkerNum": 10,
"VSwitches": [
{
"ZoneId": "cn-hangzhou-k",
"VSwitchId": "vsw-8vbf1n216nshvfjdyff8a"
}
],
"VpcId": "vpc-bp1fiz967u39lt8yuxcs0",
"MaxJobNum": 1000,
"Spm": 10,
"Zones": [
"cn-hangzhou-i"
]
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | Parameter error: %s. | 參數錯誤: %s |
401 | IllegalRequest | IllegalRequest: %s. | 非法請求:%s |
403 | NoPermission | No permission to perform this operation: %s. | 沒有權限去執行該操作:%s |
404 | NotFound | Not found: %s. | 資源不存在:%s |
500 | InternalError | InternalError: %s. | 系統內部錯誤:%s |
訪問錯誤中心查看更多錯誤碼。