tccli 3.0.1145.1__py2.py3-none-any.whl → 3.0.1147.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/api.json +2 -2
- tccli/services/aiart/v20221229/examples.json +4 -4
- tccli/services/cdb/v20170320/api.json +16 -12
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/emr/v20190103/api.json +5 -5
- tccli/services/es/v20180416/api.json +13 -0
- tccli/services/ess/v20201111/api.json +9 -0
- tccli/services/essbasic/v20210526/api.json +24 -15
- tccli/services/goosefs/v20220519/api.json +92 -12
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/ivld/ivld_client.py +163 -4
- tccli/services/ivld/v20210903/api.json +443 -0
- tccli/services/ivld/v20210903/examples.json +24 -0
- tccli/services/live/v20180801/api.json +7 -5
- tccli/services/lke/v20231130/api.json +11 -1
- tccli/services/lke/v20231130/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +20 -0
- tccli/services/ocr/v20181119/api.json +9 -0
- tccli/services/postgres/v20170312/api.json +7 -7
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/smpn/smpn_client.py +0 -159
- tccli/services/smpn/v20190822/api.json +0 -312
- tccli/services/smpn/v20190822/examples.json +0 -24
- tccli/services/tdcpg/v20211118/api.json +4 -4
- tccli/services/tdcpg/v20211118/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +3 -0
- tccli/services/trtc/trtc_client.py +163 -4
- tccli/services/trtc/v20190722/api.json +311 -0
- tccli/services/trtc/v20190722/examples.json +24 -0
- tccli/services/tse/v20201207/api.json +19 -0
- tccli/services/vpc/v20170312/api.json +143 -25
- tccli/services/vpc/v20170312/examples.json +10 -2
- tccli/services/vpc/vpc_client.py +69 -16
- tccli/services/waf/v20180125/api.json +2 -2
- {tccli-3.0.1145.1.dist-info → tccli-3.0.1147.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1145.1.dist-info → tccli-3.0.1147.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1145.1.dist-info → tccli-3.0.1147.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1145.1.dist-info → tccli-3.0.1147.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1145.1.dist-info → tccli-3.0.1147.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1147.1'
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"QueryDrawPortraitJob": {
|
18
|
-
"document": "AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。\n每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。\n生成图片分为提交任务和查询任务2个接口。\n- 提交生成写真图片任务:完成训练写真模型后,选择写真风格模板,提交一个生成写真图片异步任务,根据写真模型 ID 开始生成人物形象在指定风格上的写真图片,获得任务 ID。\n- 查询生成写真图片任务:根据任务 ID
|
18
|
+
"document": "AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。\n每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。\n生成图片分为提交任务和查询任务2个接口。\n- 提交生成写真图片任务:完成训练写真模型后,选择写真风格模板,提交一个生成写真图片异步任务,根据写真模型 ID 开始生成人物形象在指定风格上的写真图片,获得任务 ID。\n- 查询生成写真图片任务:根据任务 ID 查询生成图片任务的处理状态、处理结果。",
|
19
19
|
"input": "QueryDrawPortraitJobRequest",
|
20
20
|
"name": "查询生成写真图片任务",
|
21
21
|
"output": "QueryDrawPortraitJobResponse",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
31
|
"QueryTrainPortraitModelJob": {
|
32
|
-
"document": "AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。\n每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。\n训练模型分为提交任务和查询任务2个接口。\n- 提交训练写真模型任务:完成上传训练图片后,提交一个训练写真模型异步任务,根据写真模型 ID 开始训练模型。\n- 查询训练写真模型任务:根据写真模型 ID
|
32
|
+
"document": "AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。\n每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。\n训练模型分为提交任务和查询任务2个接口。\n- 提交训练写真模型任务:完成上传训练图片后,提交一个训练写真模型异步任务,根据写真模型 ID 开始训练模型。\n- 查询训练写真模型任务:根据写真模型 ID 查询训练任务的处理状态、处理结果。",
|
33
33
|
"input": "QueryTrainPortraitModelJobRequest",
|
34
34
|
"name": "查询训练写真模型任务",
|
35
35
|
"output": "QueryTrainPortraitModelJobResponse",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"QueryDrawPortraitJob": [
|
20
20
|
{
|
21
21
|
"document": "成功请求",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryDrawPortraitJob\n<公共请求参数>\n\n{\n \"JobId\": \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryDrawPortraitJob\n<公共请求参数>\n\n{\n \"JobId\": \"eascexasdfasese\"\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"DONE\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"9202070d-02bd-4848-bf54-568a2597e400\",\n \"ResultDetails\": [\n \"SUCCESS\"\n ],\n \"ResultUrls\": [\n \"https://xxx.com/a.jpg\"\n ]\n }\n}",
|
24
24
|
"title": "成功"
|
25
25
|
}
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"QueryTrainPortraitModelJob": [
|
36
36
|
{
|
37
37
|
"document": "",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryTrainPortraitModelJob\n<公共请求参数>\n\n{\n \"ModelId\": \"
|
38
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryTrainPortraitModelJob\n<公共请求参数>\n\n{\n \"ModelId\": \"test\"\n}",
|
39
39
|
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"DONE\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"d643c325-5fe6-4d90-880c-40516ad27f8e\"\n }\n}",
|
40
40
|
"title": "查询成功"
|
41
41
|
}
|
@@ -67,8 +67,8 @@
|
|
67
67
|
"SubmitTrainPortraitModelJob": [
|
68
68
|
{
|
69
69
|
"document": "提交训练任务成功",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitTrainPortraitModelJob\n<公共请求参数>\n\n{\n \"ModelId\": \"
|
71
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
70
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitTrainPortraitModelJob\n<公共请求参数>\n\n{\n \"ModelId\": \"test\"\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5ed6909b-9b97-4924-a3f3-3b7a9b02d1-ce\"\n }\n}",
|
72
72
|
"title": "成功提交训练任务"
|
73
73
|
}
|
74
74
|
],
|
@@ -1189,24 +1189,28 @@
|
|
1189
1189
|
"members": [
|
1190
1190
|
{
|
1191
1191
|
"disabled": false,
|
1192
|
-
"document": "
|
1192
|
+
"document": "新账户的名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1193
1193
|
"example": "无",
|
1194
1194
|
"member": "string",
|
1195
1195
|
"name": "User",
|
1196
|
+
"output_required": false,
|
1196
1197
|
"required": true,
|
1197
|
-
"type": "string"
|
1198
|
+
"type": "string",
|
1199
|
+
"value_allowed_null": true
|
1198
1200
|
},
|
1199
1201
|
{
|
1200
1202
|
"disabled": false,
|
1201
|
-
"document": "
|
1203
|
+
"document": "新账户的域名\n注意:此字段可能返回 null,表示取不到有效值。",
|
1202
1204
|
"example": "无",
|
1203
1205
|
"member": "string",
|
1204
1206
|
"name": "Host",
|
1207
|
+
"output_required": false,
|
1205
1208
|
"required": true,
|
1206
|
-
"type": "string"
|
1209
|
+
"type": "string",
|
1210
|
+
"value_allowed_null": true
|
1207
1211
|
}
|
1208
1212
|
],
|
1209
|
-
"usage": "
|
1213
|
+
"usage": "both"
|
1210
1214
|
},
|
1211
1215
|
"AccountInfo": {
|
1212
1216
|
"document": "账号详细信息",
|
@@ -7779,7 +7783,7 @@
|
|
7779
7783
|
"example": "1",
|
7780
7784
|
"member": "int64",
|
7781
7785
|
"name": "TotalCount",
|
7782
|
-
"
|
7786
|
+
"output_required": true,
|
7783
7787
|
"type": "int",
|
7784
7788
|
"value_allowed_null": false
|
7785
7789
|
},
|
@@ -7789,7 +7793,7 @@
|
|
7789
7793
|
"example": "无",
|
7790
7794
|
"member": "AuditPolicy",
|
7791
7795
|
"name": "Items",
|
7792
|
-
"
|
7796
|
+
"output_required": true,
|
7793
7797
|
"type": "list",
|
7794
7798
|
"value_allowed_null": true
|
7795
7799
|
},
|
@@ -8037,7 +8041,7 @@
|
|
8037
8041
|
"example": "1",
|
8038
8042
|
"member": "int64",
|
8039
8043
|
"name": "TotalCount",
|
8040
|
-
"
|
8044
|
+
"output_required": true,
|
8041
8045
|
"type": "int",
|
8042
8046
|
"value_allowed_null": false
|
8043
8047
|
},
|
@@ -8047,7 +8051,7 @@
|
|
8047
8051
|
"example": "无",
|
8048
8052
|
"member": "AuditRule",
|
8049
8053
|
"name": "Items",
|
8050
|
-
"
|
8054
|
+
"output_required": true,
|
8051
8055
|
"type": "list",
|
8052
8056
|
"value_allowed_null": true
|
8053
8057
|
},
|
@@ -9485,7 +9489,7 @@
|
|
9485
9489
|
"example": "1",
|
9486
9490
|
"member": "int64",
|
9487
9491
|
"name": "IsGTIDOpen",
|
9488
|
-
"
|
9492
|
+
"output_required": true,
|
9489
9493
|
"type": "int",
|
9490
9494
|
"value_allowed_null": false
|
9491
9495
|
},
|
@@ -12673,7 +12677,7 @@
|
|
12673
12677
|
"example": "1",
|
12674
12678
|
"member": "int64",
|
12675
12679
|
"name": "TotalCount",
|
12676
|
-
"
|
12680
|
+
"output_required": true,
|
12677
12681
|
"type": "int",
|
12678
12682
|
"value_allowed_null": false
|
12679
12683
|
},
|
@@ -12683,7 +12687,7 @@
|
|
12683
12687
|
"example": "无",
|
12684
12688
|
"member": "SqlFileInfo",
|
12685
12689
|
"name": "Items",
|
12686
|
-
"
|
12690
|
+
"output_required": true,
|
12687
12691
|
"type": "list",
|
12688
12692
|
"value_allowed_null": false
|
12689
12693
|
},
|
@@ -12627,7 +12627,7 @@
|
|
12627
12627
|
},
|
12628
12628
|
{
|
12629
12629
|
"disabled": false,
|
12630
|
-
"document": "回源协议配置\nhttp:强制 http 回源\nfollow:协议跟随回源\nhttps:强制 https
|
12630
|
+
"document": "回源协议配置\nhttp:强制 http 回源\nfollow:协议跟随回源\nhttps:强制 https 回源\n注意:此字段可能返回 null,表示取不到有效值。",
|
12631
12631
|
"example": "http",
|
12632
12632
|
"member": "string",
|
12633
12633
|
"name": "OriginPullProtocol",
|
@@ -7117,7 +7117,7 @@
|
|
7117
7117
|
},
|
7118
7118
|
{
|
7119
7119
|
"disabled": false,
|
7120
|
-
"document": "
|
7120
|
+
"document": "扩缩容负载指标。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7121
7121
|
"example": "无",
|
7122
7122
|
"member": "string",
|
7123
7123
|
"name": "LoadMetrics",
|
@@ -7128,7 +7128,7 @@
|
|
7128
7128
|
},
|
7129
7129
|
{
|
7130
7130
|
"disabled": false,
|
7131
|
-
"document": "规则元数据记录ID
|
7131
|
+
"document": "规则元数据记录ID。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7132
7132
|
"example": "无",
|
7133
7133
|
"member": "int64",
|
7134
7134
|
"name": "MetricId",
|
@@ -7139,7 +7139,7 @@
|
|
7139
7139
|
},
|
7140
7140
|
{
|
7141
7141
|
"disabled": false,
|
7142
|
-
"document": "规则统计周期,提供300s,600s,900s
|
7142
|
+
"document": "规则统计周期,提供300s,600s,900s。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7143
7143
|
"example": "无",
|
7144
7144
|
"member": "int64",
|
7145
7145
|
"name": "StatisticPeriod",
|
@@ -7161,7 +7161,7 @@
|
|
7161
7161
|
},
|
7162
7162
|
{
|
7163
7163
|
"disabled": false,
|
7164
|
-
"document": "触发次数,当连续触发超过TriggerThreshold
|
7164
|
+
"document": "触发次数,当连续触发超过TriggerThreshold次后才开始扩缩容。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。",
|
7165
7165
|
"example": "无",
|
7166
7166
|
"member": "int64",
|
7167
7167
|
"name": "TriggerThreshold",
|
@@ -7172,7 +7172,7 @@
|
|
7172
7172
|
},
|
7173
7173
|
{
|
7174
7174
|
"disabled": false,
|
7175
|
-
"document": "
|
7175
|
+
"document": "条件触发数组。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7176
7176
|
"example": "无",
|
7177
7177
|
"member": "TriggerConditions",
|
7178
7178
|
"name": "TriggerConditions",
|
@@ -8436,6 +8436,7 @@
|
|
8436
8436
|
"example": "3d",
|
8437
8437
|
"member": "string",
|
8438
8438
|
"name": "ExpireMaxAge",
|
8439
|
+
"output_required": true,
|
8439
8440
|
"required": false,
|
8440
8441
|
"type": "string",
|
8441
8442
|
"value_allowed_null": true
|
@@ -8446,6 +8447,18 @@
|
|
8446
8447
|
"example": "@timestamp",
|
8447
8448
|
"member": "string",
|
8448
8449
|
"name": "TimestampField",
|
8450
|
+
"output_required": true,
|
8451
|
+
"required": false,
|
8452
|
+
"type": "string",
|
8453
|
+
"value_allowed_null": true
|
8454
|
+
},
|
8455
|
+
{
|
8456
|
+
"disabled": false,
|
8457
|
+
"document": "标准存储时长\n注意:此字段可能返回 null,表示取不到有效值。",
|
8458
|
+
"example": "无",
|
8459
|
+
"member": "string",
|
8460
|
+
"name": "SinkCycleAge",
|
8461
|
+
"output_required": false,
|
8449
8462
|
"required": false,
|
8450
8463
|
"type": "string",
|
8451
8464
|
"value_allowed_null": true
|
@@ -2921,6 +2921,15 @@
|
|
2921
2921
|
"name": "Agent",
|
2922
2922
|
"required": false,
|
2923
2923
|
"type": "object"
|
2924
|
+
},
|
2925
|
+
{
|
2926
|
+
"disabled": false,
|
2927
|
+
"document": "链接/二维码的有效截止时间,格式为unix时间戳。最长不超过 2099年12月31日(4102415999)。\n默认值为有效期为当前时间后7天。",
|
2928
|
+
"example": "无",
|
2929
|
+
"member": "uint64",
|
2930
|
+
"name": "ExpiredOn",
|
2931
|
+
"required": false,
|
2932
|
+
"type": "int"
|
2924
2933
|
}
|
2925
2934
|
],
|
2926
2935
|
"type": "object"
|
@@ -6233,6 +6233,15 @@
|
|
6233
6233
|
"name": "FlowId",
|
6234
6234
|
"required": true,
|
6235
6235
|
"type": "string"
|
6236
|
+
},
|
6237
|
+
{
|
6238
|
+
"disabled": false,
|
6239
|
+
"document": "链接/二维码的有效截止时间,格式为unix时间戳。最长不超过 2099年12月31日(4102415999)。\n默认值为有效期为当前时间后7天。",
|
6240
|
+
"example": "无",
|
6241
|
+
"member": "uint64",
|
6242
|
+
"name": "ExpiredOn",
|
6243
|
+
"required": false,
|
6244
|
+
"type": "int"
|
6236
6245
|
}
|
6237
6246
|
],
|
6238
6247
|
"type": "object"
|
@@ -7701,7 +7710,7 @@
|
|
7701
7710
|
},
|
7702
7711
|
{
|
7703
7712
|
"disabled": false,
|
7704
|
-
"document": "合同模板ID数组,每一个合同模板ID为32位字符串, 最多支持
|
7713
|
+
"document": "合同模板ID数组,每一个合同模板ID为32位字符串, 最多支持100个模板的批量查询。\n\n注意: \n1.` 此参数TemplateIds与TemplateId互为独立,若两者均传入,以TemplateId为准。`\n2. `请确保每个模板均正确且属于当前企业,若有任一模板不存在,则返回错误。`\n4. `若传递此参数,分页参数(Limit,Offset)无效`\n\n\n[点击查看模板Id在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/e988be12bf28a89b4716aed4502c2e02.png)\n",
|
7705
7714
|
"example": "无",
|
7706
7715
|
"member": "string",
|
7707
7716
|
"name": "TemplateIds",
|
@@ -7710,7 +7719,7 @@
|
|
7710
7719
|
},
|
7711
7720
|
{
|
7712
7721
|
"disabled": false,
|
7713
|
-
"document": "指定每页返回的数据条数,和Offset参数配合使用。\n\n注:`1.默认值为20,单页做大值为
|
7722
|
+
"document": "指定每页返回的数据条数,和Offset参数配合使用。\n\n注:`1.默认值为20,单页做大值为100。`",
|
7714
7723
|
"example": "无",
|
7715
7724
|
"member": "uint64",
|
7716
7725
|
"name": "Limit",
|
@@ -11322,27 +11331,27 @@
|
|
11322
11331
|
"example": "无",
|
11323
11332
|
"member": "string",
|
11324
11333
|
"name": "UserId",
|
11325
|
-
"
|
11334
|
+
"output_required": true,
|
11326
11335
|
"type": "string",
|
11327
11336
|
"value_allowed_null": false
|
11328
11337
|
},
|
11329
11338
|
{
|
11330
11339
|
"disabled": false,
|
11331
|
-
"document": "
|
11340
|
+
"document": "显示的员工名\n注意:2024-07-08 及之后创建的应用号,该字段返回的是打码信息",
|
11332
11341
|
"example": "无",
|
11333
11342
|
"member": "string",
|
11334
11343
|
"name": "DisplayName",
|
11335
|
-
"
|
11344
|
+
"output_required": true,
|
11336
11345
|
"type": "string",
|
11337
11346
|
"value_allowed_null": false
|
11338
11347
|
},
|
11339
11348
|
{
|
11340
11349
|
"disabled": false,
|
11341
|
-
"document": "
|
11350
|
+
"document": "员工手机号\n注意:2024-07-08 及之后创建的应用号,该字段返回的是打码信息",
|
11342
11351
|
"example": "无",
|
11343
11352
|
"member": "string",
|
11344
11353
|
"name": "Mobile",
|
11345
|
-
"
|
11354
|
+
"output_required": true,
|
11346
11355
|
"type": "string",
|
11347
11356
|
"value_allowed_null": false
|
11348
11357
|
},
|
@@ -11352,7 +11361,7 @@
|
|
11352
11361
|
"example": "无",
|
11353
11362
|
"member": "string",
|
11354
11363
|
"name": "Email",
|
11355
|
-
"
|
11364
|
+
"output_required": true,
|
11356
11365
|
"type": "string",
|
11357
11366
|
"value_allowed_null": true
|
11358
11367
|
},
|
@@ -11362,7 +11371,7 @@
|
|
11362
11371
|
"example": "无",
|
11363
11372
|
"member": "string",
|
11364
11373
|
"name": "OpenId",
|
11365
|
-
"
|
11374
|
+
"output_required": true,
|
11366
11375
|
"type": "string",
|
11367
11376
|
"value_allowed_null": true
|
11368
11377
|
},
|
@@ -11372,7 +11381,7 @@
|
|
11372
11381
|
"example": "无",
|
11373
11382
|
"member": "StaffRole",
|
11374
11383
|
"name": "Roles",
|
11375
|
-
"
|
11384
|
+
"output_required": true,
|
11376
11385
|
"type": "list",
|
11377
11386
|
"value_allowed_null": true
|
11378
11387
|
},
|
@@ -11382,7 +11391,7 @@
|
|
11382
11391
|
"example": "无",
|
11383
11392
|
"member": "Department",
|
11384
11393
|
"name": "Department",
|
11385
|
-
"
|
11394
|
+
"output_required": true,
|
11386
11395
|
"type": "object",
|
11387
11396
|
"value_allowed_null": true
|
11388
11397
|
},
|
@@ -11392,7 +11401,7 @@
|
|
11392
11401
|
"example": "无",
|
11393
11402
|
"member": "bool",
|
11394
11403
|
"name": "Verified",
|
11395
|
-
"
|
11404
|
+
"output_required": true,
|
11396
11405
|
"type": "bool",
|
11397
11406
|
"value_allowed_null": false
|
11398
11407
|
},
|
@@ -11402,7 +11411,7 @@
|
|
11402
11411
|
"example": "无",
|
11403
11412
|
"member": "int64",
|
11404
11413
|
"name": "CreatedOn",
|
11405
|
-
"
|
11414
|
+
"output_required": true,
|
11406
11415
|
"type": "int",
|
11407
11416
|
"value_allowed_null": false
|
11408
11417
|
},
|
@@ -11412,7 +11421,7 @@
|
|
11412
11421
|
"example": "无",
|
11413
11422
|
"member": "int64",
|
11414
11423
|
"name": "VerifiedOn",
|
11415
|
-
"
|
11424
|
+
"output_required": true,
|
11416
11425
|
"type": "int",
|
11417
11426
|
"value_allowed_null": false
|
11418
11427
|
},
|
@@ -11422,7 +11431,7 @@
|
|
11422
11431
|
"example": "无",
|
11423
11432
|
"member": "int64",
|
11424
11433
|
"name": "QuiteJob",
|
11425
|
-
"
|
11434
|
+
"output_required": true,
|
11426
11435
|
"type": "int",
|
11427
11436
|
"value_allowed_null": false
|
11428
11437
|
}
|
@@ -310,6 +310,56 @@
|
|
310
310
|
],
|
311
311
|
"type": "object"
|
312
312
|
},
|
313
|
+
"ChargeAttribute": {
|
314
|
+
"document": "付费信息详情",
|
315
|
+
"members": [
|
316
|
+
{
|
317
|
+
"disabled": false,
|
318
|
+
"document": "到期时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
319
|
+
"example": "2024-01-01 00:00:00",
|
320
|
+
"member": "string",
|
321
|
+
"name": "CurDeadline",
|
322
|
+
"output_required": false,
|
323
|
+
"required": false,
|
324
|
+
"type": "string",
|
325
|
+
"value_allowed_null": true
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"disabled": false,
|
329
|
+
"document": "付费方式\n注意:此字段可能返回 null,表示取不到有效值。",
|
330
|
+
"example": "prePay",
|
331
|
+
"member": "string",
|
332
|
+
"name": "PayMode",
|
333
|
+
"output_required": false,
|
334
|
+
"required": false,
|
335
|
+
"type": "string",
|
336
|
+
"value_allowed_null": true
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"disabled": false,
|
340
|
+
"document": "自动付费标识:0:默认未设置 1:自动续费 2 不自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
|
341
|
+
"example": "0",
|
342
|
+
"member": "int64",
|
343
|
+
"name": "AutoRenewFlag",
|
344
|
+
"output_required": false,
|
345
|
+
"required": false,
|
346
|
+
"type": "int",
|
347
|
+
"value_allowed_null": true
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"disabled": false,
|
351
|
+
"document": "资源ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
352
|
+
"example": "100026787145_sp_cdls_goosefs_1716879810",
|
353
|
+
"member": "string",
|
354
|
+
"name": "ResourceId",
|
355
|
+
"output_required": false,
|
356
|
+
"required": false,
|
357
|
+
"type": "string",
|
358
|
+
"value_allowed_null": true
|
359
|
+
}
|
360
|
+
],
|
361
|
+
"usage": "both"
|
362
|
+
},
|
313
363
|
"ClientClusterManagerNodeInfo": {
|
314
364
|
"document": "客户侧集群管理节点信息",
|
315
365
|
"members": [
|
@@ -1117,6 +1167,15 @@
|
|
1117
1167
|
"name": "ExpandedCapacity",
|
1118
1168
|
"required": true,
|
1119
1169
|
"type": "int"
|
1170
|
+
},
|
1171
|
+
{
|
1172
|
+
"disabled": false,
|
1173
|
+
"document": "容量修改类型:add/sub",
|
1174
|
+
"example": "add",
|
1175
|
+
"member": "string",
|
1176
|
+
"name": "ModifyType",
|
1177
|
+
"required": false,
|
1178
|
+
"type": "string"
|
1120
1179
|
}
|
1121
1180
|
],
|
1122
1181
|
"type": "object"
|
@@ -1142,7 +1201,7 @@
|
|
1142
1201
|
"example": "goosefsx",
|
1143
1202
|
"member": "string",
|
1144
1203
|
"name": "Type",
|
1145
|
-
"
|
1204
|
+
"output_required": true,
|
1146
1205
|
"type": "string",
|
1147
1206
|
"value_allowed_null": false
|
1148
1207
|
},
|
@@ -1152,7 +1211,7 @@
|
|
1152
1211
|
"example": "x_c60_r3c4fa1f",
|
1153
1212
|
"member": "string",
|
1154
1213
|
"name": "FileSystemId",
|
1155
|
-
"
|
1214
|
+
"output_required": true,
|
1156
1215
|
"type": "string",
|
1157
1216
|
"value_allowed_null": false
|
1158
1217
|
},
|
@@ -1162,7 +1221,7 @@
|
|
1162
1221
|
"example": "2022-01-01T12:00:00+08:00",
|
1163
1222
|
"member": "datetime_iso",
|
1164
1223
|
"name": "CreateTime",
|
1165
|
-
"
|
1224
|
+
"output_required": true,
|
1166
1225
|
"type": "string",
|
1167
1226
|
"value_allowed_null": false
|
1168
1227
|
},
|
@@ -1172,7 +1231,7 @@
|
|
1172
1231
|
"example": "无",
|
1173
1232
|
"member": "GooseFSxAttribute",
|
1174
1233
|
"name": "GooseFSxAttribute",
|
1175
|
-
"
|
1234
|
+
"output_required": true,
|
1176
1235
|
"type": "object",
|
1177
1236
|
"value_allowed_null": true
|
1178
1237
|
},
|
@@ -1182,7 +1241,7 @@
|
|
1182
1241
|
"example": "Active",
|
1183
1242
|
"member": "string",
|
1184
1243
|
"name": "Status",
|
1185
|
-
"
|
1244
|
+
"output_required": true,
|
1186
1245
|
"type": "string",
|
1187
1246
|
"value_allowed_null": false
|
1188
1247
|
},
|
@@ -1192,7 +1251,7 @@
|
|
1192
1251
|
"example": "ai_fs",
|
1193
1252
|
"member": "string",
|
1194
1253
|
"name": "Name",
|
1195
|
-
"
|
1254
|
+
"output_required": true,
|
1196
1255
|
"type": "string",
|
1197
1256
|
"value_allowed_null": false
|
1198
1257
|
},
|
@@ -1202,7 +1261,7 @@
|
|
1202
1261
|
"example": "our test fs",
|
1203
1262
|
"member": "string",
|
1204
1263
|
"name": "Description",
|
1205
|
-
"
|
1264
|
+
"output_required": true,
|
1206
1265
|
"type": "string",
|
1207
1266
|
"value_allowed_null": false
|
1208
1267
|
},
|
@@ -1212,7 +1271,7 @@
|
|
1212
1271
|
"example": "vpc-a1b2c3d4",
|
1213
1272
|
"member": "string",
|
1214
1273
|
"name": "VpcId",
|
1215
|
-
"
|
1274
|
+
"output_required": true,
|
1216
1275
|
"type": "string",
|
1217
1276
|
"value_allowed_null": false
|
1218
1277
|
},
|
@@ -1222,7 +1281,7 @@
|
|
1222
1281
|
"example": "subnet-m1n1g1h1",
|
1223
1282
|
"member": "string",
|
1224
1283
|
"name": "SubnetId",
|
1225
|
-
"
|
1284
|
+
"output_required": true,
|
1226
1285
|
"type": "string",
|
1227
1286
|
"value_allowed_null": false
|
1228
1287
|
},
|
@@ -1232,7 +1291,7 @@
|
|
1232
1291
|
"example": "ap-guangzhou-3",
|
1233
1292
|
"member": "string",
|
1234
1293
|
"name": "Zone",
|
1235
|
-
"
|
1294
|
+
"output_required": true,
|
1236
1295
|
"type": "string",
|
1237
1296
|
"value_allowed_null": false
|
1238
1297
|
},
|
@@ -1242,7 +1301,7 @@
|
|
1242
1301
|
"example": "无",
|
1243
1302
|
"member": "Tag",
|
1244
1303
|
"name": "Tag",
|
1245
|
-
"
|
1304
|
+
"output_required": true,
|
1246
1305
|
"type": "list",
|
1247
1306
|
"value_allowed_null": true
|
1248
1307
|
},
|
@@ -1252,9 +1311,19 @@
|
|
1252
1311
|
"example": "2022-01-01T12:00:00+08:00",
|
1253
1312
|
"member": "datetime_iso",
|
1254
1313
|
"name": "ModifyTime",
|
1255
|
-
"
|
1314
|
+
"output_required": true,
|
1256
1315
|
"type": "string",
|
1257
1316
|
"value_allowed_null": false
|
1317
|
+
},
|
1318
|
+
{
|
1319
|
+
"disabled": false,
|
1320
|
+
"document": "文件系统付费信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1321
|
+
"example": "无",
|
1322
|
+
"member": "ChargeAttribute",
|
1323
|
+
"name": "ChargeAttribute",
|
1324
|
+
"output_required": false,
|
1325
|
+
"type": "object",
|
1326
|
+
"value_allowed_null": true
|
1258
1327
|
}
|
1259
1328
|
],
|
1260
1329
|
"usage": "out"
|
@@ -1474,6 +1543,17 @@
|
|
1474
1543
|
"required": false,
|
1475
1544
|
"type": "string",
|
1476
1545
|
"value_allowed_null": true
|
1546
|
+
},
|
1547
|
+
{
|
1548
|
+
"disabled": false,
|
1549
|
+
"document": "自定义Endpoint\n注意:此字段可能返回 null,表示取不到有效值。",
|
1550
|
+
"example": "172.0.1.16",
|
1551
|
+
"member": "string",
|
1552
|
+
"name": "Endpoint",
|
1553
|
+
"output_required": false,
|
1554
|
+
"required": false,
|
1555
|
+
"type": "string",
|
1556
|
+
"value_allowed_null": true
|
1477
1557
|
}
|
1478
1558
|
],
|
1479
1559
|
"usage": "both"
|
@@ -6118,7 +6118,7 @@
|
|
6118
6118
|
},
|
6119
6119
|
{
|
6120
6120
|
"disabled": false,
|
6121
|
-
"document": "
|
6121
|
+
"document": "升级状态:- 0:设备离线。- 1:待处理。- 2:消息下发成功。- 3:下载中。- 4:烧录中。- 5:失败。- 6:升级完成。- 7:正在处理中。- 8:等待用户确认。- 10:升级超时。- 20:下载完成。",
|
6122
6122
|
"example": "无",
|
6123
6123
|
"member": "int64",
|
6124
6124
|
"name": "Status",
|