tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -16,6 +16,20 @@
|
|
16
16
|
"title": "创建一个别名"
|
17
17
|
}
|
18
18
|
],
|
19
|
+
"CreateCustomDomain": [
|
20
|
+
{
|
21
|
+
"document": "创建一个自定义域名,关闭了waf防护,路由配置开启重写策略,该策略是通配符匹配替换。",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: scf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCustomDomain\n<公共请求参数>\n\n{\n \"Domain\": \"www.ccc.com\",\n \"Protocol\": \"HTTP&HTTPS\",\n \"CertConfig\": {\n \"CertificateId\": \"BxxJ3DK7\"\n },\n \"EndpointsConfig\": [\n {\n \"PathMatch\": \"/aa/*\",\n \"Namespace\": \"default\",\n \"FunctionName\": \"test1\",\n \"Qualifier\": \"$LATEST\",\n \"PathRewrite\": [\n {\n \"Path\": \"/aa/bb/*\",\n \"Type\": \"WildcardRules\",\n \"Rewrite\": \"/$\"\n }\n ]\n }\n ],\n \"WafConfig\": {\n \"WafOpen\": \"CLOSE\",\n \"WafInstanceId\": \"\"\n }\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
24
|
+
"title": "示例1"
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"document": "创建一个自定义域名,开启了waf 防护,路由配置开启重写策略,该策略是精确路径匹配替换。",
|
28
|
+
"input": "POST / HTTP/1.1\nHost: scf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCustomDomain\n<公共请求参数>\n\n{\n \"Domain\": \"www.ccc.com\",\n \"Protocol\": \"HTTP&HTTPS\",\n \"CertConfig\": {\n \"CertificateId\": \"BxxJ3DK7\"\n },\n \"EndpointsConfig\": [\n {\n \"PathMatch\": \"/aa/\",\n \"Namespace\": \"default\",\n \"FunctionName\": \"test1\",\n \"Qualifier\": \"1\",\n \"PathRewrite\": [\n {\n \"Path\": \"/aa/\",\n \"Type\": \"WildcardRules\",\n \"Rewrite\": \"/\"\n }\n ]\n }\n ],\n \"WafConfig\": {\n \"WafOpen\": \"OPEN\",\n \"WafInstanceId\": \"waf-xxxxx\"\n }\n}",
|
29
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
30
|
+
"title": "示例2"
|
31
|
+
}
|
32
|
+
],
|
19
33
|
"CreateFunction": [
|
20
34
|
{
|
21
35
|
"document": "创建函数",
|
@@ -48,6 +62,14 @@
|
|
48
62
|
"title": "删除别名"
|
49
63
|
}
|
50
64
|
],
|
65
|
+
"DeleteCustomDomain": [
|
66
|
+
{
|
67
|
+
"document": "",
|
68
|
+
"input": "POST / HTTP/1.1\nHost: scf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCustomDomain\n<公共请求参数>\n\n{\n \"Domain\": \"www.xxx.com\"\n}",
|
69
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
70
|
+
"title": "示例1"
|
71
|
+
}
|
72
|
+
],
|
51
73
|
"DeleteFunction": [
|
52
74
|
{
|
53
75
|
"document": "用户删除函数时需要使用,可指定版本与命名空间。",
|
@@ -120,6 +142,14 @@
|
|
120
142
|
"title": "查询函数异步事件状态"
|
121
143
|
}
|
122
144
|
],
|
145
|
+
"GetCustomDomain": [
|
146
|
+
{
|
147
|
+
"document": "",
|
148
|
+
"input": "POST / HTTP/1.1\nHost: scf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCustomDomain\n<公共请求参数>\n\n{\n \"Domain\": \"www.xxx.com\"\n}",
|
149
|
+
"output": "{\n \"Response\": {\n \"CertConfig\": {\n \"CertificateId\": \"BfHJsadd7\"\n },\n \"Domain\": \"www.xxx.com\",\n \"EndpointsConfig\": [\n {\n \"FunctionName\": \"test1\",\n \"Namespace\": \"default\",\n \"PathMatch\": \"/cc/\",\n \"PathRewrite\": [\n {\n \"Path\": \"/cc/\",\n \"Rewrite\": \"/\",\n \"Type\": \"ExactRules\"\n }\n ],\n \"Qualifier\": \"$LATEST\"\n }\n ],\n \"Protocol\": \"HTTP&HTTPS\",\n \"RequestId\": \"6941ssdd162b-925f-4c3a-b90f-3558c0aebf97\",\n \"WafConfig\": {\n \"WafInstanceId\": \"\",\n \"WafOpen\": \"CLOSE\"\n }\n }\n}",
|
150
|
+
"title": "示例1"
|
151
|
+
}
|
152
|
+
],
|
123
153
|
"GetFunction": [
|
124
154
|
{
|
125
155
|
"document": "用户用此函数获取对应的函数信息,可指定版本与命名空间。",
|
@@ -216,6 +246,14 @@
|
|
216
246
|
"title": "拉取函数异步事件列表"
|
217
247
|
}
|
218
248
|
],
|
249
|
+
"ListCustomDomains": [
|
250
|
+
{
|
251
|
+
"document": "",
|
252
|
+
"input": "POST / HTTP/1.1\nHost: scf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListCustomDomains\n<公共请求参数>\n\n{}",
|
253
|
+
"output": "{\n \"Response\": {\n \"Domains\": [\n {\n \"CertConfig\": {\n \"CertificateId\": \"ccccaas\"\n },\n \"Domain\": \"www.xxx.com\",\n \"EndpointsConfig\": [\n {\n \"FunctionName\": \"test1\",\n \"Namespace\": \"default\",\n \"PathMatch\": \"/cc/\",\n \"PathRewrite\": [\n {\n \"Path\": \"/cc/\",\n \"Rewrite\": \"/\",\n \"Type\": \"ExactRules\"\n }\n ],\n \"Qualifier\": \"$LATEST\"\n }\n ],\n \"Protocol\": \"HTTP&HTTPS\",\n \"WafConfig\": {\n \"WafInstanceId\": \"\",\n \"WafOpen\": \"CLOSE\"\n }\n }\n ],\n \"RequestId\": \"6941ssdd162b-925f-4c3a-b90f-3558c0aebf97\",\n \"Total\": 1\n }\n}",
|
254
|
+
"title": "示例1"
|
255
|
+
}
|
256
|
+
],
|
219
257
|
"ListFunctions": [
|
220
258
|
{
|
221
259
|
"document": "",
|
@@ -326,6 +364,14 @@
|
|
326
364
|
"title": "更新别名的配置"
|
327
365
|
}
|
328
366
|
],
|
367
|
+
"UpdateCustomDomain": [
|
368
|
+
{
|
369
|
+
"document": "更新自定义域名的证书Id,并关闭waf",
|
370
|
+
"input": "POST / HTTP/1.1\nHost: scf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCustomDomain\n<公共请求参数>\n\n{\n \"Domain\": \"www.ccc.com\",\n \"Protocol\": \"HTTP&HTTPS\",\n \"CertConfig\": {\n \"CertificateId\": \"cvvxxJ3DK7\"\n },\n \"WafConfig\": {\n \"WafOpen\": \"CLOSE\",\n \"WafInstanceId\": \"\"\n }\n}",
|
371
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
372
|
+
"title": "示例1"
|
373
|
+
}
|
374
|
+
],
|
329
375
|
"UpdateFunctionCode": [
|
330
376
|
{
|
331
377
|
"document": "",
|
@@ -2469,6 +2469,15 @@
|
|
2469
2469
|
"name": "VerifyType",
|
2470
2470
|
"required": false,
|
2471
2471
|
"type": "string"
|
2472
|
+
},
|
2473
|
+
{
|
2474
|
+
"disabled": false,
|
2475
|
+
"document": "询价参数",
|
2476
|
+
"example": "无",
|
2477
|
+
"member": "string",
|
2478
|
+
"name": "PriceKey",
|
2479
|
+
"required": false,
|
2480
|
+
"type": "string"
|
2472
2481
|
}
|
2473
2482
|
],
|
2474
2483
|
"type": "object"
|
@@ -2482,6 +2491,7 @@
|
|
2482
2491
|
"example": "无",
|
2483
2492
|
"member": "string",
|
2484
2493
|
"name": "CertificateId",
|
2494
|
+
"output_required": true,
|
2485
2495
|
"type": "string",
|
2486
2496
|
"value_allowed_null": false
|
2487
2497
|
},
|
@@ -2491,6 +2501,7 @@
|
|
2491
2501
|
"example": "无",
|
2492
2502
|
"member": "string",
|
2493
2503
|
"name": "CertificateIds",
|
2504
|
+
"output_required": true,
|
2494
2505
|
"type": "list",
|
2495
2506
|
"value_allowed_null": false
|
2496
2507
|
},
|
@@ -2508,7 +2519,7 @@
|
|
2508
2519
|
"members": [
|
2509
2520
|
{
|
2510
2521
|
"disabled": false,
|
2511
|
-
"document": "证书商品ID,3 = SecureSite 增强型企业版(EV Pro), 4 = SecureSite 增强型(EV), 5 = SecureSite 企业型专业版(OV Pro), 6 = SecureSite 企业型(OV), 7 = SecureSite 企业型(OV)通配符, 8 = Geotrust 增强型(EV), 9 = Geotrust 企业型(OV), 10 = Geotrust 企业型(OV)通配符, 11 = TrustAsia 域名型多域名 SSL 证书, 12 = TrustAsia 域名型(DV)通配符, 13 = TrustAsia 企业型通配符(OV)SSL 证书(D3), 14 = TrustAsia 企业型(OV)SSL 证书(D3), 15 = TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16 = TrustAsia 增强型 (EV)SSL 证书(D3), 17 = TrustAsia 增强型多域名(EV)SSL 证书(D3), 18 = GlobalSign 企业型(OV)SSL 证书, 19 = GlobalSign 企业型通配符 (OV)SSL 证书, 20 = GlobalSign 增强型 (EV)SSL 证书, 21 = TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22 = GlobalSign 企业型多域名(OV)SSL 证书, 23 = GlobalSign 企业型通配符多域名(OV)SSL 证书, 24 = GlobalSign 增强型多域名(EV)SSL 证书,25 = Wotrus 域名型证书,26 = Wotrus 域名型多域名证书,27 = Wotrus 域名型通配符证书,28 = Wotrus 企业型证书,29 = Wotrus 企业型多域名证书,30 = Wotrus 企业型通配符证书,31 = Wotrus 增强型证书,32 = Wotrus 增强型多域名证书,33 =
|
2522
|
+
"document": "证书商品ID,3 = SecureSite 增强型企业版(EV Pro), 4 = SecureSite 增强型(EV), 5 = SecureSite 企业型专业版(OV Pro), 6 = SecureSite 企业型(OV), 7 = SecureSite 企业型(OV)通配符, 8 = Geotrust 增强型(EV), 9 = Geotrust 企业型(OV), 10 = Geotrust 企业型(OV)通配符, 11 = TrustAsia 域名型多域名 SSL 证书, 12 = TrustAsia 域名型(DV)通配符, 13 = TrustAsia 企业型通配符(OV)SSL 证书(D3), 14 = TrustAsia 企业型(OV)SSL 证书(D3), 15 = TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16 = TrustAsia 增强型 (EV)SSL 证书(D3), 17 = TrustAsia 增强型多域名(EV)SSL 证书(D3), 18 = GlobalSign 企业型(OV)SSL 证书, 19 = GlobalSign 企业型通配符 (OV)SSL 证书, 20 = GlobalSign 增强型 (EV)SSL 证书, 21 = TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22 = GlobalSign 企业型多域名(OV)SSL 证书, 23 = GlobalSign 企业型通配符多域名(OV)SSL 证书, 24 = GlobalSign 增强型多域名(EV)SSL 证书,25 = Wotrus 域名型证书,26 = Wotrus 域名型多域名证书,27 = Wotrus 域名型通配符证书,28 = Wotrus 企业型证书,29 = Wotrus 企业型多域名证书,30 = Wotrus 企业型通配符证书,31 = Wotrus 增强型证书,32 = Wotrus 增强型多域名证书,33 = Wotrus 国密域名型证书,34 = Wotrus 国密域名型多域名证书,35 = Wotrus 国密域名型通配符证书,37 = Wotrus 国密企业型证书,38 = Wotrus 国密企业型多域名证书,39 = Wotrus 国密企业型通配符证书,40 = Wotrus 国密增强型证书,41 = Wotrus 国密增强型多域名证书,42 = TrustAsia 域名型通配符多域名证书,43 = DNSPod-企业型(OV)SSL证书,44 = DNSPod-企业型(OV)通配符SSL证书,45 = DNSPod-企业型(OV)多域名SSL证书, 46 = DNSPod-增强型(EV)SSL证书,47 = DNSPod-增强型(EV)多域名SSL证书,48 = DNSPod-域名型(DV)SSL证书,49 = DNSPod-域名型(DV)通配符SSL证书,50 = DNSPod-域名型(DV)多域名SSL证书,51 = DNSPod(国密)-企业型(OV)SSL证书,52 = DNSPod(国密)-企业型(OV)通配符SSL证书,53 = DNSPod(国密)-企业型(OV)多域名SSL证书,54 = DNSPod(国密)-域名型(DV)SSL证书,55 = DNSPod(国密)-域名型(DV)通配符SSL证书, 56 = DNSPod(国密)-域名型(DV)多域名SSL证书,57 = SecureSite 企业型专业版多域名(OV Pro),58 = SecureSite 企业型多域名(OV),59 = SecureSite 增强型专业版多域名(EV Pro),60 = SecureSite 增强型多域名(EV),61 = Geotrust 增强型多域名(EV)",
|
2512
2523
|
"example": "25",
|
2513
2524
|
"member": "int64",
|
2514
2525
|
"name": "ProductId",
|
@@ -2526,12 +2537,30 @@
|
|
2526
2537
|
},
|
2527
2538
|
{
|
2528
2539
|
"disabled": false,
|
2529
|
-
"document": "
|
2540
|
+
"document": "证书年限",
|
2530
2541
|
"example": "1",
|
2531
2542
|
"member": "int64",
|
2532
2543
|
"name": "TimeSpan",
|
2533
2544
|
"required": true,
|
2534
2545
|
"type": "int"
|
2546
|
+
},
|
2547
|
+
{
|
2548
|
+
"disabled": false,
|
2549
|
+
"document": "是否自动使用代金券:1是,0否;默认为1",
|
2550
|
+
"example": "1",
|
2551
|
+
"member": "int64",
|
2552
|
+
"name": "AutoVoucher",
|
2553
|
+
"required": false,
|
2554
|
+
"type": "int"
|
2555
|
+
},
|
2556
|
+
{
|
2557
|
+
"disabled": false,
|
2558
|
+
"document": "标签, 生成证书打标签",
|
2559
|
+
"example": "无",
|
2560
|
+
"member": "Tags",
|
2561
|
+
"name": "Tags",
|
2562
|
+
"required": false,
|
2563
|
+
"type": "list"
|
2535
2564
|
}
|
2536
2565
|
],
|
2537
2566
|
"type": "object"
|
@@ -2545,7 +2574,7 @@
|
|
2545
2574
|
"example": "[\"gf16kv3A\"]",
|
2546
2575
|
"member": "string",
|
2547
2576
|
"name": "CertificateIds",
|
2548
|
-
"
|
2577
|
+
"output_required": true,
|
2549
2578
|
"type": "list",
|
2550
2579
|
"value_allowed_null": false
|
2551
2580
|
},
|
@@ -2555,7 +2584,7 @@
|
|
2555
2584
|
"example": "[\"20200923877000003022941\"]",
|
2556
2585
|
"member": "string",
|
2557
2586
|
"name": "DealIds",
|
2558
|
-
"
|
2587
|
+
"output_required": true,
|
2559
2588
|
"type": "list",
|
2560
2589
|
"value_allowed_null": false
|
2561
2590
|
},
|
@@ -9779,7 +9808,7 @@
|
|
9779
9808
|
},
|
9780
9809
|
{
|
9781
9810
|
"disabled": false,
|
9782
|
-
"document": "一键更新新证书ID
|
9811
|
+
"document": "一键更新新证书ID,不传则证书公钥和私钥必传",
|
9783
9812
|
"example": "无",
|
9784
9813
|
"member": "string",
|
9785
9814
|
"name": "CertificateId",
|
@@ -790,7 +790,7 @@
|
|
790
790
|
{
|
791
791
|
"disabled": false,
|
792
792
|
"document": "周期执行器设置,当创建周期执行器时,必须指定此参数。",
|
793
|
-
"example": "
|
793
|
+
"example": "{ \"Policy\":\"ONCE\", \"InvokeTime\":\"2021-09-01T00:00:00+08:00\" }",
|
794
794
|
"member": "ScheduleSettings",
|
795
795
|
"name": "ScheduleSettings",
|
796
796
|
"required": false,
|
@@ -808,7 +808,7 @@
|
|
808
808
|
"example": "ivk-b7s3qa5l",
|
809
809
|
"member": "string",
|
810
810
|
"name": "InvokerId",
|
811
|
-
"
|
811
|
+
"output_required": true,
|
812
812
|
"type": "string",
|
813
813
|
"value_allowed_null": false
|
814
814
|
},
|
@@ -1092,8 +1092,8 @@
|
|
1092
1092
|
},
|
1093
1093
|
{
|
1094
1094
|
"disabled": false,
|
1095
|
-
"document": "
|
1096
|
-
"example": "
|
1095
|
+
"document": "<li>agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。</li><br><li>environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux, Windows。</li><br><li>instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。</li>",
|
1096
|
+
"example": "[ { \"Name\": \"instance-id\", \"Values\": [\"ins-zcewfho0\"] }]",
|
1097
1097
|
"member": "Filter",
|
1098
1098
|
"name": "Filters",
|
1099
1099
|
"required": false,
|
@@ -1126,7 +1126,7 @@
|
|
1126
1126
|
{
|
1127
1127
|
"disabled": false,
|
1128
1128
|
"document": "Agent 信息列表。",
|
1129
|
-
"example": "
|
1129
|
+
"example": "[ { \"AgentStatus\": \"Offline\", \"Environment\": \"Windows\", \"InstanceId\": \"rins-lpuf78i4\", \"LastHeartbeatTime\": \"2024-10-25T03:21:08Z\", \"SupportFeatures\": [ \"SESSION_MANAGER\" ], \"Version\": \"1.0.17\" }]",
|
1130
1130
|
"member": "AutomationAgentInfo",
|
1131
1131
|
"name": "AutomationAgentSet",
|
1132
1132
|
"output_required": true,
|
@@ -1324,7 +1324,7 @@
|
|
1324
1324
|
{
|
1325
1325
|
"disabled": false,
|
1326
1326
|
"document": "过滤条件。<br>\n\n<li> invocation-id - String - 是否必填:否 -(过滤条件)按照执行活动ID过滤。</li>\n <li> command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。</li> \n<li> command-created-by - String - 是否必填:否 -(过滤条件)按照执行的命令类型过滤,取值为 TAT 或 USER,TAT 代表公共命令,USER 代表由用户创建的命令。</li>\n <li> instance-kind - String - 是否必填:否 -(过滤条件)按照运行实例类型过滤,取值为 CVM 或 LIGHTHOUSE,CVM 代表实例为云服务器, LIGHTHOUSE 代表实例为轻量应用服务器。</li>\n <br>每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InvocationIds` 和 `Filters` 。",
|
1327
|
-
"example": "
|
1327
|
+
"example": "[ { \"Name\": \"instance-id\", \"Values\": [\"ins-zcewfho0\"] } ]",
|
1328
1328
|
"member": "Filter",
|
1329
1329
|
"name": "Filters",
|
1330
1330
|
"required": false,
|
@@ -1367,7 +1367,7 @@
|
|
1367
1367
|
{
|
1368
1368
|
"disabled": false,
|
1369
1369
|
"document": "执行活动列表。",
|
1370
|
-
"example": "
|
1370
|
+
"example": "[{ \"CommandContent\": \"cHdk\", \"CommandId\": \"cmd-kpfoo6py\", \"CommandType\": \"SHELL\", \"CreatedTime\": \"2024-10-25T03:18:37Z\", \"DefaultParameters\": \"\", \"Description\": \"\", \"EndTime\": \"2024-10-25T03:18:38Z\", \"InstanceKind\": \"REGISTERINST\", \"InvocationId\": \"inv-hc91n6ga8c\", \"InvocationSource\": \"USER\", \"InvocationStatus\": \"SUCCESS\", \"InvocationTaskBasicInfoSet\": [ { \"InstanceId\": \"rins-0c54k0xs\", \"InvocationTaskId\": \"invt-hc91n6ga8d\", \"TaskStatus\": \"SUCCESS\" } ], \"OutputCOSBucketUrl\": \"\", \"OutputCOSKeyPrefix\": \"\", \"Parameters\": \"\", \"StartTime\": \"2024-10-25T03:18:37Z\", \"Timeout\": 60, \"UpdatedTime\": \"2024-10-25T03:18:38Z\", \"Username\": \"root\", \"WorkingDirectory\": \"/root\" }]",
|
1371
1371
|
"member": "Invocation",
|
1372
1372
|
"name": "InvocationSet",
|
1373
1373
|
"output_required": true,
|
@@ -1425,17 +1425,17 @@
|
|
1425
1425
|
"example": "10",
|
1426
1426
|
"member": "uint64",
|
1427
1427
|
"name": "TotalCount",
|
1428
|
-
"
|
1428
|
+
"output_required": true,
|
1429
1429
|
"type": "int",
|
1430
1430
|
"value_allowed_null": false
|
1431
1431
|
},
|
1432
1432
|
{
|
1433
1433
|
"disabled": false,
|
1434
1434
|
"document": "执行器执行历史记录。",
|
1435
|
-
"example": "
|
1435
|
+
"example": "[ { \"InvocationId\": \"inv-sca38601ud\", \"InvokeTime\": \"2024-10-25T22:24:13Z\", \"InvokerId\": \"ivk-ngqk4bda\", \"Reason\": \"start an invocation at scheduled time.\", \"Result\": \"SUCCESS\" }]",
|
1436
1436
|
"member": "InvokerRecord",
|
1437
1437
|
"name": "InvokerRecordSet",
|
1438
|
-
"
|
1438
|
+
"output_required": true,
|
1439
1439
|
"type": "list",
|
1440
1440
|
"value_allowed_null": false
|
1441
1441
|
},
|
@@ -1573,15 +1573,17 @@
|
|
1573
1573
|
"example": "1",
|
1574
1574
|
"member": "uint64",
|
1575
1575
|
"name": "TotalCount",
|
1576
|
+
"output_required": true,
|
1576
1577
|
"type": "int",
|
1577
1578
|
"value_allowed_null": false
|
1578
1579
|
},
|
1579
1580
|
{
|
1580
1581
|
"disabled": false,
|
1581
1582
|
"document": "地域信息列表",
|
1582
|
-
"example": "
|
1583
|
+
"example": "[ { \"Region\": \"ap-guangzhou\", \"RegionName\": \"广州\", \"RegionState\": \"AVAILABLE\" }]",
|
1583
1584
|
"member": "RegionInfo",
|
1584
1585
|
"name": "RegionSet",
|
1586
|
+
"output_required": true,
|
1585
1587
|
"type": "list",
|
1586
1588
|
"value_allowed_null": false
|
1587
1589
|
},
|
@@ -1791,7 +1793,7 @@
|
|
1791
1793
|
{
|
1792
1794
|
"disabled": false,
|
1793
1795
|
"document": "场景详情列表。",
|
1794
|
-
"example": "
|
1796
|
+
"example": "[{ \"CreatedBy\": \"TAT\", \"CreatedTime\": \"2024-09-23T07:52:26Z\", \"SceneId\": \"sc-r8ct2mkc\", \"SceneName\": \"Windows\", \"UpdatedTime\": \"2024-09-23T08:12:27Z\" }]",
|
1795
1797
|
"member": "Scene",
|
1796
1798
|
"name": "SceneSet",
|
1797
1799
|
"output_required": true,
|
@@ -2796,7 +2798,7 @@
|
|
2796
2798
|
{
|
2797
2799
|
"disabled": false,
|
2798
2800
|
"document": "待修改的周期执行器设置。",
|
2799
|
-
"example": "
|
2801
|
+
"example": "{ \"Policy\":\"ONCE\", \"InvokeTime\":\"2021-09-01T00:00:00+08:00\" }",
|
2800
2802
|
"member": "ScheduleSettings",
|
2801
2803
|
"name": "ScheduleSettings",
|
2802
2804
|
"required": false,
|
@@ -3353,58 +3355,58 @@
|
|
3353
3355
|
"members": [
|
3354
3356
|
{
|
3355
3357
|
"disabled": false,
|
3356
|
-
"document": "场景 ID
|
3358
|
+
"document": "场景 ID 。",
|
3357
3359
|
"example": "sc-12345678",
|
3358
3360
|
"member": "string",
|
3359
3361
|
"name": "SceneId",
|
3360
3362
|
"output_required": false,
|
3361
3363
|
"required": false,
|
3362
3364
|
"type": "string",
|
3363
|
-
"value_allowed_null":
|
3365
|
+
"value_allowed_null": false
|
3364
3366
|
},
|
3365
3367
|
{
|
3366
3368
|
"disabled": false,
|
3367
|
-
"document": "
|
3369
|
+
"document": "场景名称。",
|
3368
3370
|
"example": "运维场景",
|
3369
3371
|
"member": "string",
|
3370
3372
|
"name": "SceneName",
|
3371
|
-
"output_required":
|
3373
|
+
"output_required": true,
|
3372
3374
|
"required": false,
|
3373
3375
|
"type": "string",
|
3374
|
-
"value_allowed_null":
|
3376
|
+
"value_allowed_null": false
|
3375
3377
|
},
|
3376
3378
|
{
|
3377
3379
|
"disabled": false,
|
3378
|
-
"document": "
|
3380
|
+
"document": "场景创建者。",
|
3379
3381
|
"example": "USER",
|
3380
3382
|
"member": "string",
|
3381
3383
|
"name": "CreatedBy",
|
3382
|
-
"output_required":
|
3384
|
+
"output_required": true,
|
3383
3385
|
"required": false,
|
3384
3386
|
"type": "string",
|
3385
|
-
"value_allowed_null":
|
3387
|
+
"value_allowed_null": false
|
3386
3388
|
},
|
3387
3389
|
{
|
3388
3390
|
"disabled": false,
|
3389
|
-
"document": "
|
3391
|
+
"document": "创建时间。",
|
3390
3392
|
"example": "2021-05-12T02:49:04Z",
|
3391
3393
|
"member": "string",
|
3392
3394
|
"name": "CreatedTime",
|
3393
3395
|
"output_required": false,
|
3394
3396
|
"required": false,
|
3395
3397
|
"type": "string",
|
3396
|
-
"value_allowed_null":
|
3398
|
+
"value_allowed_null": false
|
3397
3399
|
},
|
3398
3400
|
{
|
3399
3401
|
"disabled": false,
|
3400
|
-
"document": "
|
3402
|
+
"document": "更新时间。",
|
3401
3403
|
"example": "2021-05-12T02:49:04Z",
|
3402
3404
|
"member": "string",
|
3403
3405
|
"name": "UpdatedTime",
|
3404
3406
|
"output_required": false,
|
3405
3407
|
"required": false,
|
3406
3408
|
"type": "string",
|
3407
|
-
"value_allowed_null":
|
3409
|
+
"value_allowed_null": false
|
3408
3410
|
}
|
3409
3411
|
],
|
3410
3412
|
"usage": "both"
|
@@ -71,16 +71,16 @@
|
|
71
71
|
"DeleteRegisterCodes": [
|
72
72
|
{
|
73
73
|
"document": "根据注册码ID删除注册码。",
|
74
|
-
"input": "POST / HTTP/1.1\nHost: tat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRegisterCodes\n<公共请求参数>\n\n{\n \"RegisterCodeIds\": [\n \"
|
75
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
74
|
+
"input": "POST / HTTP/1.1\nHost: tat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRegisterCodes\n<公共请求参数>\n\n{\n \"RegisterCodeIds\": [\n \"c24dcbca-4e83-463c-b1ae-f6a432c009f0\",\n \"f86ccb49-520a-41bd-ba00-140a9dbed79f\"\n ]\n}",
|
75
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c08c4975-9dbc-4ac1-8a88-6943ffbde1d5\"\n }\n}",
|
76
76
|
"title": "删除注册码"
|
77
77
|
}
|
78
78
|
],
|
79
79
|
"DeleteRegisterInstance": [
|
80
80
|
{
|
81
81
|
"document": "根据实例ID删除托管实例。",
|
82
|
-
"input": "POST / HTTP/1.1\nHost: tat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRegisterInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
83
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
82
|
+
"input": "POST / HTTP/1.1\nHost: tat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRegisterInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"rinst-xdfaxfgax\"\n}",
|
83
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f86ccb49-520a-41bd-ba00-140a9dbed79f\"\n }\n}",
|
84
84
|
"title": "删除托管实例"
|
85
85
|
}
|
86
86
|
],
|