tccli 3.0.1268.1__py2.py3-none-any.whl → 3.0.1269.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 +5 -1
- tccli/services/aiart/aiart_client.py +106 -0
- tccli/services/aiart/v20221229/api.json +275 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/billing/billing_client.py +4 -163
- tccli/services/billing/v20180709/api.json +0 -489
- tccli/services/billing/v20180709/examples.json +0 -24
- tccli/services/cat/v20180409/api.json +3 -1
- tccli/services/cbs/v20170312/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +11 -11
- tccli/services/ccc/v20200210/examples.json +2 -2
- tccli/services/cdb/v20170320/api.json +48 -18
- tccli/services/cfw/v20190904/api.json +30 -30
- tccli/services/ckafka/v20190819/api.json +10 -0
- tccli/services/csip/v20221121/api.json +38 -38
- tccli/services/cwp/cwp_client.py +4 -57
- tccli/services/cwp/v20180228/api.json +0 -184
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/cynosdb/v20190107/examples.json +1 -1
- tccli/services/dcdb/dcdb_client.py +122 -16
- tccli/services/dcdb/v20180411/api.json +222 -0
- tccli/services/dcdb/v20180411/examples.json +16 -0
- tccli/services/dlc/v20210125/api.json +145 -26
- tccli/services/dlc/v20210125/examples.json +18 -18
- tccli/services/domain/v20180808/api.json +8 -8
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/es/v20180416/api.json +9 -9
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +4 -4
- tccli/services/faceid/v20180301/api.json +5 -5
- tccli/services/faceid/v20180301/examples.json +6 -0
- tccli/services/gme/v20180711/api.json +118 -115
- tccli/services/gme/v20180711/examples.json +6 -6
- tccli/services/hunyuan/v20230901/api.json +9 -0
- tccli/services/iotexplorer/v20190423/api.json +4 -4
- tccli/services/iotexplorer/v20190423/examples.json +5 -5
- tccli/services/keewidb/v20220308/api.json +2 -2
- tccli/services/lcic/v20220817/api.json +177 -177
- tccli/services/lcic/v20220817/examples.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +76 -67
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +31 -0
- tccli/services/lkeap/v20240522/api.json +55 -9
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mna/mna_client.py +106 -0
- tccli/services/mna/v20210119/api.json +246 -0
- tccli/services/mna/v20210119/examples.json +16 -0
- tccli/services/monitor/monitor_client.py +62 -57
- tccli/services/monitor/v20230616/api.json +266 -0
- tccli/services/monitor/v20230616/examples.json +19 -0
- tccli/services/mqtt/mqtt_client.py +489 -12
- tccli/services/mqtt/v20240516/api.json +864 -3
- tccli/services/mqtt/v20240516/examples.json +72 -0
- tccli/services/ocr/ocr_client.py +53 -0
- tccli/services/ocr/v20181119/api.json +246 -1
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/postgres/postgres_client.py +334 -16
- tccli/services/postgres/v20170312/api.json +717 -34
- tccli/services/postgres/v20170312/examples.json +72 -0
- tccli/services/ssl/v20191205/api.json +496 -493
- tccli/services/ssl/v20191205/examples.json +144 -24
- tccli/services/taf/taf_client.py +0 -159
- tccli/services/taf/v20200210/api.json +0 -665
- tccli/services/taf/v20200210/examples.json +0 -24
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/tione/v20211111/api.json +14 -3
- tccli/services/trabbit/__init__.py +4 -0
- tccli/services/trabbit/trabbit_client.py +1691 -0
- tccli/services/trabbit/v20230418/api.json +4773 -0
- tccli/services/trabbit/v20230418/examples.json +237 -0
- tccli/services/trtc/v20190722/api.json +8 -8
- tccli/services/trtc/v20190722/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +0 -450
- tccli/services/vclm/v20240523/examples.json +0 -48
- tccli/services/vclm/vclm_client.py +0 -159
- tccli/services/wedata/v20210820/api.json +211 -33
- tccli/services/wedata/v20210820/examples.json +14 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/RECORD +87 -81
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,13 +7,6 @@
|
|
7
7
|
"output": "CreateAllocationTagResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
|
-
"CreateSavingPlanOrder": {
|
11
|
-
"document": "接口迁移到其他业务\n\n创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付",
|
12
|
-
"input": "CreateSavingPlanOrderRequest",
|
13
|
-
"name": "创建节省计划订单",
|
14
|
-
"output": "CreateSavingPlanOrderResponse",
|
15
|
-
"status": "deprecated"
|
16
|
-
},
|
17
10
|
"DeleteAllocationTag": {
|
18
11
|
"document": "批量取消设置分账标签",
|
19
12
|
"input": "DeleteAllocationTagRequest",
|
@@ -273,13 +266,6 @@
|
|
273
266
|
"output": "DescribeSavingPlanCoverageResponse",
|
274
267
|
"status": "online"
|
275
268
|
},
|
276
|
-
"DescribeSavingPlanOverview": {
|
277
|
-
"document": "接口迁移到其他业务\n\n查用当前用户明细节省计划总览查询时段内的使用情况",
|
278
|
-
"input": "DescribeSavingPlanOverviewRequest",
|
279
|
-
"name": "查询节省计划总览明细",
|
280
|
-
"output": "DescribeSavingPlanOverviewResponse",
|
281
|
-
"status": "deprecated"
|
282
|
-
},
|
283
269
|
"DescribeSavingPlanResourceInfo": {
|
284
270
|
"document": "查询节省计划详情",
|
285
271
|
"input": "DescribeSavingPlanResourceInfoRequest",
|
@@ -287,13 +273,6 @@
|
|
287
273
|
"output": "DescribeSavingPlanResourceInfoResponse",
|
288
274
|
"status": "online"
|
289
275
|
},
|
290
|
-
"DescribeSavingPlanUsage": {
|
291
|
-
"document": "接口迁移到其他业务\n\n查用当前用户明细节省计划查询时段内的使用情况",
|
292
|
-
"input": "DescribeSavingPlanUsageRequest",
|
293
|
-
"name": "查询节省计划使用率明细",
|
294
|
-
"output": "DescribeSavingPlanUsageResponse",
|
295
|
-
"status": "deprecated"
|
296
|
-
},
|
297
276
|
"DescribeTagList": {
|
298
277
|
"document": "获取分账标签",
|
299
278
|
"input": "DescribeTagListRequest",
|
@@ -7780,115 +7759,6 @@
|
|
7780
7759
|
],
|
7781
7760
|
"type": "object"
|
7782
7761
|
},
|
7783
|
-
"CreateSavingPlanOrderRequest": {
|
7784
|
-
"document": "CreateSavingPlanOrder请求参数结构体",
|
7785
|
-
"members": [
|
7786
|
-
{
|
7787
|
-
"disabled": false,
|
7788
|
-
"document": "地域编码",
|
7789
|
-
"example": "无",
|
7790
|
-
"member": "int64",
|
7791
|
-
"name": "RegionId",
|
7792
|
-
"required": true,
|
7793
|
-
"type": "int"
|
7794
|
-
},
|
7795
|
-
{
|
7796
|
-
"disabled": false,
|
7797
|
-
"document": "区域编码",
|
7798
|
-
"example": "无",
|
7799
|
-
"member": "int64",
|
7800
|
-
"name": "ZoneId",
|
7801
|
-
"required": true,
|
7802
|
-
"type": "int"
|
7803
|
-
},
|
7804
|
-
{
|
7805
|
-
"disabled": false,
|
7806
|
-
"document": "预付费类型",
|
7807
|
-
"example": "1全预费 2部分预付 3 不预付",
|
7808
|
-
"member": "string",
|
7809
|
-
"name": "PrePayType",
|
7810
|
-
"required": true,
|
7811
|
-
"type": "string"
|
7812
|
-
},
|
7813
|
-
{
|
7814
|
-
"disabled": false,
|
7815
|
-
"document": "时长",
|
7816
|
-
"example": "时长为一年时,timeSpan为 1",
|
7817
|
-
"member": "uint64",
|
7818
|
-
"name": "TimeSpan",
|
7819
|
-
"required": true,
|
7820
|
-
"type": "int"
|
7821
|
-
},
|
7822
|
-
{
|
7823
|
-
"disabled": false,
|
7824
|
-
"document": "时长单位",
|
7825
|
-
"example": "时长为一年时,timeUnit为 y",
|
7826
|
-
"member": "string",
|
7827
|
-
"name": "TimeUnit",
|
7828
|
-
"required": true,
|
7829
|
-
"type": "string"
|
7830
|
-
},
|
7831
|
-
{
|
7832
|
-
"disabled": false,
|
7833
|
-
"document": "商品唯一标识",
|
7834
|
-
"example": "无",
|
7835
|
-
"member": "string",
|
7836
|
-
"name": "CommodityCode",
|
7837
|
-
"required": true,
|
7838
|
-
"type": "string"
|
7839
|
-
},
|
7840
|
-
{
|
7841
|
-
"disabled": false,
|
7842
|
-
"document": "承诺时长内的小额金额(单位:元)",
|
7843
|
-
"example": "无",
|
7844
|
-
"member": "uint64",
|
7845
|
-
"name": "PromiseUseAmount",
|
7846
|
-
"required": true,
|
7847
|
-
"type": "int"
|
7848
|
-
},
|
7849
|
-
{
|
7850
|
-
"disabled": false,
|
7851
|
-
"document": "节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:\"2023-10-01 00:00:00\",仅支持指定日期的0点时刻",
|
7852
|
-
"example": "无",
|
7853
|
-
"member": "string",
|
7854
|
-
"name": "SpecifyEffectTime",
|
7855
|
-
"required": false,
|
7856
|
-
"type": "string"
|
7857
|
-
},
|
7858
|
-
{
|
7859
|
-
"disabled": false,
|
7860
|
-
"document": "可重入ID",
|
7861
|
-
"example": "可重入标记,业务名+64位UUID",
|
7862
|
-
"member": "string",
|
7863
|
-
"name": "ClientToken",
|
7864
|
-
"required": false,
|
7865
|
-
"type": "string"
|
7866
|
-
}
|
7867
|
-
],
|
7868
|
-
"type": "object"
|
7869
|
-
},
|
7870
|
-
"CreateSavingPlanOrderResponse": {
|
7871
|
-
"document": "CreateSavingPlanOrder返回参数结构体",
|
7872
|
-
"members": [
|
7873
|
-
{
|
7874
|
-
"disabled": false,
|
7875
|
-
"document": "订单号",
|
7876
|
-
"example": "无",
|
7877
|
-
"member": "string",
|
7878
|
-
"name": "BigDealId",
|
7879
|
-
"output_required": false,
|
7880
|
-
"type": "string",
|
7881
|
-
"value_allowed_null": false
|
7882
|
-
},
|
7883
|
-
{
|
7884
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7885
|
-
"member": "string",
|
7886
|
-
"name": "RequestId",
|
7887
|
-
"type": "string"
|
7888
|
-
}
|
7889
|
-
],
|
7890
|
-
"type": "object"
|
7891
|
-
},
|
7892
7762
|
"Deal": {
|
7893
7763
|
"document": "订单数据对象",
|
7894
7764
|
"members": [
|
@@ -12997,80 +12867,6 @@
|
|
12997
12867
|
],
|
12998
12868
|
"type": "object"
|
12999
12869
|
},
|
13000
|
-
"DescribeSavingPlanOverviewRequest": {
|
13001
|
-
"document": "DescribeSavingPlanOverview请求参数结构体",
|
13002
|
-
"members": [
|
13003
|
-
{
|
13004
|
-
"disabled": false,
|
13005
|
-
"document": "开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月",
|
13006
|
-
"example": "2023-06-01",
|
13007
|
-
"member": "string",
|
13008
|
-
"name": "StartDate",
|
13009
|
-
"required": true,
|
13010
|
-
"type": "string"
|
13011
|
-
},
|
13012
|
-
{
|
13013
|
-
"disabled": false,
|
13014
|
-
"document": "结束时间,格式yyyy-MM-dd",
|
13015
|
-
"example": "2023-06-30",
|
13016
|
-
"member": "string",
|
13017
|
-
"name": "EndDate",
|
13018
|
-
"required": true,
|
13019
|
-
"type": "string"
|
13020
|
-
},
|
13021
|
-
{
|
13022
|
-
"disabled": false,
|
13023
|
-
"document": "分页偏移量",
|
13024
|
-
"example": "0",
|
13025
|
-
"member": "uint64",
|
13026
|
-
"name": "Offset",
|
13027
|
-
"required": true,
|
13028
|
-
"type": "int"
|
13029
|
-
},
|
13030
|
-
{
|
13031
|
-
"disabled": false,
|
13032
|
-
"document": "每页数量,最大值为200",
|
13033
|
-
"example": "100",
|
13034
|
-
"member": "uint64",
|
13035
|
-
"name": "Limit",
|
13036
|
-
"required": true,
|
13037
|
-
"type": "int"
|
13038
|
-
}
|
13039
|
-
],
|
13040
|
-
"type": "object"
|
13041
|
-
},
|
13042
|
-
"DescribeSavingPlanOverviewResponse": {
|
13043
|
-
"document": "DescribeSavingPlanOverview返回参数结构体",
|
13044
|
-
"members": [
|
13045
|
-
{
|
13046
|
-
"disabled": false,
|
13047
|
-
"document": "节省计划总览明细数据\t",
|
13048
|
-
"example": "无",
|
13049
|
-
"member": "SavingPlanOverviewDetail",
|
13050
|
-
"name": "Overviews",
|
13051
|
-
"output_required": false,
|
13052
|
-
"type": "list",
|
13053
|
-
"value_allowed_null": false
|
13054
|
-
},
|
13055
|
-
{
|
13056
|
-
"disabled": false,
|
13057
|
-
"document": "查询命中的节省计划总览明细数据总条数",
|
13058
|
-
"example": "1000",
|
13059
|
-
"member": "uint64",
|
13060
|
-
"name": "Total",
|
13061
|
-
"output_required": true,
|
13062
|
-
"type": "int",
|
13063
|
-
"value_allowed_null": false
|
13064
|
-
},
|
13065
|
-
{
|
13066
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13067
|
-
"member": "string",
|
13068
|
-
"name": "RequestId",
|
13069
|
-
"type": "string"
|
13070
|
-
}
|
13071
|
-
],
|
13072
|
-
"type": "object"
|
13073
|
-
},
|
13074
12870
|
"DescribeSavingPlanResourceInfoRequest": {
|
13075
12871
|
"document": "DescribeSavingPlanResourceInfo请求参数结构体",
|
13076
12872
|
"members": [
|
@@ -13135,89 +12931,6 @@
|
|
13135
12931
|
],
|
13136
12932
|
"type": "object"
|
13137
12933
|
},
|
13138
|
-
"DescribeSavingPlanUsageRequest": {
|
13139
|
-
"document": "DescribeSavingPlanUsage请求参数结构体",
|
13140
|
-
"members": [
|
13141
|
-
{
|
13142
|
-
"disabled": false,
|
13143
|
-
"document": "开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月",
|
13144
|
-
"example": "2023-06-01",
|
13145
|
-
"member": "string",
|
13146
|
-
"name": "StartDate",
|
13147
|
-
"required": true,
|
13148
|
-
"type": "string"
|
13149
|
-
},
|
13150
|
-
{
|
13151
|
-
"disabled": false,
|
13152
|
-
"document": "结束时间,格式yyyy-MM-dd",
|
13153
|
-
"example": "2023-06-30",
|
13154
|
-
"member": "string",
|
13155
|
-
"name": "EndDate",
|
13156
|
-
"required": true,
|
13157
|
-
"type": "string"
|
13158
|
-
},
|
13159
|
-
{
|
13160
|
-
"disabled": false,
|
13161
|
-
"document": "分页偏移量",
|
13162
|
-
"example": "0",
|
13163
|
-
"member": "uint64",
|
13164
|
-
"name": "Offset",
|
13165
|
-
"required": true,
|
13166
|
-
"type": "int"
|
13167
|
-
},
|
13168
|
-
{
|
13169
|
-
"disabled": false,
|
13170
|
-
"document": "每页数量,最大值为200",
|
13171
|
-
"example": "200",
|
13172
|
-
"member": "uint64",
|
13173
|
-
"name": "Limit",
|
13174
|
-
"required": true,
|
13175
|
-
"type": "int"
|
13176
|
-
},
|
13177
|
-
{
|
13178
|
-
"disabled": false,
|
13179
|
-
"document": "查询结果数据的时间间隔",
|
13180
|
-
"example": "daily:日 month:月",
|
13181
|
-
"member": "string",
|
13182
|
-
"name": "TimeInterval",
|
13183
|
-
"required": true,
|
13184
|
-
"type": "string"
|
13185
|
-
}
|
13186
|
-
],
|
13187
|
-
"type": "object"
|
13188
|
-
},
|
13189
|
-
"DescribeSavingPlanUsageResponse": {
|
13190
|
-
"document": "DescribeSavingPlanUsage返回参数结构体",
|
13191
|
-
"members": [
|
13192
|
-
{
|
13193
|
-
"disabled": false,
|
13194
|
-
"document": "节省计划使用率数据",
|
13195
|
-
"example": "无",
|
13196
|
-
"member": "SavingPlanUsageDetail",
|
13197
|
-
"name": "Usages",
|
13198
|
-
"output_required": false,
|
13199
|
-
"type": "list",
|
13200
|
-
"value_allowed_null": false
|
13201
|
-
},
|
13202
|
-
{
|
13203
|
-
"disabled": false,
|
13204
|
-
"document": "查询命中的节省计划总览明细数据总条数",
|
13205
|
-
"example": "100",
|
13206
|
-
"member": "uint64",
|
13207
|
-
"name": "Total",
|
13208
|
-
"output_required": true,
|
13209
|
-
"type": "int",
|
13210
|
-
"value_allowed_null": false
|
13211
|
-
},
|
13212
|
-
{
|
13213
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13214
|
-
"member": "string",
|
13215
|
-
"name": "RequestId",
|
13216
|
-
"type": "string"
|
13217
|
-
}
|
13218
|
-
],
|
13219
|
-
"type": "object"
|
13220
|
-
},
|
13221
12934
|
"DescribeTagListRequest": {
|
13222
12935
|
"document": "DescribeTagList请求参数结构体",
|
13223
12936
|
"members": [
|
@@ -15007,208 +14720,6 @@
|
|
15007
14720
|
],
|
15008
14721
|
"usage": "out"
|
15009
14722
|
},
|
15010
|
-
"SavingPlanOverviewDetail": {
|
15011
|
-
"document": "节省计划总览明细数据",
|
15012
|
-
"members": [
|
15013
|
-
{
|
15014
|
-
"disabled": false,
|
15015
|
-
"document": "节省计划类型",
|
15016
|
-
"example": "svp_common",
|
15017
|
-
"member": "string",
|
15018
|
-
"name": "SpType",
|
15019
|
-
"output_required": true,
|
15020
|
-
"type": "string",
|
15021
|
-
"value_allowed_null": false
|
15022
|
-
},
|
15023
|
-
{
|
15024
|
-
"disabled": false,
|
15025
|
-
"document": "支付类型",
|
15026
|
-
"example": "1 全预付 2 部分预付 3 全不预付",
|
15027
|
-
"member": "uint64",
|
15028
|
-
"name": "PayType",
|
15029
|
-
"output_required": true,
|
15030
|
-
"type": "int",
|
15031
|
-
"value_allowed_null": false
|
15032
|
-
},
|
15033
|
-
{
|
15034
|
-
"disabled": false,
|
15035
|
-
"document": "支付金额(单位:元)",
|
15036
|
-
"example": "10.1",
|
15037
|
-
"member": "string",
|
15038
|
-
"name": "PayAmount",
|
15039
|
-
"output_required": true,
|
15040
|
-
"type": "string",
|
15041
|
-
"value_allowed_null": false
|
15042
|
-
},
|
15043
|
-
{
|
15044
|
-
"disabled": false,
|
15045
|
-
"document": "开始时间 yyyy-mm-dd HH:mm:ss格式",
|
15046
|
-
"example": "2023-06-01 00:00:00",
|
15047
|
-
"member": "string",
|
15048
|
-
"name": "StartTime",
|
15049
|
-
"output_required": true,
|
15050
|
-
"type": "string",
|
15051
|
-
"value_allowed_null": false
|
15052
|
-
},
|
15053
|
-
{
|
15054
|
-
"disabled": false,
|
15055
|
-
"document": "结束时间 yyyy-mm-dd HH:mm:ss格式",
|
15056
|
-
"example": "2023-06-01 00:00:00",
|
15057
|
-
"member": "string",
|
15058
|
-
"name": "EndTime",
|
15059
|
-
"output_required": true,
|
15060
|
-
"type": "string",
|
15061
|
-
"value_allowed_null": false
|
15062
|
-
},
|
15063
|
-
{
|
15064
|
-
"disabled": false,
|
15065
|
-
"document": "购买时间 yyyy-mm-dd HH:mm:ss格式",
|
15066
|
-
"example": "2023-06-01 00:00:00",
|
15067
|
-
"member": "string",
|
15068
|
-
"name": "BuyTime",
|
15069
|
-
"output_required": true,
|
15070
|
-
"type": "string",
|
15071
|
-
"value_allowed_null": false
|
15072
|
-
},
|
15073
|
-
{
|
15074
|
-
"disabled": false,
|
15075
|
-
"document": "状态",
|
15076
|
-
"example": "1 生效 2 失效 3 作废",
|
15077
|
-
"member": "uint64",
|
15078
|
-
"name": "Status",
|
15079
|
-
"output_required": true,
|
15080
|
-
"type": "int",
|
15081
|
-
"value_allowed_null": false
|
15082
|
-
},
|
15083
|
-
{
|
15084
|
-
"disabled": false,
|
15085
|
-
"document": "累计节省金额(单位:元)",
|
15086
|
-
"example": "100.11",
|
15087
|
-
"member": "string",
|
15088
|
-
"name": "SavingAmount",
|
15089
|
-
"output_required": true,
|
15090
|
-
"type": "string",
|
15091
|
-
"value_allowed_null": false
|
15092
|
-
},
|
15093
|
-
{
|
15094
|
-
"disabled": false,
|
15095
|
-
"document": "地域",
|
15096
|
-
"example": "*",
|
15097
|
-
"member": "string",
|
15098
|
-
"name": "Region",
|
15099
|
-
"output_required": true,
|
15100
|
-
"type": "list",
|
15101
|
-
"value_allowed_null": false
|
15102
|
-
}
|
15103
|
-
],
|
15104
|
-
"usage": "out"
|
15105
|
-
},
|
15106
|
-
"SavingPlanUsageDetail": {
|
15107
|
-
"document": "节省计划使用率数据",
|
15108
|
-
"members": [
|
15109
|
-
{
|
15110
|
-
"disabled": false,
|
15111
|
-
"document": "节省计划类型",
|
15112
|
-
"example": "svp_common",
|
15113
|
-
"member": "string",
|
15114
|
-
"name": "SpType",
|
15115
|
-
"output_required": true,
|
15116
|
-
"type": "string",
|
15117
|
-
"value_allowed_null": false
|
15118
|
-
},
|
15119
|
-
{
|
15120
|
-
"disabled": false,
|
15121
|
-
"document": "节省计划状态",
|
15122
|
-
"example": "1 生效 2 失效 3 作废",
|
15123
|
-
"member": "uint64",
|
15124
|
-
"name": "Status",
|
15125
|
-
"output_required": true,
|
15126
|
-
"type": "int",
|
15127
|
-
"value_allowed_null": false
|
15128
|
-
},
|
15129
|
-
{
|
15130
|
-
"disabled": false,
|
15131
|
-
"document": "累计抵扣的金额(单位:元)",
|
15132
|
-
"example": "100.01",
|
15133
|
-
"member": "string",
|
15134
|
-
"name": "DeductAmount",
|
15135
|
-
"output_required": true,
|
15136
|
-
"type": "string",
|
15137
|
-
"value_allowed_null": false
|
15138
|
-
},
|
15139
|
-
{
|
15140
|
-
"disabled": false,
|
15141
|
-
"document": "累计承诺消费金额(单位:元)",
|
15142
|
-
"example": "100.01",
|
15143
|
-
"member": "string",
|
15144
|
-
"name": "PromiseAmount",
|
15145
|
-
"output_required": true,
|
15146
|
-
"type": "string",
|
15147
|
-
"value_allowed_null": false
|
15148
|
-
},
|
15149
|
-
{
|
15150
|
-
"disabled": false,
|
15151
|
-
"document": "累计净节省金额(单位:元)",
|
15152
|
-
"example": "100.01",
|
15153
|
-
"member": "string",
|
15154
|
-
"name": "NetSavings",
|
15155
|
-
"output_required": true,
|
15156
|
-
"type": "string",
|
15157
|
-
"value_allowed_null": false
|
15158
|
-
},
|
15159
|
-
{
|
15160
|
-
"disabled": false,
|
15161
|
-
"document": "使用率",
|
15162
|
-
"example": "100.01",
|
15163
|
-
"member": "float",
|
15164
|
-
"name": "UtilizationRate",
|
15165
|
-
"output_required": true,
|
15166
|
-
"type": "float",
|
15167
|
-
"value_allowed_null": false
|
15168
|
-
},
|
15169
|
-
{
|
15170
|
-
"disabled": false,
|
15171
|
-
"document": "累计流失金额(单位:元)",
|
15172
|
-
"example": "100.01",
|
15173
|
-
"member": "string",
|
15174
|
-
"name": "LossAmount",
|
15175
|
-
"output_required": true,
|
15176
|
-
"type": "string",
|
15177
|
-
"value_allowed_null": false
|
15178
|
-
},
|
15179
|
-
{
|
15180
|
-
"disabled": false,
|
15181
|
-
"document": "累计按量计费预期金额(单位:元)",
|
15182
|
-
"example": "100.01",
|
15183
|
-
"member": "string",
|
15184
|
-
"name": "DosageAmount",
|
15185
|
-
"output_required": true,
|
15186
|
-
"type": "string",
|
15187
|
-
"value_allowed_null": false
|
15188
|
-
},
|
15189
|
-
{
|
15190
|
-
"disabled": false,
|
15191
|
-
"document": "累计成本金额(单位:元)",
|
15192
|
-
"example": "100.01",
|
15193
|
-
"member": "string",
|
15194
|
-
"name": "CostAmount",
|
15195
|
-
"output_required": true,
|
15196
|
-
"type": "string",
|
15197
|
-
"value_allowed_null": false
|
15198
|
-
},
|
15199
|
-
{
|
15200
|
-
"disabled": false,
|
15201
|
-
"document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
15202
|
-
"example": "*",
|
15203
|
-
"member": "string",
|
15204
|
-
"name": "Region",
|
15205
|
-
"output_required": true,
|
15206
|
-
"type": "list",
|
15207
|
-
"value_allowed_null": true
|
15208
|
-
}
|
15209
|
-
],
|
15210
|
-
"usage": "out"
|
15211
|
-
},
|
15212
14723
|
"SummaryDetail": {
|
15213
14724
|
"document": "账单多维度汇总消费详情",
|
15214
14725
|
"members": [
|
@@ -8,14 +8,6 @@
|
|
8
8
|
"title": "批量设置分账标签"
|
9
9
|
}
|
10
10
|
],
|
11
|
-
"CreateSavingPlanOrder": [
|
12
|
-
{
|
13
|
-
"document": "",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSpOrder\n<公共请求参数>\n\n{\n \"RegionId\": 47,\n \"ZoneId\": 470004,\n \"PrePayType\": \"1\",\n \"SpecifyEffectTime\": \"2023-10-21 00:00:00\",\n \"TimeSpan\": 1,\n \"TimeUnit\": \"y\",\n \"CommodityCode\": \"svp_common_CYq7cGNk3FaV\",\n \"PromiseUseAmount\": 10000,\n \"ClientToken\": \"sp-856f5555-8064-43e9-8b7e-d04c5a9d6a9a,856f5555806443e98b7ed04c5a9d6a9a\"\n}",
|
15
|
-
"output": "{\n \"Response\": {\n \"BigDealId\": \"20231020400000764159521\",\n \"RequestId\": \"7525ef6b-ac63-4fa6-9bd4-d8c3c8b96220\"\n }\n}",
|
16
|
-
"title": "结算计划下单"
|
17
|
-
}
|
18
|
-
],
|
19
11
|
"DeleteAllocationTag": [
|
20
12
|
{
|
21
13
|
"document": "批量取消设置分账标签",
|
@@ -366,14 +358,6 @@
|
|
366
358
|
"title": "查询节省计划覆盖率数据"
|
367
359
|
}
|
368
360
|
],
|
369
|
-
"DescribeSavingPlanOverview": [
|
370
|
-
{
|
371
|
-
"document": "",
|
372
|
-
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSpOverviewDetail\n<公共请求参数>\n\n{\n \"StartDate\": \"2023-01-10\",\n \"EndDate\": \"2023-10-20\",\n \"Offset\": 0,\n \"Limit\": 2\n}",
|
373
|
-
"output": "{\n \"Response\": {\n \"Overviews\": [\n {\n \"BuyTime\": \"2023-10-23 01:39:39\",\n \"EndTime\": \"2023-11-23 01:59:59\",\n \"PayAmount\": \"730\",\n \"PayType\": 1,\n \"Region\": [\n \"1\"\n ],\n \"SavingAmount\": \"0\",\n \"SpType\": \"svp_common\",\n \"StartTime\": \"2023-10-23 01:00:00\",\n \"Status\": 2\n },\n {\n \"BuyTime\": \"2023-10-21 01:40:24\",\n \"EndTime\": \"2023-11-21 01:59:59\",\n \"PayAmount\": \"730\",\n \"PayType\": 1,\n \"Region\": [\n \"1\"\n ],\n \"SavingAmount\": \"0\",\n \"SpType\": \"svp_common\",\n \"StartTime\": \"2023-10-21 01:00:00\",\n \"Status\": 2\n }\n ],\n \"RequestId\": \"402f99cc-6ccf-49f5-a79e-ebd7ca680ef3\",\n \"Total\": 64\n }\n}",
|
374
|
-
"title": "查询节省计划明细示例"
|
375
|
-
}
|
376
|
-
],
|
377
361
|
"DescribeSavingPlanResourceInfo": [
|
378
362
|
{
|
379
363
|
"document": "查询名下可共享的sp资源详细",
|
@@ -382,14 +366,6 @@
|
|
382
366
|
"title": "输出示例"
|
383
367
|
}
|
384
368
|
],
|
385
|
-
"DescribeSavingPlanUsage": [
|
386
|
-
{
|
387
|
-
"document": "",
|
388
|
-
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSpUsageDetail\n<公共请求参数>\n\n{\n \"StartDate\": \"2023-01-10\",\n \"EndDate\": \"2023-10-20\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"TimeInterval\": \"day\"\n}",
|
389
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"b04c956e-b3f5-442d-89cf-8e380f3fd408\",\n \"Total\": 1,\n \"Usages\": [\n {\n \"CostAmount\": \"440\",\n \"DeductAmount\": \"440\",\n \"DosageAmount\": \"0\",\n \"LossAmount\": \"0\",\n \"NetSavings\": \"-440\",\n \"PromiseAmount\": \"440\",\n \"Region\": [\n \"*\"\n ],\n \"SpType\": \"svp_common\",\n \"Status\": 1,\n \"UtilizationRate\": 100\n }\n ]\n }\n}",
|
390
|
-
"title": "节省计划使用率查询示例"
|
391
|
-
}
|
392
|
-
],
|
393
369
|
"DescribeTagList": [
|
394
370
|
{
|
395
371
|
"document": "查询标签信息",
|
@@ -1456,6 +1456,7 @@
|
|
1456
1456
|
"example": "probe-task1",
|
1457
1457
|
"member": "string",
|
1458
1458
|
"name": "Name",
|
1459
|
+
"output_required": false,
|
1459
1460
|
"required": true,
|
1460
1461
|
"type": "string",
|
1461
1462
|
"value_allowed_null": false
|
@@ -1466,12 +1467,13 @@
|
|
1466
1467
|
"example": "www.baidu.com",
|
1467
1468
|
"member": "string",
|
1468
1469
|
"name": "TargetAddress",
|
1470
|
+
"output_required": false,
|
1469
1471
|
"required": true,
|
1470
1472
|
"type": "string",
|
1471
1473
|
"value_allowed_null": false
|
1472
1474
|
}
|
1473
1475
|
],
|
1474
|
-
"usage": "
|
1476
|
+
"usage": "both"
|
1475
1477
|
},
|
1476
1478
|
"ResumeProbeTaskRequest": {
|
1477
1479
|
"document": "ResumeProbeTask请求参数结构体",
|
@@ -1199,6 +1199,15 @@
|
|
1199
1199
|
"required": false,
|
1200
1200
|
"type": "int"
|
1201
1201
|
},
|
1202
|
+
{
|
1203
|
+
"disabled": false,
|
1204
|
+
"document": "可选参数。购买加密盘时自定义密钥, 当传入该参数时, Encrypt入参不为空",
|
1205
|
+
"example": "无",
|
1206
|
+
"member": "string",
|
1207
|
+
"name": "KmsKeyId",
|
1208
|
+
"required": false,
|
1209
|
+
"type": "string"
|
1210
|
+
},
|
1202
1211
|
{
|
1203
1212
|
"disabled": false,
|
1204
1213
|
"document": "云硬盘大小,单位为GiB。<br><li>如果传入`SnapshotId`则可不传`DiskSize`,此时新建云盘的大小为快照大小</li><br><li>如果传入`SnapshotId`同时传入`DiskSize`,则云盘大小必须大于或等于快照大小</li><br><li>云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。</li>",
|