tccli 3.0.1317.1__py2.py3-none-any.whl → 3.0.1319.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/api.json +109 -113
- tccli/services/batch/v20170312/api.json +3 -3
- tccli/services/billing/v20180709/api.json +6 -6
- tccli/services/cbs/v20170312/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +67 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cls/v20201016/api.json +25 -15
- tccli/services/cvm/v20170312/api.json +29 -29
- tccli/services/cynosdb/v20190107/api.json +7 -7
- tccli/services/dbbrain/v20210527/api.json +7 -3
- tccli/services/dlc/v20210125/api.json +112 -0
- tccli/services/dlc/v20210125/examples.json +3 -3
- tccli/services/dnspod/v20210323/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +1 -1
- tccli/services/dsgc/dsgc_client.py +247 -1042
- tccli/services/dsgc/v20190723/api.json +15 -365
- tccli/services/dsgc/v20190723/examples.json +1 -127
- tccli/services/dts/v20180330/api.json +2 -2
- tccli/services/es/v20180416/api.json +10 -0
- tccli/services/ess/v20201111/api.json +6 -6
- tccli/services/ess/v20201111/examples.json +10 -4
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/goosefs/goosefs_client.py +386 -68
- tccli/services/goosefs/v20220519/api.json +510 -0
- tccli/services/goosefs/v20220519/examples.json +48 -0
- tccli/services/hai/v20230812/api.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +13 -3
- tccli/services/keewidb/v20220308/api.json +11 -2
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/live/v20180801/api.json +10 -0
- tccli/services/lke/v20231130/api.json +2 -58
- tccli/services/monitor/v20180724/api.json +8 -11
- tccli/services/mps/v20190612/api.json +20 -9
- tccli/services/mps/v20190612/examples.json +6 -0
- tccli/services/postgres/postgres_client.py +0 -53
- tccli/services/postgres/v20170312/api.json +9 -135
- tccli/services/postgres/v20170312/examples.json +0 -8
- tccli/services/scf/v20180416/api.json +2 -2
- tccli/services/ses/v20201002/api.json +9 -0
- tccli/services/sqlserver/v20180328/api.json +2 -2
- tccli/services/ssl/v20191205/api.json +18 -0
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tcb/v20180608/api.json +3 -3
- tccli/services/tdid/v20210519/examples.json +1 -1
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +306 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/tke/v20220501/api.json +11 -0
- tccli/services/trtc/v20190722/api.json +19 -1
- tccli/services/tse/v20201207/api.json +78 -4
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +3 -3
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1319.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1319.1.dist-info}/RECORD +62 -66
- tccli/services/apcas/__init__.py +0 -4
- tccli/services/apcas/apcas_client.py +0 -525
- tccli/services/apcas/v20201127/api.json +0 -733
- tccli/services/apcas/v20201127/examples.json +0 -61
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1319.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1319.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1319.1.dist-info}/license_files/LICENSE +0 -0
@@ -3369,23 +3369,23 @@
|
|
3369
3369
|
"members": [
|
3370
3370
|
{
|
3371
3371
|
"disabled": false,
|
3372
|
-
"document": "流程ID
|
3372
|
+
"document": "流程ID",
|
3373
3373
|
"example": "147187",
|
3374
3374
|
"member": "int64",
|
3375
3375
|
"name": "FlowId",
|
3376
3376
|
"output_required": false,
|
3377
3377
|
"type": "int",
|
3378
|
-
"value_allowed_null":
|
3378
|
+
"value_allowed_null": false
|
3379
3379
|
},
|
3380
3380
|
{
|
3381
3381
|
"disabled": false,
|
3382
|
-
"document": "任务id
|
3382
|
+
"document": "任务id",
|
3383
3383
|
"example": "149284",
|
3384
3384
|
"member": "int64",
|
3385
3385
|
"name": "TaskId",
|
3386
3386
|
"output_required": false,
|
3387
3387
|
"type": "int",
|
3388
|
-
"value_allowed_null":
|
3388
|
+
"value_allowed_null": false
|
3389
3389
|
},
|
3390
3390
|
{
|
3391
3391
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -9132,7 +9132,7 @@
|
|
9132
9132
|
{
|
9133
9133
|
"disabled": false,
|
9134
9134
|
"document": "备份下载地址",
|
9135
|
-
"example": "https://ncdb-bj-pitr-1258***699.cos.ap-beijing.myqcloud.com/cynosdb/data/mysqldump/****9fd2-691a-11ef-b99a-b02628437590/2024-10-28/1879681/data_backup_1879681_20241028022147.xb?q-sign-algorithm=sha1&q-ak=************&q-sign-time=1730079993%3B1730123193
|
9135
|
+
"example": "https://ncdb-bj-pitr-1258***699.cos.ap-beijing.myqcloud.com/cynosdb/data/mysqldump/****9fd2-691a-11ef-b99a-b02628437590/2024-10-28/1879681/data_backup_1879681_20241028022147.xb?q-sign-algorithm=sha1&q-ak=************&q-sign-time=1730079993%3B1730123193",
|
9136
9136
|
"member": "string",
|
9137
9137
|
"name": "DownloadUrl",
|
9138
9138
|
"output_required": true,
|
@@ -9398,7 +9398,7 @@
|
|
9398
9398
|
{
|
9399
9399
|
"disabled": false,
|
9400
9400
|
"document": "下载地址",
|
9401
|
-
"example": "https://ncdb-cdc-bj-1258***699.cos.ap-beijing.myqcloud.com/cynosdb/cdc/BinlogCapture/71***d45-8cfd-11ef-b99a-b02628437590/29.18.12.168_20650_1/mysql-bin.001002/file?q-sign-algorithm=sha1&q-ak=**************&q-sign-time=17300***57%3B1730123657
|
9401
|
+
"example": "https://ncdb-cdc-bj-1258***699.cos.ap-beijing.myqcloud.com/cynosdb/cdc/BinlogCapture/71***d45-8cfd-11ef-b99a-b02628437590/29.18.12.168_20650_1/mysql-bin.001002/file?q-sign-algorithm=sha1&q-ak=**************&q-sign-time=17300***57%3B1730123657",
|
9402
9402
|
"member": "string",
|
9403
9403
|
"name": "DownloadUrl",
|
9404
9404
|
"output_required": true,
|
@@ -14780,7 +14780,7 @@
|
|
14780
14780
|
{
|
14781
14781
|
"disabled": false,
|
14782
14782
|
"document": "修改后的审计规则。",
|
14783
|
-
"example": "
|
14783
|
+
"example": "[{\"Type\": \"sqlType\",\"Compare\": \"INC\",\"Value\": \"UPDATE\"}]",
|
14784
14784
|
"member": "RuleFilters",
|
14785
14785
|
"name": "RuleFilters",
|
14786
14786
|
"required": false,
|
@@ -6470,24 +6470,27 @@
|
|
6470
6470
|
"example": "1",
|
6471
6471
|
"member": "int64",
|
6472
6472
|
"name": "TotalCount",
|
6473
|
+
"output_required": true,
|
6473
6474
|
"type": "int",
|
6474
6475
|
"value_allowed_null": false
|
6475
6476
|
},
|
6476
6477
|
{
|
6477
6478
|
"disabled": false,
|
6478
6479
|
"document": "各来源地址的慢日志占比详情列表。",
|
6479
|
-
"example": "
|
6480
|
+
"example": "[{\"UserHost\":\"xx.xx.xx.xx\",\"Ratio\":100,\"Count\":1}]",
|
6480
6481
|
"member": "SlowLogHost",
|
6481
6482
|
"name": "Items",
|
6483
|
+
"output_required": true,
|
6482
6484
|
"type": "list",
|
6483
6485
|
"value_allowed_null": false
|
6484
6486
|
},
|
6485
6487
|
{
|
6486
6488
|
"disabled": false,
|
6487
6489
|
"document": "各来源用户名的慢日志占比详情列表。",
|
6488
|
-
"example": "
|
6490
|
+
"example": "[{\"UserName\":\"test\",\"Ratio\":100,\"Count\":1}]",
|
6489
6491
|
"member": "SlowLogUser",
|
6490
6492
|
"name": "UserNameItems",
|
6493
|
+
"output_required": true,
|
6491
6494
|
"type": "list",
|
6492
6495
|
"value_allowed_null": false
|
6493
6496
|
},
|
@@ -6497,6 +6500,7 @@
|
|
6497
6500
|
"example": "1",
|
6498
6501
|
"member": "int64",
|
6499
6502
|
"name": "UserTotalCount",
|
6503
|
+
"output_required": true,
|
6500
6504
|
"type": "int",
|
6501
6505
|
"value_allowed_null": false
|
6502
6506
|
},
|
@@ -6639,7 +6643,7 @@
|
|
6639
6643
|
{
|
6640
6644
|
"disabled": false,
|
6641
6645
|
"document": "慢日志明细",
|
6642
|
-
"example": "[{\"LockTime\":0,\"UserHost\":\"169.254.128.9\",\"RowsSent\":1,\"UserName\":\"root\",\"Database\":\"information_schema\",\"SqlText\":\"/* dbbrain user mark */select SLEEP(10)\",\"QueryTime\":10,\"RowsExamined\":0,\"Timestamp\":\"2023-03-31 10:47:35\"}
|
6646
|
+
"example": "[{\"LockTime\":0,\"UserHost\":\"169.254.128.9\",\"RowsSent\":1,\"UserName\":\"root\",\"Database\":\"information_schema\",\"SqlText\":\"/* dbbrain user mark */select SLEEP(10)\",\"QueryTime\":10,\"RowsExamined\":0,\"Timestamp\":\"2023-03-31 10:47:35\"}]",
|
6643
6647
|
"member": "SlowLogInfoItem",
|
6644
6648
|
"name": "Rows",
|
6645
6649
|
"output_required": true,
|
@@ -4449,6 +4449,15 @@
|
|
4449
4449
|
"name": "IsSessionStarted",
|
4450
4450
|
"required": false,
|
4451
4451
|
"type": "bool"
|
4452
|
+
},
|
4453
|
+
{
|
4454
|
+
"disabled": false,
|
4455
|
+
"document": "依赖包信息",
|
4456
|
+
"example": "无",
|
4457
|
+
"member": "DependencyPackage",
|
4458
|
+
"name": "DependencyPackages",
|
4459
|
+
"required": false,
|
4460
|
+
"type": "list"
|
4452
4461
|
}
|
4453
4462
|
],
|
4454
4463
|
"type": "object"
|
@@ -8101,6 +8110,100 @@
|
|
8101
8110
|
],
|
8102
8111
|
"type": "object"
|
8103
8112
|
},
|
8113
|
+
"DependencyPackage": {
|
8114
|
+
"document": "任务依赖包信息",
|
8115
|
+
"members": [
|
8116
|
+
{
|
8117
|
+
"disabled": false,
|
8118
|
+
"document": "依赖包类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
8119
|
+
"example": "Maven",
|
8120
|
+
"member": "string",
|
8121
|
+
"name": "PackageSource",
|
8122
|
+
"output_required": false,
|
8123
|
+
"required": false,
|
8124
|
+
"type": "string",
|
8125
|
+
"value_allowed_null": true
|
8126
|
+
},
|
8127
|
+
{
|
8128
|
+
"disabled": false,
|
8129
|
+
"document": "依赖包信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8130
|
+
"example": "com.hedera.hashgraph:hapi:0.61.3",
|
8131
|
+
"member": "string",
|
8132
|
+
"name": "MavenPackage",
|
8133
|
+
"output_required": false,
|
8134
|
+
"required": false,
|
8135
|
+
"type": "string",
|
8136
|
+
"value_allowed_null": true
|
8137
|
+
},
|
8138
|
+
{
|
8139
|
+
"disabled": false,
|
8140
|
+
"document": "依赖包仓库\n注意:此字段可能返回 null,表示取不到有效值。",
|
8141
|
+
"example": "https://mirrors.cloud.tencent.com/nexus/repository/maven-public",
|
8142
|
+
"member": "string",
|
8143
|
+
"name": "MavenRepository",
|
8144
|
+
"output_required": false,
|
8145
|
+
"required": false,
|
8146
|
+
"type": "string",
|
8147
|
+
"value_allowed_null": true
|
8148
|
+
},
|
8149
|
+
{
|
8150
|
+
"disabled": false,
|
8151
|
+
"document": "maven包exclusion信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8152
|
+
"example": "json:json",
|
8153
|
+
"member": "string",
|
8154
|
+
"name": "MavenExclusion",
|
8155
|
+
"output_required": false,
|
8156
|
+
"required": false,
|
8157
|
+
"type": "string",
|
8158
|
+
"value_allowed_null": true
|
8159
|
+
},
|
8160
|
+
{
|
8161
|
+
"disabled": false,
|
8162
|
+
"document": "pypi包信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8163
|
+
"example": "requests",
|
8164
|
+
"member": "string",
|
8165
|
+
"name": "PypiPackage",
|
8166
|
+
"output_required": false,
|
8167
|
+
"required": false,
|
8168
|
+
"type": "string",
|
8169
|
+
"value_allowed_null": true
|
8170
|
+
},
|
8171
|
+
{
|
8172
|
+
"disabled": false,
|
8173
|
+
"document": "pypi索引地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
8174
|
+
"example": "https://pypi.org/simple",
|
8175
|
+
"member": "string",
|
8176
|
+
"name": "PypiIndexUrl",
|
8177
|
+
"output_required": false,
|
8178
|
+
"required": false,
|
8179
|
+
"type": "string",
|
8180
|
+
"value_allowed_null": true
|
8181
|
+
},
|
8182
|
+
{
|
8183
|
+
"disabled": false,
|
8184
|
+
"document": "文件包的类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
8185
|
+
"example": "jar",
|
8186
|
+
"member": "string",
|
8187
|
+
"name": "PackageType",
|
8188
|
+
"output_required": false,
|
8189
|
+
"required": false,
|
8190
|
+
"type": "string",
|
8191
|
+
"value_allowed_null": true
|
8192
|
+
},
|
8193
|
+
{
|
8194
|
+
"disabled": false,
|
8195
|
+
"document": "文件包的路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
8196
|
+
"example": "cosn://a/b/c.jar",
|
8197
|
+
"member": "string",
|
8198
|
+
"name": "PackagePath",
|
8199
|
+
"output_required": false,
|
8200
|
+
"required": false,
|
8201
|
+
"type": "string",
|
8202
|
+
"value_allowed_null": true
|
8203
|
+
}
|
8204
|
+
],
|
8205
|
+
"usage": "both"
|
8206
|
+
},
|
8104
8207
|
"DescribeAdvancedStoreLocationRequest": {
|
8105
8208
|
"document": "DescribeAdvancedStoreLocation请求参数结构体",
|
8106
8209
|
"members": [],
|
@@ -14774,6 +14877,15 @@
|
|
14774
14877
|
"name": "IsSessionStarted",
|
14775
14878
|
"required": false,
|
14776
14879
|
"type": "bool"
|
14880
|
+
},
|
14881
|
+
{
|
14882
|
+
"disabled": false,
|
14883
|
+
"document": "标准引擎依赖包",
|
14884
|
+
"example": "无",
|
14885
|
+
"member": "DependencyPackage",
|
14886
|
+
"name": "DependencyPackages",
|
14887
|
+
"required": false,
|
14888
|
+
"type": "list"
|
14777
14889
|
}
|
14778
14890
|
],
|
14779
14891
|
"type": "object"
|
@@ -998,9 +998,9 @@
|
|
998
998
|
],
|
999
999
|
"ModifySparkApp": [
|
1000
1000
|
{
|
1001
|
-
"document": "
|
1002
|
-
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySparkApp\n<公共请求参数>\n\n{\n \"
|
1003
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1001
|
+
"document": "",
|
1002
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySparkApp\n<公共请求参数>\n\n{\n \"AppName\": \"jar_check_1\",\n \"AppType\": 1,\n \"DataEngine\": \"thea_T282_spark_勿删\",\n \"IsLocal\": \"lakefs\",\n \"AppFile\": \"lakefs://demo/1304581893/.system/sparkAppJar/20250519/be923656-33c0-4b6a-a4f8-814efb293f29/app-1.0-SNAPSHOT.jar\",\n \"IsLocalJars\": \"cos\",\n \"AppJars\": \"\",\n \"IsLocalFiles\": \"cos\",\n \"AppArchives\": \"\",\n \"IsLocalArchives\": \"cos\",\n \"AppFiles\": \"\",\n \"IsLocalPythonFiles\": \"cos\",\n \"AppPythonFiles\": \"\",\n \"RoleArn\": 1211,\n \"SparkImage\": \"\",\n \"MainClass\": \"org.example.job.AppTest\",\n \"CmdArgs\": \"\",\n \"AppConf\": \"\",\n \"AppExecutorSize\": \"small\",\n \"AppDriverSize\": \"small\",\n \"AppExecutorNums\": 1,\n \"MaxRetries\": 1,\n \"DataSource\": \"\",\n \"SessionId\": \"\",\n \"AppExecutorMaxNumbers\": 1,\n \"IsInherit\": 0,\n \"SparkImageVersion\": \"\",\n \"DependencyPackages\": [\n {\n \"PackageSource\": \"Maven\",\n \"MavenPackage\": \"com.github.penfeizhou.android.animation:glide-plugin:3.0.5\"\n }\n ],\n \"IsSessionStarted\": false,\n \"SparkAppId\": \"batch_776890ff-4f47-48e7-88ea-5c50c55c3866\"\n}",
|
1003
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d1e95669-101e-4d06-a9a7-c56d83f60b03\"\n }\n}",
|
1004
1004
|
"title": "更新spark作业"
|
1005
1005
|
}
|
1006
1006
|
],
|
@@ -106,7 +106,7 @@
|
|
106
106
|
{
|
107
107
|
"document": " 批量添加记录",
|
108
108
|
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRecordBatch\n<公共请求参数>\n\n{\n \"DomainIdList\": [\n \"49\",\n \"53\"\n ],\n \"RecordList\": [\n {\n \"SubDomain\": \"aa,bb\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"默认\",\n \"Value\": \"11.22.33.44\",\n \"TTL\": 600\n }\n ]\n}",
|
109
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"DetailList\": [\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 0,\n \"SubDomain\": \"
|
109
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"DetailList\": [\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 0,\n \"SubDomain\": \"www\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 1,\n \"SubDomain\": \"wap\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 2,\n \"SubDomain\": \"bbs\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n }\n ],\n \"Id\": 0,\n \"DomainId\": 48,\n \"Domain\": \"dnsapi6.cn\",\n \"DomainGrade\": \"DP_PLUS\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": null\n },\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 0,\n \"SubDomain\": \"admin\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 1,\n \"SubDomain\": \"wap\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 2,\n \"SubDomain\": \"bbs\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n }\n ],\n \"Id\": 1,\n \"DomainId\": 49,\n \"Domain\": \"dnsapi1.cn\",\n \"DomainGrade\": \"DP_FREE\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": null\n }\n ],\n \"JobId\": 34\n }\n}",
|
110
110
|
"title": "批量添加记录"
|
111
111
|
}
|
112
112
|
],
|
@@ -316,7 +316,7 @@
|
|
316
316
|
"status": "online"
|
317
317
|
},
|
318
318
|
"ModifyTemplate": {
|
319
|
-
"document": "
|
319
|
+
"document": "修改模板信息,仅能修改模板未通过审核的,即[模板详情](https://cloud.tencent.com/document/product/242/50018)中:AuditStatus不为Approved状态的",
|
320
320
|
"input": "ModifyTemplateRequest",
|
321
321
|
"name": "修改模板",
|
322
322
|
"output": "ModifyTemplateResponse",
|
@@ -4906,8 +4906,8 @@
|
|
4906
4906
|
},
|
4907
4907
|
{
|
4908
4908
|
"disabled": false,
|
4909
|
-
"document": "模板ID",
|
4910
|
-
"example": "
|
4909
|
+
"document": "模板ID\n可通过接口: [DescribeTemplateList](https://cloud.tencent.com/document/product/242/48940)",
|
4910
|
+
"example": "tmpl-3mm9fxug",
|
4911
4911
|
"member": "string",
|
4912
4912
|
"name": "TemplateId",
|
4913
4913
|
"required": true,
|
@@ -202,7 +202,7 @@
|
|
202
202
|
{
|
203
203
|
"document": "我得标的域名",
|
204
204
|
"input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingSuccessfulList\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
|
205
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"340187d9-be66-43e7-a837-80049dad20ec\",\n \"SuccessfulList\": [\n {}\n ],\n \"Total\": 1\n }\n}",
|
205
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"340187d9-be66-43e7-a837-80049dad20ec\",\n \"SuccessfulList\": [\n {\n \"PayEndTime\": \"2023-12-25 16:00:00\"\n }\n ],\n \"Total\": 1\n }\n}",
|
206
206
|
"title": "我得标的域名"
|
207
207
|
}
|
208
208
|
],
|