日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

ListApps - 獲取應用列表

更新時間:

獲取應用列表。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
ClusterIdstring

集群 ID

xxljob-b6ec1xxxx
AppNamestring

應用名稱

test-app
Titlestring

標題

測試應用
PageNuminteger

頁碼

1
PageSizeinteger

分頁大小

10

返回參數

名稱類型描述示例值
object

Schema of Response

Codeinteger

響應碼

200
Messagestring

錯誤信息

Parameter error: content is null.
RequestIdstring

本次調用請求的 ID,是由阿里云為該請求生成的唯一標識符,可用于排查和定位問題。

2C3E52FF-CBE9-5C0E-8252-37ACFF1F5EFF
Successboolean

是否調用成功。

  • true:調用成功
  • false:調用失敗
true
Dataobject
Recordsarray<object>
Recordobject
Idlong

主鍵 ID

43885
AppNamestring

應用名稱

test-app
AccessTokenstring

AccessToken

2f4ddeab8e344ed68e0402cf9b8502ffv3
Titlestring

標題

測試應用
Creatorstring

創建人

1827811800555555
Updaterstring

更新人

1827811800555555
Leaderstring

Leader 地址

http://28.5.128.3:80
MaxJobsinteger

最大任務數

1000
MaxConcurrencyinteger

最大并發數

100
JobNuminteger

任務數

10
ExecutorNumlong

執行器數量

1
EnableLogboolean

是否開啟日志。

  • true:開啟

  • false:關閉

true
Totalinteger

總條數

10
PageNumberinteger

頁碼

1
PageSizeinteger

每頁數量。

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錯誤碼錯誤信息描述
400InvalidParameterParameter error: %s.參數錯誤: %s
401IllegalRequestIllegalRequest: %s.非法請求:%s
403NoPermissionNo permission to perform this operation: %s.沒有權限去執行該操作:%s
404NotFoundNot found: %s.資源不存在:%s
500InternalErrorInternalError: %s.系統內部錯誤:%s

訪問錯誤中心查看更多錯誤碼。