獲取應用列表。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClusterId | string | 是 | 集群 ID | xxljob-b6ec1xxxx |
AppName | string | 否 | 應用名稱 | test-app |
Title | string | 否 | 標題 | 測試應用 |
PageNum | integer | 否 | 頁碼 | 1 |
PageSize | integer | 否 | 分頁大小 | 10 |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": 200,
"Message": "Parameter error: content is null.\n",
"RequestId": "2C3E52FF-CBE9-5C0E-8252-37ACFF1F5EFF",
"Success": true,
"Data": {
"Records": [
{
"Id": 43885,
"AppName": "test-app",
"AccessToken": "2f4ddeab8e344ed68e0402cf9b8502ffv3",
"Title": "測試應用",
"Creator": "1827811800555555",
"Updater": "1827811800555555",
"Leader": "http://28.5.128.3:80",
"MaxJobs": 1000,
"MaxConcurrency": 100,
"JobNum": 10,
"ExecutorNum": 1,
"EnableLog": true
}
],
"Total": 10,
"PageNumber": 1,
"PageSize": 10
}
}
錯誤碼
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 |
訪問錯誤中心查看更多錯誤碼。