tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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/argument.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +49 -2
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +341 -114
- tccli/services/autoscaling/v20180419/api.json +514 -333
- tccli/services/autoscaling/v20180419/examples.json +46 -38
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/__init__.py +4 -0
- tccli/services/bi/bi_client.py +1498 -0
- tccli/services/bi/v20220105/api.json +5769 -0
- tccli/services/bi/v20220105/examples.json +215 -0
- tccli/services/billing/billing_client.py +1055 -134
- tccli/services/billing/v20180709/api.json +1654 -243
- tccli/services/billing/v20180709/examples.json +169 -25
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/captcha/v20190722/api.json +16 -6
- tccli/services/captcha/v20190722/examples.json +3 -3
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +1167 -268
- tccli/services/ccc/v20200210/api.json +2263 -202
- tccli/services/ccc/v20200210/examples.json +116 -12
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +426 -173
- tccli/services/cdb/v20170320/examples.json +6 -6
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfg/v20210820/api.json +30 -10
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1033 -255
- tccli/services/ckafka/v20190819/api.json +3378 -1681
- tccli/services/ckafka/v20190819/examples.json +254 -160
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2307 -1024
- tccli/services/clb/v20180317/examples.json +186 -126
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +339 -78
- tccli/services/csip/v20221121/api.json +1011 -38
- tccli/services/csip/v20221121/examples.json +24 -0
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +266 -0
- tccli/services/ctsdb/v20230202/api.json +677 -0
- tccli/services/ctsdb/v20230202/examples.json +20 -0
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +1141 -510
- tccli/services/cvm/v20170312/examples.json +174 -128
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +3051 -575
- tccli/services/cynosdb/v20190107/api.json +14074 -7139
- tccli/services/cynosdb/v20190107/examples.json +597 -287
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +390 -111
- tccli/services/dnspod/v20210323/api.json +196 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +3104 -117
- tccli/services/emr/v20190103/api.json +15311 -4361
- tccli/services/emr/v20190103/examples.json +452 -42
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +172 -45
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +266 -0
- tccli/services/hunyuan/v20230901/api.json +270 -0
- tccli/services/hunyuan/v20230901/examples.json +20 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iai/v20200303/api.json +187 -51
- tccli/services/iai/v20200303/examples.json +30 -12
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/ims/v20201229/api.json +133 -141
- tccli/services/ims/v20201229/examples.json +3 -3
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
- tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
- tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/iotcloud/v20210408/api.json +216 -107
- tccli/services/iotcloud/v20210408/examples.json +9 -9
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +1226 -227
- tccli/services/kms/v20190118/api.json +1562 -144
- tccli/services/kms/v20190118/examples.json +204 -78
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +370 -148
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/live_client.py +804 -232
- tccli/services/live/v20180801/api.json +272 -0
- tccli/services/live/v20180801/examples.json +32 -0
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +5194 -0
- tccli/services/lke/v20231130/api.json +14803 -0
- tccli/services/lke/v20231130/examples.json +736 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +953 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +402 -82
- tccli/services/mdl/v20200326/api.json +1144 -58
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1168 -44
- tccli/services/mdp/v20200527/examples.json +151 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1452 -136
- tccli/services/mongodb/v20190725/api.json +4393 -1462
- tccli/services/mongodb/v20190725/examples.json +265 -71
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +660 -11
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1573 -354
- tccli/services/mps/v20190612/api.json +12394 -7243
- tccli/services/mps/v20190612/examples.json +244 -84
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +596 -102
- tccli/services/ocr/v20181119/api.json +2271 -181
- tccli/services/ocr/v20181119/examples.json +70 -8
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/postgres/v20170312/api.json +134 -109
- tccli/services/postgres/v20170312/examples.json +14 -14
- tccli/services/privatedns/privatedns_client.py +206 -60
- tccli/services/privatedns/v20201028/api.json +179 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +698 -212
- tccli/services/redis/v20180412/api.json +968 -563
- tccli/services/redis/v20180412/examples.json +98 -56
- tccli/services/region/__init__.py +4 -0
- tccli/services/region/region_client.py +322 -0
- tccli/services/region/v20220627/api.json +399 -0
- tccli/services/region/v20220627/examples.json +29 -0
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +368 -69
- tccli/services/ses/v20201002/api.json +240 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9757 -3347
- tccli/services/sqlserver/v20180328/examples.json +480 -20
- tccli/services/ssl/ssl_client.py +504 -72
- tccli/services/ssl/v20191205/api.json +789 -21
- tccli/services/ssl/v20191205/examples.json +54 -0
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/__init__.py +4 -0
- tccli/services/tbaas/tbaas_client.py +378 -0
- tccli/services/tbaas/v20180416/api.json +551 -0
- tccli/services/tbaas/v20180416/examples.json +37 -0
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +155 -79
- tccli/services/tcsas/v20250106/examples.json +3 -3
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +4507 -966
- tccli/services/teo/v20220901/api.json +7341 -1405
- tccli/services/teo/v20220901/examples.json +679 -99
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +741 -274
- tccli/services/tke/v20180525/api.json +132 -7
- tccli/services/tke/v20180525/examples.json +42 -16
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tms/v20201229/api.json +91 -100
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/__init__.py +4 -0
- tccli/services/trabbit/trabbit_client.py +1778 -0
- tccli/services/trabbit/v20230418/api.json +4772 -0
- tccli/services/trabbit/v20230418/examples.json +237 -0
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +928 -192
- tccli/services/trtc/v20190722/api.json +1810 -256
- tccli/services/trtc/v20190722/examples.json +100 -6
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/v20210922/api.json +61 -30
- tccli/services/vm/v20210922/examples.json +0 -12
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +332 -52
- tccli/services/vod/v20180717/examples.json +9 -1
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1316 -350
- tccli/services/vpc/v20170312/api.json +1166 -106
- tccli/services/vpc/v20170312/examples.json +197 -23
- tccli/services/vpc/vpc_client.py +2413 -739
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20210820/api.json +1577 -231
- tccli/services/wedata/v20210820/examples.json +74 -12
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6366 -1191
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actions": {
|
|
3
|
+
"CreateAllocationRule": {
|
|
4
|
+
"document": "Create a sharing rule.",
|
|
5
|
+
"input": "CreateAllocationRuleRequest",
|
|
6
|
+
"name": "Create a sharing rule",
|
|
7
|
+
"output": "CreateAllocationRuleResponse",
|
|
8
|
+
"status": "online"
|
|
9
|
+
},
|
|
3
10
|
"CreateAllocationTag": {
|
|
4
11
|
"document": "This API is used to batch set cost allocation tags.",
|
|
5
12
|
"input": "CreateAllocationTagRequest",
|
|
@@ -7,6 +14,27 @@
|
|
|
7
14
|
"output": "CreateAllocationTagResponse",
|
|
8
15
|
"status": "online"
|
|
9
16
|
},
|
|
17
|
+
"CreateAllocationUnit": {
|
|
18
|
+
"document": "This API is used to create allocation units.",
|
|
19
|
+
"input": "CreateAllocationUnitRequest",
|
|
20
|
+
"name": "Creates a cost allocation unit",
|
|
21
|
+
"output": "CreateAllocationUnitResponse",
|
|
22
|
+
"status": "online"
|
|
23
|
+
},
|
|
24
|
+
"CreateGatherRule": {
|
|
25
|
+
"document": "Create a collection rule.",
|
|
26
|
+
"input": "CreateGatherRuleRequest",
|
|
27
|
+
"name": "Create a collection rule",
|
|
28
|
+
"output": "CreateGatherRuleResponse",
|
|
29
|
+
"status": "online"
|
|
30
|
+
},
|
|
31
|
+
"DeleteAllocationRule": {
|
|
32
|
+
"document": "Delete sharing rule interface.",
|
|
33
|
+
"input": "DeleteAllocationRuleRequest",
|
|
34
|
+
"name": "Delete sharing rules API",
|
|
35
|
+
"output": "DeleteAllocationRuleResponse",
|
|
36
|
+
"status": "online"
|
|
37
|
+
},
|
|
10
38
|
"DeleteAllocationTag": {
|
|
11
39
|
"document": "u200cThis API is used to batch cancel cost allocation tags.",
|
|
12
40
|
"input": "DeleteAllocationTagRequest",
|
|
@@ -14,6 +42,20 @@
|
|
|
14
42
|
"output": "DeleteAllocationTagResponse",
|
|
15
43
|
"status": "online"
|
|
16
44
|
},
|
|
45
|
+
"DeleteAllocationUnit": {
|
|
46
|
+
"document": "Delete a cost allocation unit.",
|
|
47
|
+
"input": "DeleteAllocationUnitRequest",
|
|
48
|
+
"name": "Delete a cost allocation unit",
|
|
49
|
+
"output": "DeleteAllocationUnitResponse",
|
|
50
|
+
"status": "online"
|
|
51
|
+
},
|
|
52
|
+
"DeleteGatherRule": {
|
|
53
|
+
"document": "Delete a collection rule.",
|
|
54
|
+
"input": "DeleteGatherRuleRequest",
|
|
55
|
+
"name": "Delete an collection rule",
|
|
56
|
+
"output": "DeleteGatherRuleResponse",
|
|
57
|
+
"status": "online"
|
|
58
|
+
},
|
|
17
59
|
"DescribeAccountBalance": {
|
|
18
60
|
"document": "This API is used to check the Tencent Cloud account balance.",
|
|
19
61
|
"input": "DescribeAccountBalanceRequest",
|
|
@@ -21,6 +63,34 @@
|
|
|
21
63
|
"output": "DescribeAccountBalanceResponse",
|
|
22
64
|
"status": "online"
|
|
23
65
|
},
|
|
66
|
+
"DescribeAllocationRuleDetail": {
|
|
67
|
+
"document": "This API is used to query sharing rule details.",
|
|
68
|
+
"input": "DescribeAllocationRuleDetailRequest",
|
|
69
|
+
"name": "Query sharing rule details",
|
|
70
|
+
"output": "DescribeAllocationRuleDetailResponse",
|
|
71
|
+
"status": "online"
|
|
72
|
+
},
|
|
73
|
+
"DescribeAllocationRuleSummary": {
|
|
74
|
+
"document": "This API is used to query all sharing rule overviews.",
|
|
75
|
+
"input": "DescribeAllocationRuleSummaryRequest",
|
|
76
|
+
"name": "Query all sharing rule overviews",
|
|
77
|
+
"output": "DescribeAllocationRuleSummaryResponse",
|
|
78
|
+
"status": "online"
|
|
79
|
+
},
|
|
80
|
+
"DescribeAllocationTree": {
|
|
81
|
+
"document": "This API is used to query the cost tree.",
|
|
82
|
+
"input": "DescribeAllocationTreeRequest",
|
|
83
|
+
"name": "Query cost allocation tree",
|
|
84
|
+
"output": "DescribeAllocationTreeResponse",
|
|
85
|
+
"status": "online"
|
|
86
|
+
},
|
|
87
|
+
"DescribeAllocationUnitDetail": {
|
|
88
|
+
"document": "Query the details of a cost allocation unit.",
|
|
89
|
+
"input": "DescribeAllocationUnitDetailRequest",
|
|
90
|
+
"name": "Query allocation unit details",
|
|
91
|
+
"output": "DescribeAllocationUnitDetailResponse",
|
|
92
|
+
"status": "online"
|
|
93
|
+
},
|
|
24
94
|
"DescribeBillAdjustInfo": {
|
|
25
95
|
"document": "This API is used to check whether the current UIN has any adjustment, enabling customers to proactively obtain the adjustment status faster.",
|
|
26
96
|
"input": "DescribeBillAdjustInfoRequest",
|
|
@@ -168,6 +238,13 @@
|
|
|
168
238
|
"output": "DescribeDosageCosDetailByDateResponse",
|
|
169
239
|
"status": "online"
|
|
170
240
|
},
|
|
241
|
+
"DescribeGatherRuleDetail": {
|
|
242
|
+
"document": "This API is used to query the collection rule details.",
|
|
243
|
+
"input": "DescribeGatherRuleDetailRequest",
|
|
244
|
+
"name": "Query collection rule details",
|
|
245
|
+
"output": "DescribeGatherRuleDetailResponse",
|
|
246
|
+
"status": "online"
|
|
247
|
+
},
|
|
171
248
|
"DescribeTagList": {
|
|
172
249
|
"document": "This API is used to get cost allocation tags.",
|
|
173
250
|
"input": "DescribeTagListRequest",
|
|
@@ -188,6 +265,34 @@
|
|
|
188
265
|
"name": "Queries voucher usage details",
|
|
189
266
|
"output": "DescribeVoucherUsageDetailsResponse",
|
|
190
267
|
"status": "online"
|
|
268
|
+
},
|
|
269
|
+
"ModifyAllocationRule": {
|
|
270
|
+
"document": "Edit sharing rules.",
|
|
271
|
+
"input": "ModifyAllocationRuleRequest",
|
|
272
|
+
"name": "Edit sharing rules",
|
|
273
|
+
"output": "ModifyAllocationRuleResponse",
|
|
274
|
+
"status": "online"
|
|
275
|
+
},
|
|
276
|
+
"ModifyAllocationUnit": {
|
|
277
|
+
"document": "This API is used to modify cost allocation unit information.",
|
|
278
|
+
"input": "ModifyAllocationUnitRequest",
|
|
279
|
+
"name": "Modify a cost allocation unit",
|
|
280
|
+
"output": "ModifyAllocationUnitResponse",
|
|
281
|
+
"status": "online"
|
|
282
|
+
},
|
|
283
|
+
"ModifyGatherRule": {
|
|
284
|
+
"document": "Edit a collection rule.",
|
|
285
|
+
"input": "ModifyGatherRuleRequest",
|
|
286
|
+
"name": "Edit a collection rule",
|
|
287
|
+
"output": "ModifyGatherRuleResponse",
|
|
288
|
+
"status": "online"
|
|
289
|
+
},
|
|
290
|
+
"PayDeals": {
|
|
291
|
+
"document": "This API is used to pay for an order.",
|
|
292
|
+
"input": "PayDealsRequest",
|
|
293
|
+
"name": "Process a payment order",
|
|
294
|
+
"output": "PayDealsResponse",
|
|
295
|
+
"status": "online"
|
|
191
296
|
}
|
|
192
297
|
},
|
|
193
298
|
"metadata": {
|
|
@@ -205,7 +310,7 @@
|
|
|
205
310
|
"example": "prepay_purchase",
|
|
206
311
|
"member": "string",
|
|
207
312
|
"name": "ActionType",
|
|
208
|
-
"
|
|
313
|
+
"output_required": true,
|
|
209
314
|
"type": "string",
|
|
210
315
|
"value_allowed_null": false
|
|
211
316
|
},
|
|
@@ -215,7 +320,7 @@
|
|
|
215
320
|
"example": "包年包月新购",
|
|
216
321
|
"member": "string",
|
|
217
322
|
"name": "ActionTypeName",
|
|
218
|
-
"
|
|
323
|
+
"output_required": true,
|
|
219
324
|
"type": "string",
|
|
220
325
|
"value_allowed_null": false
|
|
221
326
|
},
|
|
@@ -225,7 +330,7 @@
|
|
|
225
330
|
"example": "100.00",
|
|
226
331
|
"member": "string",
|
|
227
332
|
"name": "RealTotalCostRatio",
|
|
228
|
-
"
|
|
333
|
+
"output_required": true,
|
|
229
334
|
"type": "string",
|
|
230
335
|
"value_allowed_null": false
|
|
231
336
|
},
|
|
@@ -235,7 +340,7 @@
|
|
|
235
340
|
"example": "0.00",
|
|
236
341
|
"member": "string",
|
|
237
342
|
"name": "RealTotalCost",
|
|
238
|
-
"
|
|
343
|
+
"output_required": true,
|
|
239
344
|
"type": "string",
|
|
240
345
|
"value_allowed_null": false
|
|
241
346
|
},
|
|
@@ -245,7 +350,7 @@
|
|
|
245
350
|
"example": "0.00",
|
|
246
351
|
"member": "string",
|
|
247
352
|
"name": "CashPayAmount",
|
|
248
|
-
"
|
|
353
|
+
"output_required": true,
|
|
249
354
|
"type": "string",
|
|
250
355
|
"value_allowed_null": false
|
|
251
356
|
},
|
|
@@ -255,7 +360,7 @@
|
|
|
255
360
|
"example": "0.00",
|
|
256
361
|
"member": "string",
|
|
257
362
|
"name": "IncentivePayAmount",
|
|
258
|
-
"
|
|
363
|
+
"output_required": true,
|
|
259
364
|
"type": "string",
|
|
260
365
|
"value_allowed_null": false
|
|
261
366
|
},
|
|
@@ -265,7 +370,7 @@
|
|
|
265
370
|
"example": "0.00",
|
|
266
371
|
"member": "string",
|
|
267
372
|
"name": "VoucherPayAmount",
|
|
268
|
-
"
|
|
373
|
+
"output_required": true,
|
|
269
374
|
"type": "string",
|
|
270
375
|
"value_allowed_null": false
|
|
271
376
|
},
|
|
@@ -275,9 +380,9 @@
|
|
|
275
380
|
"example": "0.00",
|
|
276
381
|
"member": "string",
|
|
277
382
|
"name": "TransferPayAmount",
|
|
278
|
-
"
|
|
383
|
+
"output_required": true,
|
|
279
384
|
"type": "string",
|
|
280
|
-
"value_allowed_null":
|
|
385
|
+
"value_allowed_null": false
|
|
281
386
|
},
|
|
282
387
|
{
|
|
283
388
|
"disabled": false,
|
|
@@ -285,7 +390,7 @@
|
|
|
285
390
|
"example": "2021-01",
|
|
286
391
|
"member": "string",
|
|
287
392
|
"name": "BillMonth",
|
|
288
|
-
"
|
|
393
|
+
"output_required": true,
|
|
289
394
|
"type": "string",
|
|
290
395
|
"value_allowed_null": false
|
|
291
396
|
},
|
|
@@ -295,7 +400,7 @@
|
|
|
295
400
|
"example": "0.00",
|
|
296
401
|
"member": "string",
|
|
297
402
|
"name": "TotalCost",
|
|
298
|
-
"
|
|
403
|
+
"output_required": true,
|
|
299
404
|
"type": "string",
|
|
300
405
|
"value_allowed_null": false
|
|
301
406
|
}
|
|
@@ -374,6 +479,273 @@
|
|
|
374
479
|
],
|
|
375
480
|
"usage": "both"
|
|
376
481
|
},
|
|
482
|
+
"AllocationRationExpression": {
|
|
483
|
+
"document": "Expression for sharing proportion.",
|
|
484
|
+
"members": [
|
|
485
|
+
{
|
|
486
|
+
"disabled": false,
|
|
487
|
+
"document": "Cost allocation unit ID that the sharing rule belongs to.",
|
|
488
|
+
"example": "11",
|
|
489
|
+
"member": "uint64",
|
|
490
|
+
"name": "NodeId",
|
|
491
|
+
"output_required": true,
|
|
492
|
+
"required": true,
|
|
493
|
+
"type": "int",
|
|
494
|
+
"value_allowed_null": false
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"disabled": false,
|
|
498
|
+
"document": "Sharing proportion occupied by allocation unit, pass 0 for allocation by proportion.",
|
|
499
|
+
"example": "40.51",
|
|
500
|
+
"member": "float",
|
|
501
|
+
"name": "Ratio",
|
|
502
|
+
"output_required": true,
|
|
503
|
+
"required": true,
|
|
504
|
+
"type": "float",
|
|
505
|
+
"value_allowed_null": false
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"usage": "both"
|
|
509
|
+
},
|
|
510
|
+
"AllocationRuleExpression": {
|
|
511
|
+
"document": "Cost allocation regular expression.",
|
|
512
|
+
"members": [
|
|
513
|
+
{
|
|
514
|
+
"disabled": false,
|
|
515
|
+
"document": "RuleKey: cost allocation dimension.\nEnumeration value.\nownerUin - user UIN.\nOperator UIN.\nbusinessCode - product-level code.\nproductCode - 2-tier product code.\nitemCode - 4-tier product code.\nprojectId - specifies the project ID.\nregionId.\nresourceId - specifies the resource ID.\ntag - tag key-value pair.\npayMode - billing mode.\ninstanceType - instance type.\nactionType - transaction type.",
|
|
516
|
+
"example": "businessCode",
|
|
517
|
+
"member": "string",
|
|
518
|
+
"name": "RuleKey",
|
|
519
|
+
"output_required": false,
|
|
520
|
+
"required": false,
|
|
521
|
+
"type": "string",
|
|
522
|
+
"value_allowed_null": false
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"disabled": false,
|
|
526
|
+
"document": "Specifies the dimension rules for cost allocation.\nEnumeration value.\nin.\nnot in.",
|
|
527
|
+
"example": "=",
|
|
528
|
+
"member": "string",
|
|
529
|
+
"name": "Operator",
|
|
530
|
+
"output_required": false,
|
|
531
|
+
"required": false,
|
|
532
|
+
"type": "string",
|
|
533
|
+
"value_allowed_null": false
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"disabled": false,
|
|
537
|
+
"document": "Cost allocation dimension value. for example, when RuleKey is businessCode, [\"p_cbs\",\"p_sqlserver\"] indicates the cost of products at the \"p_cbs\",\"p_sqlserver\" level.",
|
|
538
|
+
"example": "[\"p_cbs\",\"p_sqlserver\"]",
|
|
539
|
+
"member": "string",
|
|
540
|
+
"name": "RuleValue",
|
|
541
|
+
"output_required": false,
|
|
542
|
+
"required": false,
|
|
543
|
+
"type": "list",
|
|
544
|
+
"value_allowed_null": false
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"disabled": false,
|
|
548
|
+
"document": "Logical connection for cost allocation, enumeration values are as follows:.\nCreate and bind a policy query an instance reset the access password of an instance.\nCreate and bind a policy query an instance reset the access password of an instance.",
|
|
549
|
+
"example": "and",
|
|
550
|
+
"member": "string",
|
|
551
|
+
"name": "Connectors",
|
|
552
|
+
"output_required": false,
|
|
553
|
+
"required": false,
|
|
554
|
+
"type": "string",
|
|
555
|
+
"value_allowed_null": false
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"disabled": false,
|
|
559
|
+
"document": "Nested rule.",
|
|
560
|
+
"example": "无",
|
|
561
|
+
"member": "AllocationRuleExpression",
|
|
562
|
+
"name": "Children",
|
|
563
|
+
"output_required": false,
|
|
564
|
+
"required": false,
|
|
565
|
+
"type": "list",
|
|
566
|
+
"value_allowed_null": false
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"usage": "both"
|
|
570
|
+
},
|
|
571
|
+
"AllocationRuleOverview": {
|
|
572
|
+
"document": "Overview of sharing rules.",
|
|
573
|
+
"members": [
|
|
574
|
+
{
|
|
575
|
+
"disabled": false,
|
|
576
|
+
"document": "Sharing rule ID.",
|
|
577
|
+
"example": "12",
|
|
578
|
+
"member": "uint64",
|
|
579
|
+
"name": "RuleId",
|
|
580
|
+
"output_required": true,
|
|
581
|
+
"type": "int",
|
|
582
|
+
"value_allowed_null": false
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"disabled": false,
|
|
586
|
+
"document": "Sharing rule name.",
|
|
587
|
+
"example": "规则名称",
|
|
588
|
+
"member": "string",
|
|
589
|
+
"name": "RuleName",
|
|
590
|
+
"output_required": true,
|
|
591
|
+
"type": "string",
|
|
592
|
+
"value_allowed_null": false
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"disabled": false,
|
|
596
|
+
"document": "Public area policy type.\nEnumeration value.\n1 - custom sharing proportion. \n2 - proportional allocation. \n3 - allocation by proportion.",
|
|
597
|
+
"example": "1",
|
|
598
|
+
"member": "uint64",
|
|
599
|
+
"name": "Type",
|
|
600
|
+
"output_required": true,
|
|
601
|
+
"type": "int",
|
|
602
|
+
"value_allowed_null": false
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"disabled": false,
|
|
606
|
+
"document": "Last update time of the sharing rules.",
|
|
607
|
+
"example": "2022-10-13 19:13:11",
|
|
608
|
+
"member": "string",
|
|
609
|
+
"name": "UpdateTime",
|
|
610
|
+
"output_required": true,
|
|
611
|
+
"type": "string",
|
|
612
|
+
"value_allowed_null": false
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"disabled": false,
|
|
616
|
+
"document": "Overview of cost allocation units.",
|
|
617
|
+
"example": "无",
|
|
618
|
+
"member": "AllocationUnit",
|
|
619
|
+
"name": "AllocationNode",
|
|
620
|
+
"output_required": true,
|
|
621
|
+
"type": "list",
|
|
622
|
+
"value_allowed_null": false
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"usage": "out"
|
|
626
|
+
},
|
|
627
|
+
"AllocationRulesSummary": {
|
|
628
|
+
"document": "List of sharing rules.",
|
|
629
|
+
"members": [
|
|
630
|
+
{
|
|
631
|
+
"disabled": false,
|
|
632
|
+
"document": "Add new sharing rule name.",
|
|
633
|
+
"example": "公摊规则",
|
|
634
|
+
"member": "string",
|
|
635
|
+
"name": "Name",
|
|
636
|
+
"output_required": true,
|
|
637
|
+
"required": true,
|
|
638
|
+
"type": "string",
|
|
639
|
+
"value_allowed_null": false
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"disabled": false,
|
|
643
|
+
"document": "Specifies the sharing rule policy type. the enumeration values are as follows:.\n1 - custom sharing proportion. \n2 - proportional allocation.\n3 - allocation by proportion.",
|
|
644
|
+
"example": "1",
|
|
645
|
+
"member": "uint64",
|
|
646
|
+
"name": "Type",
|
|
647
|
+
"output_required": true,
|
|
648
|
+
"required": true,
|
|
649
|
+
"type": "int",
|
|
650
|
+
"value_allowed_null": false
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"disabled": false,
|
|
654
|
+
"document": "Sharing rule expression.",
|
|
655
|
+
"example": "无",
|
|
656
|
+
"member": "AllocationRuleExpression",
|
|
657
|
+
"name": "RuleDetail",
|
|
658
|
+
"output_required": true,
|
|
659
|
+
"required": true,
|
|
660
|
+
"type": "object",
|
|
661
|
+
"value_allowed_null": false
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"disabled": false,
|
|
665
|
+
"document": "Sharing proportion expression, allocation by proportion not passed.",
|
|
666
|
+
"example": "无",
|
|
667
|
+
"member": "AllocationRationExpression",
|
|
668
|
+
"name": "RatioDetail",
|
|
669
|
+
"output_required": true,
|
|
670
|
+
"required": false,
|
|
671
|
+
"type": "list",
|
|
672
|
+
"value_allowed_null": false
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"usage": "both"
|
|
676
|
+
},
|
|
677
|
+
"AllocationTree": {
|
|
678
|
+
"document": "Cost allocation tree.",
|
|
679
|
+
"members": [
|
|
680
|
+
{
|
|
681
|
+
"disabled": false,
|
|
682
|
+
"document": "ID of a cost allocation unit.",
|
|
683
|
+
"example": "1",
|
|
684
|
+
"member": "uint64",
|
|
685
|
+
"name": "Id",
|
|
686
|
+
"output_required": true,
|
|
687
|
+
"type": "int",
|
|
688
|
+
"value_allowed_null": false
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"disabled": false,
|
|
692
|
+
"document": "Cost allocation unit name.",
|
|
693
|
+
"example": "财务部",
|
|
694
|
+
"member": "string",
|
|
695
|
+
"name": "Name",
|
|
696
|
+
"output_required": true,
|
|
697
|
+
"type": "string",
|
|
698
|
+
"value_allowed_null": false
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"disabled": false,
|
|
702
|
+
"document": "Unique identifier of a cost allocation unit",
|
|
703
|
+
"example": "9096-asd",
|
|
704
|
+
"member": "string",
|
|
705
|
+
"name": "TreeNodeUniqKey",
|
|
706
|
+
"output_required": true,
|
|
707
|
+
"type": "string",
|
|
708
|
+
"value_allowed_null": false
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"disabled": false,
|
|
712
|
+
"document": "Subtree.",
|
|
713
|
+
"example": "无",
|
|
714
|
+
"member": "AllocationTree",
|
|
715
|
+
"name": "Children",
|
|
716
|
+
"output_required": true,
|
|
717
|
+
"type": "list",
|
|
718
|
+
"value_allowed_null": false
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"usage": "out"
|
|
722
|
+
},
|
|
723
|
+
"AllocationUnit": {
|
|
724
|
+
"document": "Specifies the ID and name of a cost allocation unit.",
|
|
725
|
+
"members": [
|
|
726
|
+
{
|
|
727
|
+
"disabled": false,
|
|
728
|
+
"document": "Cost allocation unit ID.",
|
|
729
|
+
"example": "12",
|
|
730
|
+
"member": "uint64",
|
|
731
|
+
"name": "NodeId",
|
|
732
|
+
"output_required": true,
|
|
733
|
+
"type": "int",
|
|
734
|
+
"value_allowed_null": false
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"disabled": false,
|
|
738
|
+
"document": "Specifies the name of a cost allocation rule.",
|
|
739
|
+
"example": "财务部",
|
|
740
|
+
"member": "string",
|
|
741
|
+
"name": "TreeNodeUniqKeyName",
|
|
742
|
+
"output_required": true,
|
|
743
|
+
"type": "string",
|
|
744
|
+
"value_allowed_null": false
|
|
745
|
+
}
|
|
746
|
+
],
|
|
747
|
+
"usage": "out"
|
|
748
|
+
},
|
|
377
749
|
"AnalyseActionTypeDetail": {
|
|
378
750
|
"document": "Cost analysis transaction type complex type",
|
|
379
751
|
"members": [
|
|
@@ -2392,7 +2764,7 @@
|
|
|
2392
2764
|
"name": "TransferPayAmount",
|
|
2393
2765
|
"output_required": true,
|
|
2394
2766
|
"type": "string",
|
|
2395
|
-
"value_allowed_null":
|
|
2767
|
+
"value_allowed_null": false
|
|
2396
2768
|
},
|
|
2397
2769
|
{
|
|
2398
2770
|
"disabled": false,
|
|
@@ -2432,7 +2804,7 @@
|
|
|
2432
2804
|
"name": "Tags",
|
|
2433
2805
|
"output_required": true,
|
|
2434
2806
|
"type": "list",
|
|
2435
|
-
"value_allowed_null":
|
|
2807
|
+
"value_allowed_null": false
|
|
2436
2808
|
},
|
|
2437
2809
|
{
|
|
2438
2810
|
"disabled": false,
|
|
@@ -2542,7 +2914,7 @@
|
|
|
2542
2914
|
"name": "BillMonth",
|
|
2543
2915
|
"output_required": false,
|
|
2544
2916
|
"type": "string",
|
|
2545
|
-
"value_allowed_null":
|
|
2917
|
+
"value_allowed_null": false
|
|
2546
2918
|
}
|
|
2547
2919
|
],
|
|
2548
2920
|
"usage": "out"
|
|
@@ -2582,7 +2954,7 @@
|
|
|
2582
2954
|
"example": "p_cvm",
|
|
2583
2955
|
"member": "string",
|
|
2584
2956
|
"name": "BusinessCode",
|
|
2585
|
-
"
|
|
2957
|
+
"output_required": true,
|
|
2586
2958
|
"type": "string",
|
|
2587
2959
|
"value_allowed_null": false
|
|
2588
2960
|
},
|
|
@@ -2592,7 +2964,7 @@
|
|
|
2592
2964
|
"example": "云服务器",
|
|
2593
2965
|
"member": "string",
|
|
2594
2966
|
"name": "BusinessCodeName",
|
|
2595
|
-
"
|
|
2967
|
+
"output_required": true,
|
|
2596
2968
|
"type": "string",
|
|
2597
2969
|
"value_allowed_null": false
|
|
2598
2970
|
},
|
|
@@ -2602,9 +2974,9 @@
|
|
|
2602
2974
|
"example": "4.00000000",
|
|
2603
2975
|
"member": "string",
|
|
2604
2976
|
"name": "TotalCost",
|
|
2605
|
-
"
|
|
2977
|
+
"output_required": true,
|
|
2606
2978
|
"type": "string",
|
|
2607
|
-
"value_allowed_null":
|
|
2979
|
+
"value_allowed_null": false
|
|
2608
2980
|
},
|
|
2609
2981
|
{
|
|
2610
2982
|
"disabled": false,
|
|
@@ -2612,7 +2984,7 @@
|
|
|
2612
2984
|
"example": "4.00000000",
|
|
2613
2985
|
"member": "string",
|
|
2614
2986
|
"name": "RealTotalCost",
|
|
2615
|
-
"
|
|
2987
|
+
"output_required": true,
|
|
2616
2988
|
"type": "string",
|
|
2617
2989
|
"value_allowed_null": false
|
|
2618
2990
|
},
|
|
@@ -2622,7 +2994,7 @@
|
|
|
2622
2994
|
"example": "1.00000000",
|
|
2623
2995
|
"member": "string",
|
|
2624
2996
|
"name": "CashPayAmount",
|
|
2625
|
-
"
|
|
2997
|
+
"output_required": true,
|
|
2626
2998
|
"type": "string",
|
|
2627
2999
|
"value_allowed_null": false
|
|
2628
3000
|
},
|
|
@@ -2632,7 +3004,7 @@
|
|
|
2632
3004
|
"example": "1.00000000",
|
|
2633
3005
|
"member": "string",
|
|
2634
3006
|
"name": "IncentivePayAmount",
|
|
2635
|
-
"
|
|
3007
|
+
"output_required": true,
|
|
2636
3008
|
"type": "string",
|
|
2637
3009
|
"value_allowed_null": false
|
|
2638
3010
|
},
|
|
@@ -2642,7 +3014,7 @@
|
|
|
2642
3014
|
"example": "1.00000000",
|
|
2643
3015
|
"member": "string",
|
|
2644
3016
|
"name": "VoucherPayAmount",
|
|
2645
|
-
"
|
|
3017
|
+
"output_required": true,
|
|
2646
3018
|
"type": "string",
|
|
2647
3019
|
"value_allowed_null": false
|
|
2648
3020
|
},
|
|
@@ -2652,9 +3024,9 @@
|
|
|
2652
3024
|
"example": "1.00000000",
|
|
2653
3025
|
"member": "string",
|
|
2654
3026
|
"name": "TransferPayAmount",
|
|
2655
|
-
"
|
|
3027
|
+
"output_required": true,
|
|
2656
3028
|
"type": "string",
|
|
2657
|
-
"value_allowed_null":
|
|
3029
|
+
"value_allowed_null": false
|
|
2658
3030
|
}
|
|
2659
3031
|
],
|
|
2660
3032
|
"usage": "out"
|
|
@@ -2668,9 +3040,9 @@
|
|
|
2668
3040
|
"example": "p_cdn",
|
|
2669
3041
|
"member": "string",
|
|
2670
3042
|
"name": "BusinessCode",
|
|
2671
|
-
"
|
|
3043
|
+
"output_required": true,
|
|
2672
3044
|
"type": "string",
|
|
2673
|
-
"value_allowed_null":
|
|
3045
|
+
"value_allowed_null": false
|
|
2674
3046
|
},
|
|
2675
3047
|
{
|
|
2676
3048
|
"disabled": false,
|
|
@@ -2678,7 +3050,7 @@
|
|
|
2678
3050
|
"example": "内容分发网络 CDN",
|
|
2679
3051
|
"member": "string",
|
|
2680
3052
|
"name": "BusinessCodeName",
|
|
2681
|
-
"
|
|
3053
|
+
"output_required": true,
|
|
2682
3054
|
"type": "string",
|
|
2683
3055
|
"value_allowed_null": false
|
|
2684
3056
|
},
|
|
@@ -2688,7 +3060,7 @@
|
|
|
2688
3060
|
"example": "0.00",
|
|
2689
3061
|
"member": "string",
|
|
2690
3062
|
"name": "RealTotalCostRatio",
|
|
2691
|
-
"
|
|
3063
|
+
"output_required": true,
|
|
2692
3064
|
"type": "string",
|
|
2693
3065
|
"value_allowed_null": false
|
|
2694
3066
|
},
|
|
@@ -2698,7 +3070,7 @@
|
|
|
2698
3070
|
"example": "0.00",
|
|
2699
3071
|
"member": "string",
|
|
2700
3072
|
"name": "RealTotalCost",
|
|
2701
|
-
"
|
|
3073
|
+
"output_required": true,
|
|
2702
3074
|
"type": "string",
|
|
2703
3075
|
"value_allowed_null": false
|
|
2704
3076
|
},
|
|
@@ -2708,7 +3080,7 @@
|
|
|
2708
3080
|
"example": "0.00",
|
|
2709
3081
|
"member": "string",
|
|
2710
3082
|
"name": "CashPayAmount",
|
|
2711
|
-
"
|
|
3083
|
+
"output_required": true,
|
|
2712
3084
|
"type": "string",
|
|
2713
3085
|
"value_allowed_null": false
|
|
2714
3086
|
},
|
|
@@ -2718,7 +3090,7 @@
|
|
|
2718
3090
|
"example": "0.00",
|
|
2719
3091
|
"member": "string",
|
|
2720
3092
|
"name": "IncentivePayAmount",
|
|
2721
|
-
"
|
|
3093
|
+
"output_required": true,
|
|
2722
3094
|
"type": "string",
|
|
2723
3095
|
"value_allowed_null": false
|
|
2724
3096
|
},
|
|
@@ -2728,7 +3100,7 @@
|
|
|
2728
3100
|
"example": "0.00",
|
|
2729
3101
|
"member": "string",
|
|
2730
3102
|
"name": "VoucherPayAmount",
|
|
2731
|
-
"
|
|
3103
|
+
"output_required": true,
|
|
2732
3104
|
"type": "string",
|
|
2733
3105
|
"value_allowed_null": false
|
|
2734
3106
|
},
|
|
@@ -2738,7 +3110,7 @@
|
|
|
2738
3110
|
"example": "0.00",
|
|
2739
3111
|
"member": "string",
|
|
2740
3112
|
"name": "TransferPayAmount",
|
|
2741
|
-
"
|
|
3113
|
+
"output_required": true,
|
|
2742
3114
|
"type": "string",
|
|
2743
3115
|
"value_allowed_null": false
|
|
2744
3116
|
},
|
|
@@ -2748,7 +3120,7 @@
|
|
|
2748
3120
|
"example": "2021-01",
|
|
2749
3121
|
"member": "string",
|
|
2750
3122
|
"name": "BillMonth",
|
|
2751
|
-
"
|
|
3123
|
+
"output_required": true,
|
|
2752
3124
|
"type": "string",
|
|
2753
3125
|
"value_allowed_null": false
|
|
2754
3126
|
},
|
|
@@ -2758,7 +3130,7 @@
|
|
|
2758
3130
|
"example": "0.00",
|
|
2759
3131
|
"member": "string",
|
|
2760
3132
|
"name": "TotalCost",
|
|
2761
|
-
"
|
|
3133
|
+
"output_required": true,
|
|
2762
3134
|
"type": "string",
|
|
2763
3135
|
"value_allowed_null": false
|
|
2764
3136
|
}
|
|
@@ -4281,6 +4653,52 @@
|
|
|
4281
4653
|
],
|
|
4282
4654
|
"usage": "out"
|
|
4283
4655
|
},
|
|
4656
|
+
"CreateAllocationRuleRequest": {
|
|
4657
|
+
"document": "CreateAllocationRule request structure.",
|
|
4658
|
+
"members": [
|
|
4659
|
+
{
|
|
4660
|
+
"disabled": false,
|
|
4661
|
+
"document": "List of sharing rules.",
|
|
4662
|
+
"example": "无",
|
|
4663
|
+
"member": "AllocationRulesSummary",
|
|
4664
|
+
"name": "RuleList",
|
|
4665
|
+
"required": true,
|
|
4666
|
+
"type": "object"
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"disabled": false,
|
|
4670
|
+
"document": "Month, the current month by default if not provided.",
|
|
4671
|
+
"example": "2022-10-01 00:00:00",
|
|
4672
|
+
"member": "string",
|
|
4673
|
+
"name": "Month",
|
|
4674
|
+
"required": false,
|
|
4675
|
+
"type": "string"
|
|
4676
|
+
}
|
|
4677
|
+
],
|
|
4678
|
+
"type": "object"
|
|
4679
|
+
},
|
|
4680
|
+
"CreateAllocationRuleResponse": {
|
|
4681
|
+
"document": "CreateAllocationRule response structure.",
|
|
4682
|
+
"members": [
|
|
4683
|
+
{
|
|
4684
|
+
"disabled": false,
|
|
4685
|
+
"document": "Add new sharing rule ID.",
|
|
4686
|
+
"example": "12",
|
|
4687
|
+
"member": "uint64",
|
|
4688
|
+
"name": "Id",
|
|
4689
|
+
"output_required": true,
|
|
4690
|
+
"type": "int",
|
|
4691
|
+
"value_allowed_null": false
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
4695
|
+
"member": "string",
|
|
4696
|
+
"name": "RequestId",
|
|
4697
|
+
"type": "string"
|
|
4698
|
+
}
|
|
4699
|
+
],
|
|
4700
|
+
"type": "object"
|
|
4701
|
+
},
|
|
4284
4702
|
"CreateAllocationTagRequest": {
|
|
4285
4703
|
"document": "CreateAllocationTag request structure.",
|
|
4286
4704
|
"members": [
|
|
@@ -4308,6 +4726,126 @@
|
|
|
4308
4726
|
],
|
|
4309
4727
|
"type": "object"
|
|
4310
4728
|
},
|
|
4729
|
+
"CreateAllocationUnitRequest": {
|
|
4730
|
+
"document": "CreateAllocationUnit request structure.",
|
|
4731
|
+
"members": [
|
|
4732
|
+
{
|
|
4733
|
+
"disabled": false,
|
|
4734
|
+
"document": "New cost allocation unit parent node ID.",
|
|
4735
|
+
"example": "1",
|
|
4736
|
+
"member": "uint64",
|
|
4737
|
+
"name": "ParentId",
|
|
4738
|
+
"required": true,
|
|
4739
|
+
"type": "int"
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"disabled": false,
|
|
4743
|
+
"document": "Specifies the name of a newly-added cost allocation unit.",
|
|
4744
|
+
"example": "财务部",
|
|
4745
|
+
"member": "string",
|
|
4746
|
+
"name": "Name",
|
|
4747
|
+
"required": false,
|
|
4748
|
+
"type": "string"
|
|
4749
|
+
},
|
|
4750
|
+
{
|
|
4751
|
+
"disabled": false,
|
|
4752
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
4753
|
+
"example": "2022-10-01 00:00:00",
|
|
4754
|
+
"member": "string",
|
|
4755
|
+
"name": "Month",
|
|
4756
|
+
"required": false,
|
|
4757
|
+
"type": "string"
|
|
4758
|
+
}
|
|
4759
|
+
],
|
|
4760
|
+
"type": "object"
|
|
4761
|
+
},
|
|
4762
|
+
"CreateAllocationUnitResponse": {
|
|
4763
|
+
"document": "CreateAllocationUnit response structure.",
|
|
4764
|
+
"members": [
|
|
4765
|
+
{
|
|
4766
|
+
"disabled": false,
|
|
4767
|
+
"document": "Specifies the ID of a newly-added cost allocation unit.",
|
|
4768
|
+
"example": "1",
|
|
4769
|
+
"member": "uint64",
|
|
4770
|
+
"name": "Id",
|
|
4771
|
+
"output_required": true,
|
|
4772
|
+
"type": "int",
|
|
4773
|
+
"value_allowed_null": false
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"disabled": false,
|
|
4777
|
+
"document": "Unique identifier of a cost allocation unit",
|
|
4778
|
+
"example": "abcd",
|
|
4779
|
+
"member": "string",
|
|
4780
|
+
"name": "TreeNodeUniqKey",
|
|
4781
|
+
"output_required": false,
|
|
4782
|
+
"type": "string",
|
|
4783
|
+
"value_allowed_null": false
|
|
4784
|
+
},
|
|
4785
|
+
{
|
|
4786
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
4787
|
+
"member": "string",
|
|
4788
|
+
"name": "RequestId",
|
|
4789
|
+
"type": "string"
|
|
4790
|
+
}
|
|
4791
|
+
],
|
|
4792
|
+
"type": "object"
|
|
4793
|
+
},
|
|
4794
|
+
"CreateGatherRuleRequest": {
|
|
4795
|
+
"document": "CreateGatherRule request structure.",
|
|
4796
|
+
"members": [
|
|
4797
|
+
{
|
|
4798
|
+
"disabled": false,
|
|
4799
|
+
"document": "Cost allocation unit ID that the rule belongs to.",
|
|
4800
|
+
"example": "12",
|
|
4801
|
+
"member": "uint64",
|
|
4802
|
+
"name": "Id",
|
|
4803
|
+
"required": true,
|
|
4804
|
+
"type": "int"
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"disabled": false,
|
|
4808
|
+
"document": "Collection rule details.",
|
|
4809
|
+
"example": "无",
|
|
4810
|
+
"member": "GatherRuleSummary",
|
|
4811
|
+
"name": "RuleList",
|
|
4812
|
+
"required": true,
|
|
4813
|
+
"type": "object"
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"disabled": false,
|
|
4817
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
4818
|
+
"example": "2022-10-01 00:00:00",
|
|
4819
|
+
"member": "string",
|
|
4820
|
+
"name": "Month",
|
|
4821
|
+
"required": false,
|
|
4822
|
+
"type": "string"
|
|
4823
|
+
}
|
|
4824
|
+
],
|
|
4825
|
+
"type": "object"
|
|
4826
|
+
},
|
|
4827
|
+
"CreateGatherRuleResponse": {
|
|
4828
|
+
"document": "CreateGatherRule response structure.",
|
|
4829
|
+
"members": [
|
|
4830
|
+
{
|
|
4831
|
+
"disabled": false,
|
|
4832
|
+
"document": "Collection rule ID.",
|
|
4833
|
+
"example": "1",
|
|
4834
|
+
"member": "uint64",
|
|
4835
|
+
"name": "Id",
|
|
4836
|
+
"output_required": true,
|
|
4837
|
+
"type": "int",
|
|
4838
|
+
"value_allowed_null": false
|
|
4839
|
+
},
|
|
4840
|
+
{
|
|
4841
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
4842
|
+
"member": "string",
|
|
4843
|
+
"name": "RequestId",
|
|
4844
|
+
"type": "string"
|
|
4845
|
+
}
|
|
4846
|
+
],
|
|
4847
|
+
"type": "object"
|
|
4848
|
+
},
|
|
4311
4849
|
"Deal": {
|
|
4312
4850
|
"document": "Order data object",
|
|
4313
4851
|
"members": [
|
|
@@ -4317,7 +4855,7 @@
|
|
|
4317
4855
|
"example": "20210920187006321686341",
|
|
4318
4856
|
"member": "string",
|
|
4319
4857
|
"name": "OrderId",
|
|
4320
|
-
"
|
|
4858
|
+
"output_required": true,
|
|
4321
4859
|
"type": "string",
|
|
4322
4860
|
"value_allowed_null": false
|
|
4323
4861
|
},
|
|
@@ -4327,7 +4865,7 @@
|
|
|
4327
4865
|
"example": "1",
|
|
4328
4866
|
"member": "int64",
|
|
4329
4867
|
"name": "Status",
|
|
4330
|
-
"
|
|
4868
|
+
"output_required": true,
|
|
4331
4869
|
"type": "int",
|
|
4332
4870
|
"value_allowed_null": false
|
|
4333
4871
|
},
|
|
@@ -4337,7 +4875,7 @@
|
|
|
4337
4875
|
"example": "1234567",
|
|
4338
4876
|
"member": "string",
|
|
4339
4877
|
"name": "Payer",
|
|
4340
|
-
"
|
|
4878
|
+
"output_required": true,
|
|
4341
4879
|
"type": "string",
|
|
4342
4880
|
"value_allowed_null": false
|
|
4343
4881
|
},
|
|
@@ -4347,7 +4885,7 @@
|
|
|
4347
4885
|
"example": "2022-01-07 12:01:01",
|
|
4348
4886
|
"member": "datetime",
|
|
4349
4887
|
"name": "CreateTime",
|
|
4350
|
-
"
|
|
4888
|
+
"output_required": true,
|
|
4351
4889
|
"type": "string",
|
|
4352
4890
|
"value_allowed_null": false
|
|
4353
4891
|
},
|
|
@@ -4357,7 +4895,7 @@
|
|
|
4357
4895
|
"example": "1234567",
|
|
4358
4896
|
"member": "string",
|
|
4359
4897
|
"name": "Creator",
|
|
4360
|
-
"
|
|
4898
|
+
"output_required": true,
|
|
4361
4899
|
"type": "string",
|
|
4362
4900
|
"value_allowed_null": false
|
|
4363
4901
|
},
|
|
@@ -4367,7 +4905,7 @@
|
|
|
4367
4905
|
"example": "10000",
|
|
4368
4906
|
"member": "int64",
|
|
4369
4907
|
"name": "RealTotalCost",
|
|
4370
|
-
"
|
|
4908
|
+
"output_required": true,
|
|
4371
4909
|
"type": "int",
|
|
4372
4910
|
"value_allowed_null": false
|
|
4373
4911
|
},
|
|
@@ -4377,17 +4915,17 @@
|
|
|
4377
4915
|
"example": "10000",
|
|
4378
4916
|
"member": "int64",
|
|
4379
4917
|
"name": "VoucherDecline",
|
|
4380
|
-
"
|
|
4918
|
+
"output_required": true,
|
|
4381
4919
|
"type": "int",
|
|
4382
4920
|
"value_allowed_null": false
|
|
4383
4921
|
},
|
|
4384
4922
|
{
|
|
4385
4923
|
"disabled": false,
|
|
4386
4924
|
"document": "Project ID",
|
|
4387
|
-
"example": "
|
|
4925
|
+
"example": "0",
|
|
4388
4926
|
"member": "int64",
|
|
4389
4927
|
"name": "ProjectId",
|
|
4390
|
-
"
|
|
4928
|
+
"output_required": true,
|
|
4391
4929
|
"type": "int",
|
|
4392
4930
|
"value_allowed_null": false
|
|
4393
4931
|
},
|
|
@@ -4397,7 +4935,7 @@
|
|
|
4397
4935
|
"example": "1234567",
|
|
4398
4936
|
"member": "int64",
|
|
4399
4937
|
"name": "GoodsCategoryId",
|
|
4400
|
-
"
|
|
4938
|
+
"output_required": true,
|
|
4401
4939
|
"type": "int",
|
|
4402
4940
|
"value_allowed_null": false
|
|
4403
4941
|
},
|
|
@@ -4407,7 +4945,7 @@
|
|
|
4407
4945
|
"example": "p_xxxx",
|
|
4408
4946
|
"member": "ProductInfo",
|
|
4409
4947
|
"name": "ProductInfo",
|
|
4410
|
-
"
|
|
4948
|
+
"output_required": true,
|
|
4411
4949
|
"type": "list",
|
|
4412
4950
|
"value_allowed_null": false
|
|
4413
4951
|
},
|
|
@@ -4417,7 +4955,7 @@
|
|
|
4417
4955
|
"example": "1",
|
|
4418
4956
|
"member": "float",
|
|
4419
4957
|
"name": "TimeSpan",
|
|
4420
|
-
"
|
|
4958
|
+
"output_required": true,
|
|
4421
4959
|
"type": "float",
|
|
4422
4960
|
"value_allowed_null": false
|
|
4423
4961
|
},
|
|
@@ -4427,7 +4965,7 @@
|
|
|
4427
4965
|
"example": "m",
|
|
4428
4966
|
"member": "string",
|
|
4429
4967
|
"name": "TimeUnit",
|
|
4430
|
-
"
|
|
4968
|
+
"output_required": true,
|
|
4431
4969
|
"type": "string",
|
|
4432
4970
|
"value_allowed_null": false
|
|
4433
4971
|
},
|
|
@@ -4437,7 +4975,7 @@
|
|
|
4437
4975
|
"example": "CNY",
|
|
4438
4976
|
"member": "string",
|
|
4439
4977
|
"name": "Currency",
|
|
4440
|
-
"
|
|
4978
|
+
"output_required": true,
|
|
4441
4979
|
"type": "string",
|
|
4442
4980
|
"value_allowed_null": false
|
|
4443
4981
|
},
|
|
@@ -4447,7 +4985,7 @@
|
|
|
4447
4985
|
"example": "100",
|
|
4448
4986
|
"member": "float",
|
|
4449
4987
|
"name": "Policy",
|
|
4450
|
-
"
|
|
4988
|
+
"output_required": true,
|
|
4451
4989
|
"type": "float",
|
|
4452
4990
|
"value_allowed_null": false
|
|
4453
4991
|
},
|
|
@@ -4457,7 +4995,7 @@
|
|
|
4457
4995
|
"example": "10000",
|
|
4458
4996
|
"member": "float",
|
|
4459
4997
|
"name": "Price",
|
|
4460
|
-
"
|
|
4998
|
+
"output_required": true,
|
|
4461
4999
|
"type": "float",
|
|
4462
5000
|
"value_allowed_null": false
|
|
4463
5001
|
},
|
|
@@ -4467,19 +5005,19 @@
|
|
|
4467
5005
|
"example": "10000",
|
|
4468
5006
|
"member": "float",
|
|
4469
5007
|
"name": "TotalCost",
|
|
4470
|
-
"
|
|
5008
|
+
"output_required": true,
|
|
4471
5009
|
"type": "float",
|
|
4472
5010
|
"value_allowed_null": false
|
|
4473
5011
|
},
|
|
4474
5012
|
{
|
|
4475
5013
|
"disabled": false,
|
|
4476
|
-
"document": "Product code
|
|
5014
|
+
"document": "Product code",
|
|
4477
5015
|
"example": "p_xxxx",
|
|
4478
5016
|
"member": "string",
|
|
4479
5017
|
"name": "ProductCode",
|
|
4480
|
-
"
|
|
5018
|
+
"output_required": true,
|
|
4481
5019
|
"type": "string",
|
|
4482
|
-
"value_allowed_null":
|
|
5020
|
+
"value_allowed_null": false
|
|
4483
5021
|
},
|
|
4484
5022
|
{
|
|
4485
5023
|
"disabled": false,
|
|
@@ -4487,7 +5025,7 @@
|
|
|
4487
5025
|
"example": "sp_xxxx",
|
|
4488
5026
|
"member": "string",
|
|
4489
5027
|
"name": "SubProductCode",
|
|
4490
|
-
"
|
|
5028
|
+
"output_required": true,
|
|
4491
5029
|
"type": "string",
|
|
4492
5030
|
"value_allowed_null": false
|
|
4493
5031
|
},
|
|
@@ -4497,29 +5035,29 @@
|
|
|
4497
5035
|
"example": "20210920187006321686342",
|
|
4498
5036
|
"member": "string",
|
|
4499
5037
|
"name": "BigDealId",
|
|
4500
|
-
"
|
|
5038
|
+
"output_required": true,
|
|
4501
5039
|
"type": "string",
|
|
4502
5040
|
"value_allowed_null": false
|
|
4503
5041
|
},
|
|
4504
5042
|
{
|
|
4505
5043
|
"disabled": false,
|
|
4506
|
-
"document": "Refund formula
|
|
4507
|
-
"example": "
|
|
5044
|
+
"document": "Refund formula.",
|
|
5045
|
+
"example": "退款:xxxxx元,代金券不退(xxxxxxxx",
|
|
4508
5046
|
"member": "string",
|
|
4509
5047
|
"name": "Formula",
|
|
4510
|
-
"
|
|
5048
|
+
"output_required": true,
|
|
4511
5049
|
"type": "string",
|
|
4512
|
-
"value_allowed_null":
|
|
5050
|
+
"value_allowed_null": false
|
|
4513
5051
|
},
|
|
4514
5052
|
{
|
|
4515
5053
|
"disabled": false,
|
|
4516
|
-
"document": "Refund involves order information
|
|
5054
|
+
"document": "Refund involves order information.",
|
|
4517
5055
|
"example": "20210920187006321686342",
|
|
4518
5056
|
"member": "string",
|
|
4519
5057
|
"name": "RefReturnDeals",
|
|
4520
|
-
"
|
|
5058
|
+
"output_required": true,
|
|
4521
5059
|
"type": "string",
|
|
4522
|
-
"value_allowed_null":
|
|
5060
|
+
"value_allowed_null": false
|
|
4523
5061
|
},
|
|
4524
5062
|
{
|
|
4525
5063
|
"disabled": false,
|
|
@@ -4527,39 +5065,39 @@
|
|
|
4527
5065
|
"example": "prePay",
|
|
4528
5066
|
"member": "string",
|
|
4529
5067
|
"name": "PayMode",
|
|
4530
|
-
"
|
|
5068
|
+
"output_required": true,
|
|
4531
5069
|
"type": "string",
|
|
4532
5070
|
"value_allowed_null": false
|
|
4533
5071
|
},
|
|
4534
5072
|
{
|
|
4535
5073
|
"disabled": false,
|
|
4536
|
-
"document": "Transaction type\n\
|
|
5074
|
+
"document": "Transaction type\n\nModify network mode adjust bandwidth mode.\nAdjust bandwidth size.\n`Refund`: refund.\ndowngrade.\nupgrade configuration.\nrenew.\npurchase.\npreMoveOut monthly subscription resource migration out.\npreMoveIn specifies the monthly subscription resources to migrate.\npreToPost specifies the prepaid to postpaid conversion.\npostMoveOut specifies the pay-as-you-go resources to be migrated out.\npostMoveIn specifies the pay-as-you-go resources for inbound migration.",
|
|
4537
5075
|
"example": "purchase",
|
|
4538
5076
|
"member": "string",
|
|
4539
5077
|
"name": "Action",
|
|
4540
|
-
"
|
|
5078
|
+
"output_required": true,
|
|
4541
5079
|
"type": "string",
|
|
4542
|
-
"value_allowed_null":
|
|
5080
|
+
"value_allowed_null": false
|
|
4543
5081
|
},
|
|
4544
5082
|
{
|
|
4545
5083
|
"disabled": false,
|
|
4546
|
-
"document": "Product code
|
|
5084
|
+
"document": "Product code chinese name.",
|
|
4547
5085
|
"example": "云服务器",
|
|
4548
5086
|
"member": "string",
|
|
4549
5087
|
"name": "ProductName",
|
|
4550
|
-
"
|
|
5088
|
+
"output_required": true,
|
|
4551
5089
|
"type": "string",
|
|
4552
|
-
"value_allowed_null":
|
|
5090
|
+
"value_allowed_null": false
|
|
4553
5091
|
},
|
|
4554
5092
|
{
|
|
4555
5093
|
"disabled": false,
|
|
4556
|
-
"document": "
|
|
5094
|
+
"document": "Sub-Product code chinese name.",
|
|
4557
5095
|
"example": "云服务器-s5",
|
|
4558
5096
|
"member": "string",
|
|
4559
5097
|
"name": "SubProductName",
|
|
4560
|
-
"
|
|
5098
|
+
"output_required": true,
|
|
4561
5099
|
"type": "string",
|
|
4562
|
-
"value_allowed_null":
|
|
5100
|
+
"value_allowed_null": false
|
|
4563
5101
|
},
|
|
4564
5102
|
{
|
|
4565
5103
|
"disabled": false,
|
|
@@ -4567,30 +5105,138 @@
|
|
|
4567
5105
|
"example": "[\"ins-12454fgd\"]",
|
|
4568
5106
|
"member": "string",
|
|
4569
5107
|
"name": "ResourceId",
|
|
4570
|
-
"
|
|
5108
|
+
"output_required": false,
|
|
4571
5109
|
"type": "list",
|
|
4572
5110
|
"value_allowed_null": true
|
|
4573
5111
|
}
|
|
4574
5112
|
],
|
|
4575
5113
|
"usage": "out"
|
|
4576
5114
|
},
|
|
4577
|
-
"
|
|
4578
|
-
"document": "
|
|
5115
|
+
"DeleteAllocationRuleRequest": {
|
|
5116
|
+
"document": "DeleteAllocationRule request structure.",
|
|
4579
5117
|
"members": [
|
|
4580
5118
|
{
|
|
4581
5119
|
"disabled": false,
|
|
4582
|
-
"document": "
|
|
4583
|
-
"example": "
|
|
4584
|
-
"member": "
|
|
4585
|
-
"name": "
|
|
5120
|
+
"document": "The deleted sharing rule ID.",
|
|
5121
|
+
"example": "12",
|
|
5122
|
+
"member": "uint64",
|
|
5123
|
+
"name": "RuleId",
|
|
4586
5124
|
"required": true,
|
|
4587
|
-
"type": "
|
|
5125
|
+
"type": "int"
|
|
5126
|
+
},
|
|
5127
|
+
{
|
|
5128
|
+
"disabled": false,
|
|
5129
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
5130
|
+
"example": "月份,默认当前月",
|
|
5131
|
+
"member": "string",
|
|
5132
|
+
"name": "Month",
|
|
5133
|
+
"required": false,
|
|
5134
|
+
"type": "string"
|
|
4588
5135
|
}
|
|
4589
5136
|
],
|
|
4590
5137
|
"type": "object"
|
|
4591
5138
|
},
|
|
4592
|
-
"
|
|
4593
|
-
"document": "
|
|
5139
|
+
"DeleteAllocationRuleResponse": {
|
|
5140
|
+
"document": "DeleteAllocationRule response structure.",
|
|
5141
|
+
"members": [
|
|
5142
|
+
{
|
|
5143
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5144
|
+
"member": "string",
|
|
5145
|
+
"name": "RequestId",
|
|
5146
|
+
"type": "string"
|
|
5147
|
+
}
|
|
5148
|
+
],
|
|
5149
|
+
"type": "object"
|
|
5150
|
+
},
|
|
5151
|
+
"DeleteAllocationTagRequest": {
|
|
5152
|
+
"document": "DeleteAllocationTag request structure.",
|
|
5153
|
+
"members": [
|
|
5154
|
+
{
|
|
5155
|
+
"disabled": false,
|
|
5156
|
+
"document": "Cost allocation tag key",
|
|
5157
|
+
"example": "无",
|
|
5158
|
+
"member": "string",
|
|
5159
|
+
"name": "TagKey",
|
|
5160
|
+
"required": true,
|
|
5161
|
+
"type": "list"
|
|
5162
|
+
}
|
|
5163
|
+
],
|
|
5164
|
+
"type": "object"
|
|
5165
|
+
},
|
|
5166
|
+
"DeleteAllocationTagResponse": {
|
|
5167
|
+
"document": "DeleteAllocationTag response structure.",
|
|
5168
|
+
"members": [
|
|
5169
|
+
{
|
|
5170
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5171
|
+
"member": "string",
|
|
5172
|
+
"name": "RequestId",
|
|
5173
|
+
"type": "string"
|
|
5174
|
+
}
|
|
5175
|
+
],
|
|
5176
|
+
"type": "object"
|
|
5177
|
+
},
|
|
5178
|
+
"DeleteAllocationUnitRequest": {
|
|
5179
|
+
"document": "DeleteAllocationUnit request structure.",
|
|
5180
|
+
"members": [
|
|
5181
|
+
{
|
|
5182
|
+
"disabled": false,
|
|
5183
|
+
"document": "Specifies the deleted cost allocation unit ID.",
|
|
5184
|
+
"example": "1",
|
|
5185
|
+
"member": "uint64",
|
|
5186
|
+
"name": "Id",
|
|
5187
|
+
"required": true,
|
|
5188
|
+
"type": "int"
|
|
5189
|
+
},
|
|
5190
|
+
{
|
|
5191
|
+
"disabled": false,
|
|
5192
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
5193
|
+
"example": "2022-10-01 00:00:00",
|
|
5194
|
+
"member": "string",
|
|
5195
|
+
"name": "Month",
|
|
5196
|
+
"required": false,
|
|
5197
|
+
"type": "string"
|
|
5198
|
+
}
|
|
5199
|
+
],
|
|
5200
|
+
"type": "object"
|
|
5201
|
+
},
|
|
5202
|
+
"DeleteAllocationUnitResponse": {
|
|
5203
|
+
"document": "DeleteAllocationUnit response structure.",
|
|
5204
|
+
"members": [
|
|
5205
|
+
{
|
|
5206
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5207
|
+
"member": "string",
|
|
5208
|
+
"name": "RequestId",
|
|
5209
|
+
"type": "string"
|
|
5210
|
+
}
|
|
5211
|
+
],
|
|
5212
|
+
"type": "object"
|
|
5213
|
+
},
|
|
5214
|
+
"DeleteGatherRuleRequest": {
|
|
5215
|
+
"document": "DeleteGatherRule request structure.",
|
|
5216
|
+
"members": [
|
|
5217
|
+
{
|
|
5218
|
+
"disabled": false,
|
|
5219
|
+
"document": "The deleted collection rule ID.",
|
|
5220
|
+
"example": "13",
|
|
5221
|
+
"member": "uint64",
|
|
5222
|
+
"name": "RuleId",
|
|
5223
|
+
"required": true,
|
|
5224
|
+
"type": "int"
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
"disabled": false,
|
|
5228
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
5229
|
+
"example": "2022-10-01 00:00:00",
|
|
5230
|
+
"member": "string",
|
|
5231
|
+
"name": "Month",
|
|
5232
|
+
"required": false,
|
|
5233
|
+
"type": "string"
|
|
5234
|
+
}
|
|
5235
|
+
],
|
|
5236
|
+
"type": "object"
|
|
5237
|
+
},
|
|
5238
|
+
"DeleteGatherRuleResponse": {
|
|
5239
|
+
"document": "DeleteGatherRule response structure.",
|
|
4594
5240
|
"members": [
|
|
4595
5241
|
{
|
|
4596
5242
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -4748,6 +5394,378 @@
|
|
|
4748
5394
|
],
|
|
4749
5395
|
"type": "object"
|
|
4750
5396
|
},
|
|
5397
|
+
"DescribeAllocationRuleDetailRequest": {
|
|
5398
|
+
"document": "DescribeAllocationRuleDetail request structure.",
|
|
5399
|
+
"members": [
|
|
5400
|
+
{
|
|
5401
|
+
"disabled": false,
|
|
5402
|
+
"document": "The queried sharing rule ID.",
|
|
5403
|
+
"example": "12",
|
|
5404
|
+
"member": "uint64",
|
|
5405
|
+
"name": "RuleId",
|
|
5406
|
+
"required": true,
|
|
5407
|
+
"type": "int"
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"disabled": false,
|
|
5411
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
5412
|
+
"example": "2022-10-01 00:00:00",
|
|
5413
|
+
"member": "string",
|
|
5414
|
+
"name": "Month",
|
|
5415
|
+
"required": false,
|
|
5416
|
+
"type": "string"
|
|
5417
|
+
}
|
|
5418
|
+
],
|
|
5419
|
+
"type": "object"
|
|
5420
|
+
},
|
|
5421
|
+
"DescribeAllocationRuleDetailResponse": {
|
|
5422
|
+
"document": "DescribeAllocationRuleDetail response structure.",
|
|
5423
|
+
"members": [
|
|
5424
|
+
{
|
|
5425
|
+
"disabled": false,
|
|
5426
|
+
"document": "Sharing rule ID.",
|
|
5427
|
+
"example": "12",
|
|
5428
|
+
"member": "uint64",
|
|
5429
|
+
"name": "Id",
|
|
5430
|
+
"output_required": true,
|
|
5431
|
+
"type": "int",
|
|
5432
|
+
"value_allowed_null": false
|
|
5433
|
+
},
|
|
5434
|
+
{
|
|
5435
|
+
"disabled": false,
|
|
5436
|
+
"document": "Sharing rule ownership UIN.",
|
|
5437
|
+
"example": "9096",
|
|
5438
|
+
"member": "string",
|
|
5439
|
+
"name": "Uin",
|
|
5440
|
+
"output_required": true,
|
|
5441
|
+
"type": "string",
|
|
5442
|
+
"value_allowed_null": false
|
|
5443
|
+
},
|
|
5444
|
+
{
|
|
5445
|
+
"disabled": false,
|
|
5446
|
+
"document": "Sharing rule name.",
|
|
5447
|
+
"example": "规则名称",
|
|
5448
|
+
"member": "string",
|
|
5449
|
+
"name": "Name",
|
|
5450
|
+
"output_required": true,
|
|
5451
|
+
"type": "string",
|
|
5452
|
+
"value_allowed_null": false
|
|
5453
|
+
},
|
|
5454
|
+
{
|
|
5455
|
+
"disabled": false,
|
|
5456
|
+
"document": "Specifies the public area policy type. the enumeration values are as follows:.\n1 - custom sharing proportion. \n2 - proportional allocation. \n3 - allocation by proportion.",
|
|
5457
|
+
"example": "1",
|
|
5458
|
+
"member": "uint64",
|
|
5459
|
+
"name": "Type",
|
|
5460
|
+
"output_required": true,
|
|
5461
|
+
"type": "int",
|
|
5462
|
+
"value_allowed_null": false
|
|
5463
|
+
},
|
|
5464
|
+
{
|
|
5465
|
+
"disabled": false,
|
|
5466
|
+
"document": "Public sharing rule expression.",
|
|
5467
|
+
"example": "无",
|
|
5468
|
+
"member": "AllocationRuleExpression",
|
|
5469
|
+
"name": "RuleDetail",
|
|
5470
|
+
"output_required": true,
|
|
5471
|
+
"type": "object",
|
|
5472
|
+
"value_allowed_null": false
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"disabled": false,
|
|
5476
|
+
"document": "Sharing proportion expression. returns when Type is 1 or 2.",
|
|
5477
|
+
"example": "无",
|
|
5478
|
+
"member": "AllocationRationExpression",
|
|
5479
|
+
"name": "RatioDetail",
|
|
5480
|
+
"output_required": false,
|
|
5481
|
+
"type": "list",
|
|
5482
|
+
"value_allowed_null": false
|
|
5483
|
+
},
|
|
5484
|
+
{
|
|
5485
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5486
|
+
"member": "string",
|
|
5487
|
+
"name": "RequestId",
|
|
5488
|
+
"type": "string"
|
|
5489
|
+
}
|
|
5490
|
+
],
|
|
5491
|
+
"type": "object"
|
|
5492
|
+
},
|
|
5493
|
+
"DescribeAllocationRuleSummaryRequest": {
|
|
5494
|
+
"document": "DescribeAllocationRuleSummary request structure.",
|
|
5495
|
+
"members": [
|
|
5496
|
+
{
|
|
5497
|
+
"disabled": false,
|
|
5498
|
+
"document": "Specifies the data quantity per fetch. the maximum value is 1000.",
|
|
5499
|
+
"example": "5",
|
|
5500
|
+
"member": "uint64",
|
|
5501
|
+
"name": "Limit",
|
|
5502
|
+
"required": true,
|
|
5503
|
+
"type": "int"
|
|
5504
|
+
},
|
|
5505
|
+
{
|
|
5506
|
+
"disabled": false,
|
|
5507
|
+
"document": "Pagination offset",
|
|
5508
|
+
"example": "2",
|
|
5509
|
+
"member": "uint64",
|
|
5510
|
+
"name": "Offset",
|
|
5511
|
+
"required": true,
|
|
5512
|
+
"type": "int"
|
|
5513
|
+
},
|
|
5514
|
+
{
|
|
5515
|
+
"disabled": false,
|
|
5516
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
5517
|
+
"example": "2022-10-01 00:00:00",
|
|
5518
|
+
"member": "string",
|
|
5519
|
+
"name": "Month",
|
|
5520
|
+
"required": false,
|
|
5521
|
+
"type": "string"
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"disabled": false,
|
|
5525
|
+
"document": "Public area policy type, for filtering.\nEnumeration values are as follows:. \n1 - custom sharing proportion. \n2 - proportional allocation. \n3 - allocation by proportion.",
|
|
5526
|
+
"example": "1",
|
|
5527
|
+
"member": "uint64",
|
|
5528
|
+
"name": "Type",
|
|
5529
|
+
"required": false,
|
|
5530
|
+
"type": "int"
|
|
5531
|
+
},
|
|
5532
|
+
{
|
|
5533
|
+
"disabled": false,
|
|
5534
|
+
"document": "Sharing rule name or cost allocation unit name, used for fuzzy filter criteria.",
|
|
5535
|
+
"example": "产品部",
|
|
5536
|
+
"member": "string",
|
|
5537
|
+
"name": "Name",
|
|
5538
|
+
"required": false,
|
|
5539
|
+
"type": "string"
|
|
5540
|
+
}
|
|
5541
|
+
],
|
|
5542
|
+
"type": "object"
|
|
5543
|
+
},
|
|
5544
|
+
"DescribeAllocationRuleSummaryResponse": {
|
|
5545
|
+
"document": "DescribeAllocationRuleSummary response structure.",
|
|
5546
|
+
"members": [
|
|
5547
|
+
{
|
|
5548
|
+
"disabled": false,
|
|
5549
|
+
"document": "Sharing rule expression.",
|
|
5550
|
+
"example": "无",
|
|
5551
|
+
"member": "AllocationRuleOverview",
|
|
5552
|
+
"name": "RuleList",
|
|
5553
|
+
"output_required": true,
|
|
5554
|
+
"type": "list",
|
|
5555
|
+
"value_allowed_null": false
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
"disabled": false,
|
|
5559
|
+
"document": "Total number of rules.",
|
|
5560
|
+
"example": "1",
|
|
5561
|
+
"member": "uint64",
|
|
5562
|
+
"name": "Total",
|
|
5563
|
+
"output_required": true,
|
|
5564
|
+
"type": "int",
|
|
5565
|
+
"value_allowed_null": false
|
|
5566
|
+
},
|
|
5567
|
+
{
|
|
5568
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5569
|
+
"member": "string",
|
|
5570
|
+
"name": "RequestId",
|
|
5571
|
+
"type": "string"
|
|
5572
|
+
}
|
|
5573
|
+
],
|
|
5574
|
+
"type": "object"
|
|
5575
|
+
},
|
|
5576
|
+
"DescribeAllocationTreeRequest": {
|
|
5577
|
+
"document": "DescribeAllocationTree request structure.",
|
|
5578
|
+
"members": [
|
|
5579
|
+
{
|
|
5580
|
+
"disabled": false,
|
|
5581
|
+
"document": "Month, the current month by default if not provided.",
|
|
5582
|
+
"example": "2022-10-01 00:00:00",
|
|
5583
|
+
"member": "string",
|
|
5584
|
+
"name": "Month",
|
|
5585
|
+
"required": false,
|
|
5586
|
+
"type": "string"
|
|
5587
|
+
}
|
|
5588
|
+
],
|
|
5589
|
+
"type": "object"
|
|
5590
|
+
},
|
|
5591
|
+
"DescribeAllocationTreeResponse": {
|
|
5592
|
+
"document": "DescribeAllocationTree response structure.",
|
|
5593
|
+
"members": [
|
|
5594
|
+
{
|
|
5595
|
+
"disabled": false,
|
|
5596
|
+
"document": "Cost allocation unit ID.",
|
|
5597
|
+
"example": "1",
|
|
5598
|
+
"member": "uint64",
|
|
5599
|
+
"name": "Id",
|
|
5600
|
+
"output_required": true,
|
|
5601
|
+
"type": "int",
|
|
5602
|
+
"value_allowed_null": false
|
|
5603
|
+
},
|
|
5604
|
+
{
|
|
5605
|
+
"disabled": false,
|
|
5606
|
+
"document": "Specifies the name of a cost allocation unit.",
|
|
5607
|
+
"example": "财务部",
|
|
5608
|
+
"member": "string",
|
|
5609
|
+
"name": "Name",
|
|
5610
|
+
"output_required": true,
|
|
5611
|
+
"type": "string",
|
|
5612
|
+
"value_allowed_null": false
|
|
5613
|
+
},
|
|
5614
|
+
{
|
|
5615
|
+
"disabled": false,
|
|
5616
|
+
"document": "Unique identifier of a cost allocation unit",
|
|
5617
|
+
"example": "9096-asd",
|
|
5618
|
+
"member": "string",
|
|
5619
|
+
"name": "TreeNodeUniqKey",
|
|
5620
|
+
"output_required": true,
|
|
5621
|
+
"type": "string",
|
|
5622
|
+
"value_allowed_null": false
|
|
5623
|
+
},
|
|
5624
|
+
{
|
|
5625
|
+
"disabled": false,
|
|
5626
|
+
"document": "Specifies a subtree.",
|
|
5627
|
+
"example": "无",
|
|
5628
|
+
"member": "AllocationTree",
|
|
5629
|
+
"name": "Children",
|
|
5630
|
+
"output_required": false,
|
|
5631
|
+
"type": "list",
|
|
5632
|
+
"value_allowed_null": false
|
|
5633
|
+
},
|
|
5634
|
+
{
|
|
5635
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5636
|
+
"member": "string",
|
|
5637
|
+
"name": "RequestId",
|
|
5638
|
+
"type": "string"
|
|
5639
|
+
}
|
|
5640
|
+
],
|
|
5641
|
+
"type": "object"
|
|
5642
|
+
},
|
|
5643
|
+
"DescribeAllocationUnitDetailRequest": {
|
|
5644
|
+
"document": "DescribeAllocationUnitDetail request structure.",
|
|
5645
|
+
"members": [
|
|
5646
|
+
{
|
|
5647
|
+
"disabled": false,
|
|
5648
|
+
"document": "ID of the queried cost allocation unit.",
|
|
5649
|
+
"example": "1",
|
|
5650
|
+
"member": "uint64",
|
|
5651
|
+
"name": "Id",
|
|
5652
|
+
"required": true,
|
|
5653
|
+
"type": "int"
|
|
5654
|
+
},
|
|
5655
|
+
{
|
|
5656
|
+
"disabled": false,
|
|
5657
|
+
"document": "Month, the current month by default if not provided.",
|
|
5658
|
+
"example": "2022-10-01 00:00:00",
|
|
5659
|
+
"member": "string",
|
|
5660
|
+
"name": "Month",
|
|
5661
|
+
"required": false,
|
|
5662
|
+
"type": "string"
|
|
5663
|
+
}
|
|
5664
|
+
],
|
|
5665
|
+
"type": "object"
|
|
5666
|
+
},
|
|
5667
|
+
"DescribeAllocationUnitDetailResponse": {
|
|
5668
|
+
"document": "DescribeAllocationUnitDetail response structure.",
|
|
5669
|
+
"members": [
|
|
5670
|
+
{
|
|
5671
|
+
"disabled": false,
|
|
5672
|
+
"document": "ID of a cost allocation unit.",
|
|
5673
|
+
"example": "1",
|
|
5674
|
+
"member": "uint64",
|
|
5675
|
+
"name": "Id",
|
|
5676
|
+
"output_required": true,
|
|
5677
|
+
"type": "int",
|
|
5678
|
+
"value_allowed_null": false
|
|
5679
|
+
},
|
|
5680
|
+
{
|
|
5681
|
+
"disabled": false,
|
|
5682
|
+
"document": "Associated UIN of the cost allocation unit.",
|
|
5683
|
+
"example": "9096",
|
|
5684
|
+
"member": "string",
|
|
5685
|
+
"name": "Uin",
|
|
5686
|
+
"output_required": true,
|
|
5687
|
+
"type": "string",
|
|
5688
|
+
"value_allowed_null": false
|
|
5689
|
+
},
|
|
5690
|
+
{
|
|
5691
|
+
"disabled": false,
|
|
5692
|
+
"document": "Specifies the name of a cost allocation unit.",
|
|
5693
|
+
"example": "财务部",
|
|
5694
|
+
"member": "string",
|
|
5695
|
+
"name": "Name",
|
|
5696
|
+
"output_required": true,
|
|
5697
|
+
"type": "string",
|
|
5698
|
+
"value_allowed_null": false
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"disabled": false,
|
|
5702
|
+
"document": "Cost allocation unit parent node ID.",
|
|
5703
|
+
"example": "11",
|
|
5704
|
+
"member": "uint64",
|
|
5705
|
+
"name": "ParentId",
|
|
5706
|
+
"output_required": true,
|
|
5707
|
+
"type": "int",
|
|
5708
|
+
"value_allowed_null": false
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"disabled": false,
|
|
5712
|
+
"document": "Source organization name.",
|
|
5713
|
+
"example": "一组",
|
|
5714
|
+
"member": "string",
|
|
5715
|
+
"name": "SourceName",
|
|
5716
|
+
"output_required": true,
|
|
5717
|
+
"type": "string",
|
|
5718
|
+
"value_allowed_null": false
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"disabled": false,
|
|
5722
|
+
"document": "Source organization ID.",
|
|
5723
|
+
"example": "asd123",
|
|
5724
|
+
"member": "string",
|
|
5725
|
+
"name": "SourceId",
|
|
5726
|
+
"output_required": true,
|
|
5727
|
+
"type": "string",
|
|
5728
|
+
"value_allowed_null": false
|
|
5729
|
+
},
|
|
5730
|
+
{
|
|
5731
|
+
"disabled": false,
|
|
5732
|
+
"document": "Specifies remark description.",
|
|
5733
|
+
"example": "分账",
|
|
5734
|
+
"member": "string",
|
|
5735
|
+
"name": "Remark",
|
|
5736
|
+
"output_required": true,
|
|
5737
|
+
"type": "string",
|
|
5738
|
+
"value_allowed_null": false
|
|
5739
|
+
},
|
|
5740
|
+
{
|
|
5741
|
+
"disabled": false,
|
|
5742
|
+
"document": "Cost allocation unit identifier.",
|
|
5743
|
+
"example": "asd123",
|
|
5744
|
+
"member": "string",
|
|
5745
|
+
"name": "TreeNodeUniqKey",
|
|
5746
|
+
"output_required": true,
|
|
5747
|
+
"type": "string",
|
|
5748
|
+
"value_allowed_null": false
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"disabled": false,
|
|
5752
|
+
"document": "If a cost allocation unit is set with an collection rule, return the collection rule ID. if no collection rule is set, do not return.",
|
|
5753
|
+
"example": "12",
|
|
5754
|
+
"member": "uint64",
|
|
5755
|
+
"name": "RuleId",
|
|
5756
|
+
"output_required": false,
|
|
5757
|
+
"type": "int",
|
|
5758
|
+
"value_allowed_null": false
|
|
5759
|
+
},
|
|
5760
|
+
{
|
|
5761
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
5762
|
+
"member": "string",
|
|
5763
|
+
"name": "RequestId",
|
|
5764
|
+
"type": "string"
|
|
5765
|
+
}
|
|
5766
|
+
],
|
|
5767
|
+
"type": "object"
|
|
5768
|
+
},
|
|
4751
5769
|
"DescribeBillAdjustInfoRequest": {
|
|
4752
5770
|
"document": "DescribeBillAdjustInfo request structure.",
|
|
4753
5771
|
"members": [
|
|
@@ -5020,7 +6038,7 @@
|
|
|
5020
6038
|
{
|
|
5021
6039
|
"disabled": false,
|
|
5022
6040
|
"document": "The start time of the query range, which should be in the format Y-m-d H:i:s . The query range must be in the last 18 months and cannot be earlier than May 2018 (when Bill 2.0 was introduced). The start time and end time must be in the same month.\n\nExample: tccli billing DescribeBillDetail --cli-unfold-argument --Offset 1 --Limit 100 --BeginTime '2023-04-01 12:05:15' --EndTime '2023-04-18 12:00:10' --ProjectId 1000000731 --version \"2018-07-09\"\n\nAlternatively, you can use Month to query the billing details of a month.\nExample:\nccli billing DescribeBillDetail --cli-unfold-argument --Offset 1 --Limit 100 --Month 2023-04 --version \"2018-07-09\" --ResourceId \"disk-oj9okstm\"",
|
|
5023
|
-
"example": "2018-11-
|
|
6041
|
+
"example": "2018-11-01 00:00:00",
|
|
5024
6042
|
"member": "string",
|
|
5025
6043
|
"name": "BeginTime",
|
|
5026
6044
|
"required": false,
|
|
@@ -5029,7 +6047,7 @@
|
|
|
5029
6047
|
{
|
|
5030
6048
|
"disabled": false,
|
|
5031
6049
|
"document": "The end time of the query range, which should be in the format `Y-m-d H:i:s `. The query range must be in the last 18 months and cannot be earlier than May 2018 (when Bill 2.0 was introduced). The start time and end time must be in the same month.\n\nExample: tccli billing DescribeBillDetail --cli-unfold-argument --Offset 1 --Limit 100 --BeginTime '2023-04-01 12:05:15' --EndTime '2023-04-18 12:00:10' --ProjectId 1000000731 --version \"2018-07-09\"\n\nAlternatively, you can use `Month` to query the billing details of a month. \nExample:\nccli billing DescribeBillDetail --cli-unfold-argument --Offset 1 --Limit 100 --Month 2023-04 --version \"2018-07-09\" --ResourceId \"disk-oj9okstm\"",
|
|
5032
|
-
"example": "2018-11-
|
|
6050
|
+
"example": "2018-11-01 23:59:59",
|
|
5033
6051
|
"member": "string",
|
|
5034
6052
|
"name": "EndTime",
|
|
5035
6053
|
"required": false,
|
|
@@ -5045,7 +6063,7 @@
|
|
|
5045
6063
|
"type": "int"
|
|
5046
6064
|
},
|
|
5047
6065
|
{
|
|
5048
|
-
"disabled":
|
|
6066
|
+
"disabled": true,
|
|
5049
6067
|
"document": "Queries information on a specified product",
|
|
5050
6068
|
"example": "0",
|
|
5051
6069
|
"member": "string",
|
|
@@ -5515,7 +6533,7 @@
|
|
|
5515
6533
|
{
|
|
5516
6534
|
"disabled": false,
|
|
5517
6535
|
"document": "The value must be of the same month as `EndTime`. Query period must start and end on the same month and the query result returned will be of the entire month. For example, if both `BeginTime` and `EndTime` are `2018-09`, the data returned will be for the entire month of September 2018.",
|
|
5518
|
-
"example": "",
|
|
6536
|
+
"example": "2018-11",
|
|
5519
6537
|
"member": "string",
|
|
5520
6538
|
"name": "BeginTime",
|
|
5521
6539
|
"required": true,
|
|
@@ -5524,7 +6542,7 @@
|
|
|
5524
6542
|
{
|
|
5525
6543
|
"disabled": false,
|
|
5526
6544
|
"document": "The value must be of the same month as `BeginTime`. Query period must start and end on the same month and the query result returned will be of the entire month. For example, if both `BeginTime` and `EndTime` are `2018-09`, the data returned will be for the entire month of September 2018.",
|
|
5527
|
-
"example": "",
|
|
6545
|
+
"example": "2018-11",
|
|
5528
6546
|
"member": "string",
|
|
5529
6547
|
"name": "EndTime",
|
|
5530
6548
|
"required": true,
|
|
@@ -5533,7 +6551,7 @@
|
|
|
5533
6551
|
{
|
|
5534
6552
|
"disabled": false,
|
|
5535
6553
|
"document": "Query bill data user's UIN",
|
|
5536
|
-
"example": "",
|
|
6554
|
+
"example": "909619400",
|
|
5537
6555
|
"member": "string",
|
|
5538
6556
|
"name": "PayerUin",
|
|
5539
6557
|
"required": false,
|
|
@@ -5551,15 +6569,17 @@
|
|
|
5551
6569
|
"example": "1",
|
|
5552
6570
|
"member": "uint64",
|
|
5553
6571
|
"name": "Ready",
|
|
6572
|
+
"output_required": true,
|
|
5554
6573
|
"type": "int",
|
|
5555
6574
|
"value_allowed_null": false
|
|
5556
6575
|
},
|
|
5557
6576
|
{
|
|
5558
6577
|
"disabled": false,
|
|
5559
6578
|
"document": "Detailed cost distribution for all billing modes\nNote: This field may return null, indicating that no valid value was found.",
|
|
5560
|
-
"example": "
|
|
6579
|
+
"example": "[{\"businessCode\":\"p_ntp\",\"realTotalCost\":\"6.38000000\",\"totalCost\":\"7.50000000\",\"cashPayAmount\":\"6.38000000\",\"incentivePayAmount\":\"0.00000000\",\"voucherPayAmount\":\"0.00000000\",\"transferPayAmount\":\"0.00000000\",\"billMonth\":\"2023-09\",\"realTotalCostRatio\":\"67.43\",\"businessCodeName\":\"共享流量包\"}]",
|
|
5561
6580
|
"member": "PayModeSummaryOverviewItem",
|
|
5562
6581
|
"name": "SummaryOverview",
|
|
6582
|
+
"output_required": true,
|
|
5563
6583
|
"type": "list",
|
|
5564
6584
|
"value_allowed_null": true
|
|
5565
6585
|
},
|
|
@@ -5596,7 +6616,7 @@
|
|
|
5596
6616
|
{
|
|
5597
6617
|
"disabled": false,
|
|
5598
6618
|
"document": "Queries bill data user's UIN",
|
|
5599
|
-
"example": "
|
|
6619
|
+
"example": "909619400",
|
|
5600
6620
|
"member": "string",
|
|
5601
6621
|
"name": "PayerUin",
|
|
5602
6622
|
"required": false,
|
|
@@ -5623,24 +6643,27 @@
|
|
|
5623
6643
|
"example": "1",
|
|
5624
6644
|
"member": "uint64",
|
|
5625
6645
|
"name": "Ready",
|
|
6646
|
+
"output_required": true,
|
|
5626
6647
|
"type": "int",
|
|
5627
6648
|
"value_allowed_null": false
|
|
5628
6649
|
},
|
|
5629
6650
|
{
|
|
5630
6651
|
"disabled": false,
|
|
5631
6652
|
"document": "Total cost details\nNote: This field may return null, indicating that no valid value was found.",
|
|
5632
|
-
"example": "
|
|
6653
|
+
"example": "{\"realTotalCost\":\"6.72000000\",\"totalCost\":\"6.72000000\",\"voucherPayAmount\":\"0.00000000\",\"incentivePayAmount\":\"0.00000000\",\"cashPayAmount\":\"6.72000000\",\"transferPayAmount\":\"0.00000000\"}",
|
|
5633
6654
|
"member": "BusinessSummaryTotal",
|
|
5634
6655
|
"name": "SummaryTotal",
|
|
6656
|
+
"output_required": true,
|
|
5635
6657
|
"type": "object",
|
|
5636
6658
|
"value_allowed_null": true
|
|
5637
6659
|
},
|
|
5638
6660
|
{
|
|
5639
6661
|
"disabled": false,
|
|
5640
6662
|
"document": "Cost distribution of all products\nNote: This field may return null, indicating that no valid value was found.",
|
|
5641
|
-
"example": "
|
|
6663
|
+
"example": "[{\"businessCode\":\"p_eip\",\"realTotalCost\":\"7.73432921\",\"totalCost\":\"7.73432921\",\"cashPayAmount\":\"7.73432921\",\"incentivePayAmount\":\"0.00000000\",\"voucherPayAmount\":\"0.00000000\",\"transferPayAmount\":\"0.00000000\",\"billMonth\":\"2024-01\",\"realTotalCostRatio\":\"100.00\",\"businessCodeName\":\"公网 IP\"}]",
|
|
5642
6664
|
"member": "BusinessSummaryOverviewItem",
|
|
5643
6665
|
"name": "SummaryOverview",
|
|
6666
|
+
"output_required": true,
|
|
5644
6667
|
"type": "list",
|
|
5645
6668
|
"value_allowed_null": true
|
|
5646
6669
|
},
|
|
@@ -5659,7 +6682,7 @@
|
|
|
5659
6682
|
{
|
|
5660
6683
|
"disabled": false,
|
|
5661
6684
|
"document": "The value must be of the same month as `EndTime`. Query period must start and end on the same month and the query result returned will be of the entire month. For example, if both `BeginTime` and `EndTime` are `2018-09`, the data returned will be for the entire month of September 2018.",
|
|
5662
|
-
"example": "",
|
|
6685
|
+
"example": "2018-11",
|
|
5663
6686
|
"member": "string",
|
|
5664
6687
|
"name": "BeginTime",
|
|
5665
6688
|
"required": true,
|
|
@@ -5668,7 +6691,7 @@
|
|
|
5668
6691
|
{
|
|
5669
6692
|
"disabled": false,
|
|
5670
6693
|
"document": "The value must be of the same month as `BeginTime`. Query period must start and end on the same month and the query result returned will be of the entire month. For example, if both `BeginTime` and `EndTime` are `2018-09`, the data returned will be for the entire month of September 2018.",
|
|
5671
|
-
"example": "",
|
|
6694
|
+
"example": "2018-11",
|
|
5672
6695
|
"member": "string",
|
|
5673
6696
|
"name": "EndTime",
|
|
5674
6697
|
"required": true,
|
|
@@ -5677,7 +6700,7 @@
|
|
|
5677
6700
|
{
|
|
5678
6701
|
"disabled": false,
|
|
5679
6702
|
"document": "Queries bill data user's UIN",
|
|
5680
|
-
"example": "",
|
|
6703
|
+
"example": "10002011014",
|
|
5681
6704
|
"member": "string",
|
|
5682
6705
|
"name": "PayerUin",
|
|
5683
6706
|
"required": false,
|
|
@@ -5695,15 +6718,17 @@
|
|
|
5695
6718
|
"example": "1",
|
|
5696
6719
|
"member": "uint64",
|
|
5697
6720
|
"name": "Ready",
|
|
6721
|
+
"output_required": true,
|
|
5698
6722
|
"type": "int",
|
|
5699
6723
|
"value_allowed_null": false
|
|
5700
6724
|
},
|
|
5701
6725
|
{
|
|
5702
6726
|
"disabled": false,
|
|
5703
6727
|
"document": "Detailed cost distribution for all projects\nNote: This field may return null, indicating that no valid value was found.",
|
|
5704
|
-
"example": "
|
|
6728
|
+
"example": "[{\"ProjectId\":\"0\",\"RealTotalCost\":\"2924616.19000000\",\"TotalCost\":\"6622736.21547221\",\"CashPayAmount\":\"2924616.19000000\",\"IncentivePayAmount\":\"0.00000000\",\"VoucherPayAmount\":\"0.00000000\",\"TransferPayAmount\":\"0.00000000\",\"BillMonth\":\"2024-01\",\"RealTotalCostRatio\":\"100.00\",\"ProjectName\":\"默认项目\"}]",
|
|
5705
6729
|
"member": "ProjectSummaryOverviewItem",
|
|
5706
6730
|
"name": "SummaryOverview",
|
|
6731
|
+
"output_required": true,
|
|
5707
6732
|
"type": "list",
|
|
5708
6733
|
"value_allowed_null": true
|
|
5709
6734
|
},
|
|
@@ -5722,7 +6747,7 @@
|
|
|
5722
6747
|
{
|
|
5723
6748
|
"disabled": false,
|
|
5724
6749
|
"document": "The value must be of the same month as `EndTime`. Query period must start and end on the same month and the query result returned will be of the entire month. For example, if both `BeginTime` and `EndTime` are `2018-09`, the data returned will be for the entire month of September 2018.",
|
|
5725
|
-
"example": "",
|
|
6750
|
+
"example": "2018-11",
|
|
5726
6751
|
"member": "string",
|
|
5727
6752
|
"name": "BeginTime",
|
|
5728
6753
|
"required": true,
|
|
@@ -5731,7 +6756,7 @@
|
|
|
5731
6756
|
{
|
|
5732
6757
|
"disabled": false,
|
|
5733
6758
|
"document": "The value must be of the same month as `BeginTime`. Query period must start and end on the same month and the query result returned will be of the entire month. For example, if both `BeginTime` and `EndTime` are `2018-09`, the data returned will be for the entire month of September 2018.",
|
|
5734
|
-
"example": "",
|
|
6759
|
+
"example": "2018-11",
|
|
5735
6760
|
"member": "string",
|
|
5736
6761
|
"name": "EndTime",
|
|
5737
6762
|
"required": true,
|
|
@@ -5740,7 +6765,7 @@
|
|
|
5740
6765
|
{
|
|
5741
6766
|
"disabled": false,
|
|
5742
6767
|
"document": "Queries bill data user's UIN",
|
|
5743
|
-
"example": "",
|
|
6768
|
+
"example": "10002011014",
|
|
5744
6769
|
"member": "string",
|
|
5745
6770
|
"name": "PayerUin",
|
|
5746
6771
|
"required": false,
|
|
@@ -5758,6 +6783,7 @@
|
|
|
5758
6783
|
"example": "1",
|
|
5759
6784
|
"member": "uint64",
|
|
5760
6785
|
"name": "Ready",
|
|
6786
|
+
"output_required": true,
|
|
5761
6787
|
"type": "int",
|
|
5762
6788
|
"value_allowed_null": false
|
|
5763
6789
|
},
|
|
@@ -5767,6 +6793,7 @@
|
|
|
5767
6793
|
"example": "无",
|
|
5768
6794
|
"member": "RegionSummaryOverviewItem",
|
|
5769
6795
|
"name": "SummaryOverview",
|
|
6796
|
+
"output_required": true,
|
|
5770
6797
|
"type": "list",
|
|
5771
6798
|
"value_allowed_null": true
|
|
5772
6799
|
},
|
|
@@ -6921,6 +7948,82 @@
|
|
|
6921
7948
|
],
|
|
6922
7949
|
"type": "object"
|
|
6923
7950
|
},
|
|
7951
|
+
"DescribeGatherRuleDetailRequest": {
|
|
7952
|
+
"document": "DescribeGatherRuleDetail request structure.",
|
|
7953
|
+
"members": [
|
|
7954
|
+
{
|
|
7955
|
+
"disabled": false,
|
|
7956
|
+
"document": "Specifies the ID of the queried collection rule.",
|
|
7957
|
+
"example": "12",
|
|
7958
|
+
"member": "uint64",
|
|
7959
|
+
"name": "Id",
|
|
7960
|
+
"required": true,
|
|
7961
|
+
"type": "int"
|
|
7962
|
+
},
|
|
7963
|
+
{
|
|
7964
|
+
"disabled": false,
|
|
7965
|
+
"document": "Month, the current month by default if not provided.",
|
|
7966
|
+
"example": "2022-10-01 00:00:00",
|
|
7967
|
+
"member": "string",
|
|
7968
|
+
"name": "Month",
|
|
7969
|
+
"required": false,
|
|
7970
|
+
"type": "string"
|
|
7971
|
+
}
|
|
7972
|
+
],
|
|
7973
|
+
"type": "object"
|
|
7974
|
+
},
|
|
7975
|
+
"DescribeGatherRuleDetailResponse": {
|
|
7976
|
+
"document": "DescribeGatherRuleDetail response structure.",
|
|
7977
|
+
"members": [
|
|
7978
|
+
{
|
|
7979
|
+
"disabled": false,
|
|
7980
|
+
"document": "Specifies the collection rule ID.",
|
|
7981
|
+
"example": "12",
|
|
7982
|
+
"member": "uint64",
|
|
7983
|
+
"name": "Id",
|
|
7984
|
+
"output_required": true,
|
|
7985
|
+
"type": "int",
|
|
7986
|
+
"value_allowed_null": false
|
|
7987
|
+
},
|
|
7988
|
+
{
|
|
7989
|
+
"disabled": false,
|
|
7990
|
+
"document": "Associated UIN of the collection rule.",
|
|
7991
|
+
"example": "9096",
|
|
7992
|
+
"member": "string",
|
|
7993
|
+
"name": "Uin",
|
|
7994
|
+
"output_required": true,
|
|
7995
|
+
"type": "string",
|
|
7996
|
+
"value_allowed_null": false
|
|
7997
|
+
},
|
|
7998
|
+
{
|
|
7999
|
+
"disabled": false,
|
|
8000
|
+
"document": "Collection rule last update time.",
|
|
8001
|
+
"example": "2022-11-14 09:45:24",
|
|
8002
|
+
"member": "string",
|
|
8003
|
+
"name": "UpdateTime",
|
|
8004
|
+
"output_required": true,
|
|
8005
|
+
"type": "string",
|
|
8006
|
+
"value_allowed_null": false
|
|
8007
|
+
},
|
|
8008
|
+
{
|
|
8009
|
+
"disabled": false,
|
|
8010
|
+
"document": "Collection rule details.",
|
|
8011
|
+
"example": "无",
|
|
8012
|
+
"member": "AllocationRuleExpression",
|
|
8013
|
+
"name": "RuleDetail",
|
|
8014
|
+
"output_required": true,
|
|
8015
|
+
"type": "object",
|
|
8016
|
+
"value_allowed_null": false
|
|
8017
|
+
},
|
|
8018
|
+
{
|
|
8019
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
8020
|
+
"member": "string",
|
|
8021
|
+
"name": "RequestId",
|
|
8022
|
+
"type": "string"
|
|
8023
|
+
}
|
|
8024
|
+
],
|
|
8025
|
+
"type": "object"
|
|
8026
|
+
},
|
|
6924
8027
|
"DescribeTagListRequest": {
|
|
6925
8028
|
"document": "DescribeTagList request structure.",
|
|
6926
8029
|
"members": [
|
|
@@ -7431,182 +8534,488 @@
|
|
|
7431
8534
|
},
|
|
7432
8535
|
{
|
|
7433
8536
|
"disabled": false,
|
|
7434
|
-
"document": "List of components.",
|
|
7435
|
-
"example": "[ { \"ComponentCodeName\": \"实例\", ",
|
|
7436
|
-
"member": "BillDetailComponent",
|
|
7437
|
-
"name": "ComponentSet",
|
|
7438
|
-
"output_required": true,
|
|
7439
|
-
"type": "list",
|
|
7440
|
-
"value_allowed_null": false
|
|
8537
|
+
"document": "List of components.",
|
|
8538
|
+
"example": "[ { \"ComponentCodeName\": \"实例\", ",
|
|
8539
|
+
"member": "BillDetailComponent",
|
|
8540
|
+
"name": "ComponentSet",
|
|
8541
|
+
"output_required": true,
|
|
8542
|
+
"type": "list",
|
|
8543
|
+
"value_allowed_null": false
|
|
8544
|
+
},
|
|
8545
|
+
{
|
|
8546
|
+
"disabled": false,
|
|
8547
|
+
"document": "Owner account ID: The account ID of the actual resource user.",
|
|
8548
|
+
"example": "909619400",
|
|
8549
|
+
"member": "string",
|
|
8550
|
+
"name": "OwnerUin",
|
|
8551
|
+
"output_required": true,
|
|
8552
|
+
"type": "string",
|
|
8553
|
+
"value_allowed_null": false
|
|
8554
|
+
},
|
|
8555
|
+
{
|
|
8556
|
+
"disabled": false,
|
|
8557
|
+
"document": "Operator account ID: The account or role ID of the operator who purchases or activates a resource.",
|
|
8558
|
+
"example": "909619400",
|
|
8559
|
+
"member": "string",
|
|
8560
|
+
"name": "OperateUin",
|
|
8561
|
+
"output_required": true,
|
|
8562
|
+
"type": "string",
|
|
8563
|
+
"value_allowed_null": false
|
|
8564
|
+
},
|
|
8565
|
+
{
|
|
8566
|
+
"disabled": false,
|
|
8567
|
+
"document": "Tag information.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8568
|
+
"example": "[ { \"TagKey\": \"jemmahuang\", \"T",
|
|
8569
|
+
"member": "BillTagInfo",
|
|
8570
|
+
"name": "Tags",
|
|
8571
|
+
"output_required": true,
|
|
8572
|
+
"type": "list",
|
|
8573
|
+
"value_allowed_null": true
|
|
8574
|
+
},
|
|
8575
|
+
{
|
|
8576
|
+
"disabled": false,
|
|
8577
|
+
"document": "Product code.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8578
|
+
"example": "p_cdn",
|
|
8579
|
+
"member": "string",
|
|
8580
|
+
"name": "BusinessCode",
|
|
8581
|
+
"output_required": true,
|
|
8582
|
+
"type": "string",
|
|
8583
|
+
"value_allowed_null": true
|
|
8584
|
+
},
|
|
8585
|
+
{
|
|
8586
|
+
"disabled": false,
|
|
8587
|
+
"document": "Subproduct code.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8588
|
+
"example": "sp_cvm_sa2",
|
|
8589
|
+
"member": "string",
|
|
8590
|
+
"name": "ProductCode",
|
|
8591
|
+
"output_required": true,
|
|
8592
|
+
"type": "string",
|
|
8593
|
+
"value_allowed_null": true
|
|
8594
|
+
},
|
|
8595
|
+
{
|
|
8596
|
+
"disabled": false,
|
|
8597
|
+
"document": "Transaction type code.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8598
|
+
"example": "postpay_deduct_h",
|
|
8599
|
+
"member": "string",
|
|
8600
|
+
"name": "ActionType",
|
|
8601
|
+
"output_required": true,
|
|
8602
|
+
"type": "string",
|
|
8603
|
+
"value_allowed_null": true
|
|
8604
|
+
},
|
|
8605
|
+
{
|
|
8606
|
+
"disabled": false,
|
|
8607
|
+
"document": "Region ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8608
|
+
"example": "1",
|
|
8609
|
+
"member": "string",
|
|
8610
|
+
"name": "RegionId",
|
|
8611
|
+
"output_required": true,
|
|
8612
|
+
"type": "string",
|
|
8613
|
+
"value_allowed_null": true
|
|
8614
|
+
},
|
|
8615
|
+
{
|
|
8616
|
+
"disabled": false,
|
|
8617
|
+
"document": "Project ID.",
|
|
8618
|
+
"example": "0",
|
|
8619
|
+
"member": "int64",
|
|
8620
|
+
"name": "ProjectId",
|
|
8621
|
+
"output_required": true,
|
|
8622
|
+
"type": "int",
|
|
8623
|
+
"value_allowed_null": false
|
|
8624
|
+
},
|
|
8625
|
+
{
|
|
8626
|
+
"disabled": false,
|
|
8627
|
+
"document": "Price attribute: A set of attributes which will determine the price of a component, apart from unit price and usage duration.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8628
|
+
"example": "[\"操作系统\":\"linux\",\"连续使用时长T\":\"第三阶梯\",\"平台\":\"云平\"]",
|
|
8629
|
+
"member": "string",
|
|
8630
|
+
"name": "PriceInfo",
|
|
8631
|
+
"output_required": true,
|
|
8632
|
+
"type": "list",
|
|
8633
|
+
"value_allowed_null": true
|
|
8634
|
+
},
|
|
8635
|
+
{
|
|
8636
|
+
"disabled": false,
|
|
8637
|
+
"document": "Associated transaction document ID: The ID of the document associated with a transaction, such as a write-off order, the original order showing a deduction error during first settlement, a restructured order, or the original purchase order corresponding to a refund order.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8638
|
+
"example": "{ \"PrepayPurchase\":\"20230707400000439953321\", \"PrepayRenew\":\"20230707400000440668101,20230707400000440730331,20230707400000440886501\" }",
|
|
8639
|
+
"member": "BillDetailAssociatedOrder",
|
|
8640
|
+
"name": "AssociatedOrder",
|
|
8641
|
+
"output_required": false,
|
|
8642
|
+
"type": "object",
|
|
8643
|
+
"value_allowed_null": true
|
|
8644
|
+
},
|
|
8645
|
+
{
|
|
8646
|
+
"disabled": false,
|
|
8647
|
+
"document": "Calculation formula: The detailed calculation formula for a specific transaction type, such as refund or configuration change.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8648
|
+
"example": "\"退款:686.51元,现金券: 0元,代金券/折扣券不退(订单号20230707400000439953321\"",
|
|
8649
|
+
"member": "string",
|
|
8650
|
+
"name": "Formula",
|
|
8651
|
+
"output_required": false,
|
|
8652
|
+
"type": "string",
|
|
8653
|
+
"value_allowed_null": true
|
|
8654
|
+
},
|
|
8655
|
+
{
|
|
8656
|
+
"disabled": false,
|
|
8657
|
+
"document": "Billing rules: Official website links for detailed billing rules of each product.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8658
|
+
"example": "https://buy.cloud.tencent.com/price/cvm",
|
|
8659
|
+
"member": "string",
|
|
8660
|
+
"name": "FormulaUrl",
|
|
8661
|
+
"output_required": false,
|
|
8662
|
+
"type": "string",
|
|
8663
|
+
"value_allowed_null": true
|
|
8664
|
+
},
|
|
8665
|
+
{
|
|
8666
|
+
"disabled": false,
|
|
8667
|
+
"document": "Billing monthNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8668
|
+
"example": "2023-10-01 00:00:00",
|
|
8669
|
+
"member": "string",
|
|
8670
|
+
"name": "BillMonth",
|
|
8671
|
+
"output_required": false,
|
|
8672
|
+
"type": "string",
|
|
8673
|
+
"value_allowed_null": true
|
|
8674
|
+
},
|
|
8675
|
+
{
|
|
8676
|
+
"disabled": false,
|
|
8677
|
+
"document": "Billing dayNote: This field may return null, indicating that no valid values can be obtained.",
|
|
8678
|
+
"example": "2023-10-10 00:00:00",
|
|
8679
|
+
"member": "string",
|
|
8680
|
+
"name": "BillDay",
|
|
8681
|
+
"output_required": false,
|
|
8682
|
+
"type": "string",
|
|
8683
|
+
"value_allowed_null": true
|
|
8684
|
+
}
|
|
8685
|
+
],
|
|
8686
|
+
"usage": "out"
|
|
8687
|
+
},
|
|
8688
|
+
"ExcludedProducts": {
|
|
8689
|
+
"document": "The products that are not applicable.",
|
|
8690
|
+
"members": [
|
|
8691
|
+
{
|
|
8692
|
+
"disabled": false,
|
|
8693
|
+
"document": "The names of non-applicable products.",
|
|
8694
|
+
"example": "某产品",
|
|
8695
|
+
"member": "string",
|
|
8696
|
+
"name": "GoodsName",
|
|
8697
|
+
"required": true,
|
|
8698
|
+
"type": "string",
|
|
8699
|
+
"value_allowed_null": false
|
|
8700
|
+
},
|
|
8701
|
+
{
|
|
8702
|
+
"disabled": false,
|
|
8703
|
+
"document": "`postPay`: pay-as-you-go; `prePay`: prepaid; `riPay`: reserved instance; empty or `*`: all.",
|
|
8704
|
+
"example": "*",
|
|
8705
|
+
"member": "string",
|
|
8706
|
+
"name": "PayMode",
|
|
8707
|
+
"required": true,
|
|
8708
|
+
"type": "string",
|
|
8709
|
+
"value_allowed_null": false
|
|
8710
|
+
}
|
|
8711
|
+
],
|
|
8712
|
+
"usage": "out"
|
|
8713
|
+
},
|
|
8714
|
+
"GatherRuleSummary": {
|
|
8715
|
+
"document": "List of collection rules.",
|
|
8716
|
+
"members": [
|
|
8717
|
+
{
|
|
8718
|
+
"disabled": false,
|
|
8719
|
+
"document": "Cost allocation regular expression.",
|
|
8720
|
+
"example": "无",
|
|
8721
|
+
"member": "AllocationRuleExpression",
|
|
8722
|
+
"name": "RuleDetail",
|
|
8723
|
+
"required": true,
|
|
8724
|
+
"type": "object"
|
|
8725
|
+
}
|
|
8726
|
+
],
|
|
8727
|
+
"usage": "in"
|
|
8728
|
+
},
|
|
8729
|
+
"ModifyAllocationRuleRequest": {
|
|
8730
|
+
"document": "ModifyAllocationRule request structure.",
|
|
8731
|
+
"members": [
|
|
8732
|
+
{
|
|
8733
|
+
"disabled": false,
|
|
8734
|
+
"document": "The edited sharing rule ID.",
|
|
8735
|
+
"example": "12",
|
|
8736
|
+
"member": "uint64",
|
|
8737
|
+
"name": "RuleId",
|
|
8738
|
+
"required": true,
|
|
8739
|
+
"type": "int"
|
|
8740
|
+
},
|
|
8741
|
+
{
|
|
8742
|
+
"disabled": false,
|
|
8743
|
+
"document": "Edited sharing rule name.",
|
|
8744
|
+
"example": "规则名称",
|
|
8745
|
+
"member": "string",
|
|
8746
|
+
"name": "Name",
|
|
8747
|
+
"required": true,
|
|
8748
|
+
"type": "string"
|
|
8749
|
+
},
|
|
8750
|
+
{
|
|
8751
|
+
"disabled": false,
|
|
8752
|
+
"document": "Public sharing policy types, enumeration values are as follows: 1 - custom sharing proportion 2 - proportional allocation 3 - allocation by proportion.",
|
|
8753
|
+
"example": "1",
|
|
8754
|
+
"member": "uint64",
|
|
8755
|
+
"name": "Type",
|
|
8756
|
+
"required": true,
|
|
8757
|
+
"type": "int"
|
|
8758
|
+
},
|
|
8759
|
+
{
|
|
8760
|
+
"disabled": false,
|
|
8761
|
+
"document": "Edited share rules expression.",
|
|
8762
|
+
"example": "无",
|
|
8763
|
+
"member": "AllocationRuleExpression",
|
|
8764
|
+
"name": "RuleDetail",
|
|
8765
|
+
"required": true,
|
|
8766
|
+
"type": "object"
|
|
8767
|
+
},
|
|
8768
|
+
{
|
|
8769
|
+
"disabled": false,
|
|
8770
|
+
"document": "Edited sharing proportion expression.",
|
|
8771
|
+
"example": "无",
|
|
8772
|
+
"member": "AllocationRationExpression",
|
|
8773
|
+
"name": "RatioDetail",
|
|
8774
|
+
"required": false,
|
|
8775
|
+
"type": "list"
|
|
8776
|
+
},
|
|
8777
|
+
{
|
|
8778
|
+
"disabled": false,
|
|
8779
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
8780
|
+
"example": "2022-10-01 00:00:00",
|
|
8781
|
+
"member": "string",
|
|
8782
|
+
"name": "Month",
|
|
8783
|
+
"required": false,
|
|
8784
|
+
"type": "string"
|
|
8785
|
+
}
|
|
8786
|
+
],
|
|
8787
|
+
"type": "object"
|
|
8788
|
+
},
|
|
8789
|
+
"ModifyAllocationRuleResponse": {
|
|
8790
|
+
"document": "ModifyAllocationRule response structure.",
|
|
8791
|
+
"members": [
|
|
8792
|
+
{
|
|
8793
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
8794
|
+
"member": "string",
|
|
8795
|
+
"name": "RequestId",
|
|
8796
|
+
"type": "string"
|
|
8797
|
+
}
|
|
8798
|
+
],
|
|
8799
|
+
"type": "object"
|
|
8800
|
+
},
|
|
8801
|
+
"ModifyAllocationUnitRequest": {
|
|
8802
|
+
"document": "ModifyAllocationUnit request structure.",
|
|
8803
|
+
"members": [
|
|
8804
|
+
{
|
|
8805
|
+
"disabled": false,
|
|
8806
|
+
"document": "ID of the modified cost allocation unit.",
|
|
8807
|
+
"example": "1",
|
|
8808
|
+
"member": "uint64",
|
|
8809
|
+
"name": "Id",
|
|
8810
|
+
"required": true,
|
|
8811
|
+
"type": "int"
|
|
8812
|
+
},
|
|
8813
|
+
{
|
|
8814
|
+
"disabled": false,
|
|
8815
|
+
"document": "Modified cost allocation unit name.",
|
|
8816
|
+
"example": "财务部",
|
|
8817
|
+
"member": "string",
|
|
8818
|
+
"name": "Name",
|
|
8819
|
+
"required": false,
|
|
8820
|
+
"type": "string"
|
|
7441
8821
|
},
|
|
7442
8822
|
{
|
|
7443
8823
|
"disabled": false,
|
|
7444
|
-
"document": "
|
|
7445
|
-
"example": "
|
|
8824
|
+
"document": "Modified cost allocation unit source organization name.",
|
|
8825
|
+
"example": "财务一组",
|
|
7446
8826
|
"member": "string",
|
|
7447
|
-
"name": "
|
|
7448
|
-
"
|
|
7449
|
-
"type": "string"
|
|
7450
|
-
"value_allowed_null": false
|
|
8827
|
+
"name": "SourceName",
|
|
8828
|
+
"required": false,
|
|
8829
|
+
"type": "string"
|
|
7451
8830
|
},
|
|
7452
8831
|
{
|
|
7453
8832
|
"disabled": false,
|
|
7454
|
-
"document": "
|
|
7455
|
-
"example": "
|
|
8833
|
+
"document": "Modified allocation unit source organization ID.",
|
|
8834
|
+
"example": "asd123",
|
|
7456
8835
|
"member": "string",
|
|
7457
|
-
"name": "
|
|
7458
|
-
"
|
|
7459
|
-
"type": "string"
|
|
7460
|
-
"value_allowed_null": false
|
|
8836
|
+
"name": "SourceId",
|
|
8837
|
+
"required": false,
|
|
8838
|
+
"type": "string"
|
|
7461
8839
|
},
|
|
7462
8840
|
{
|
|
7463
8841
|
"disabled": false,
|
|
7464
|
-
"document": "
|
|
7465
|
-
"example": "
|
|
7466
|
-
"member": "
|
|
7467
|
-
"name": "
|
|
7468
|
-
"
|
|
7469
|
-
"type": "
|
|
7470
|
-
"value_allowed_null": true
|
|
8842
|
+
"document": "Cost allocation unit remark description.",
|
|
8843
|
+
"example": "分账",
|
|
8844
|
+
"member": "string",
|
|
8845
|
+
"name": "Remark",
|
|
8846
|
+
"required": false,
|
|
8847
|
+
"type": "string"
|
|
7471
8848
|
},
|
|
7472
8849
|
{
|
|
7473
8850
|
"disabled": false,
|
|
7474
|
-
"document": "
|
|
7475
|
-
"example": "
|
|
8851
|
+
"document": "Month, the current month by default if not provided.",
|
|
8852
|
+
"example": "2022-10-01 00:00:00",
|
|
7476
8853
|
"member": "string",
|
|
7477
|
-
"name": "
|
|
7478
|
-
"
|
|
7479
|
-
"type": "string"
|
|
7480
|
-
|
|
7481
|
-
|
|
8854
|
+
"name": "Month",
|
|
8855
|
+
"required": false,
|
|
8856
|
+
"type": "string"
|
|
8857
|
+
}
|
|
8858
|
+
],
|
|
8859
|
+
"type": "object"
|
|
8860
|
+
},
|
|
8861
|
+
"ModifyAllocationUnitResponse": {
|
|
8862
|
+
"document": "ModifyAllocationUnit response structure.",
|
|
8863
|
+
"members": [
|
|
7482
8864
|
{
|
|
7483
|
-
"
|
|
7484
|
-
"document": "Subproduct code.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
7485
|
-
"example": "sp_cvm_sa2",
|
|
8865
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
7486
8866
|
"member": "string",
|
|
7487
|
-
"name": "
|
|
7488
|
-
"
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
8867
|
+
"name": "RequestId",
|
|
8868
|
+
"type": "string"
|
|
8869
|
+
}
|
|
8870
|
+
],
|
|
8871
|
+
"type": "object"
|
|
8872
|
+
},
|
|
8873
|
+
"ModifyGatherRuleRequest": {
|
|
8874
|
+
"document": "ModifyGatherRule request structure.",
|
|
8875
|
+
"members": [
|
|
7492
8876
|
{
|
|
7493
8877
|
"disabled": false,
|
|
7494
|
-
"document": "
|
|
7495
|
-
"example": "
|
|
7496
|
-
"member": "
|
|
7497
|
-
"name": "
|
|
7498
|
-
"
|
|
7499
|
-
"type": "
|
|
7500
|
-
"value_allowed_null": true
|
|
8878
|
+
"document": "Edit collection rule ID.",
|
|
8879
|
+
"example": "12",
|
|
8880
|
+
"member": "uint64",
|
|
8881
|
+
"name": "Id",
|
|
8882
|
+
"required": true,
|
|
8883
|
+
"type": "int"
|
|
7501
8884
|
},
|
|
7502
8885
|
{
|
|
7503
8886
|
"disabled": false,
|
|
7504
|
-
"document": "
|
|
7505
|
-
"example": "
|
|
7506
|
-
"member": "
|
|
7507
|
-
"name": "
|
|
7508
|
-
"
|
|
7509
|
-
"type": "
|
|
7510
|
-
"value_allowed_null": true
|
|
8887
|
+
"document": "Rule detail of the edited collection rule.",
|
|
8888
|
+
"example": "无",
|
|
8889
|
+
"member": "AllocationRuleExpression",
|
|
8890
|
+
"name": "RuleDetail",
|
|
8891
|
+
"required": true,
|
|
8892
|
+
"type": "object"
|
|
7511
8893
|
},
|
|
7512
8894
|
{
|
|
7513
8895
|
"disabled": false,
|
|
7514
|
-
"document": "
|
|
7515
|
-
"example": "
|
|
7516
|
-
"member": "
|
|
7517
|
-
"name": "
|
|
7518
|
-
"
|
|
7519
|
-
"type": "
|
|
7520
|
-
|
|
7521
|
-
|
|
8896
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
8897
|
+
"example": "2022-10-01 00:00:00",
|
|
8898
|
+
"member": "string",
|
|
8899
|
+
"name": "Month",
|
|
8900
|
+
"required": false,
|
|
8901
|
+
"type": "string"
|
|
8902
|
+
}
|
|
8903
|
+
],
|
|
8904
|
+
"type": "object"
|
|
8905
|
+
},
|
|
8906
|
+
"ModifyGatherRuleResponse": {
|
|
8907
|
+
"document": "ModifyGatherRule response structure.",
|
|
8908
|
+
"members": [
|
|
8909
|
+
{
|
|
8910
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
8911
|
+
"member": "string",
|
|
8912
|
+
"name": "RequestId",
|
|
8913
|
+
"type": "string"
|
|
8914
|
+
}
|
|
8915
|
+
],
|
|
8916
|
+
"type": "object"
|
|
8917
|
+
},
|
|
8918
|
+
"PayDealsRequest": {
|
|
8919
|
+
"document": "PayDeals request structure.",
|
|
8920
|
+
"members": [
|
|
7522
8921
|
{
|
|
7523
8922
|
"disabled": false,
|
|
7524
|
-
"document": "
|
|
7525
|
-
"example": "[\"
|
|
8923
|
+
"document": "Specifies one or more Sub-order No. that need to pay. must pass either this parameter or the BigDealIds field, but not both.",
|
|
8924
|
+
"example": "[\"20210205659001519515911\"]",
|
|
7526
8925
|
"member": "string",
|
|
7527
|
-
"name": "
|
|
7528
|
-
"
|
|
7529
|
-
"type": "list"
|
|
7530
|
-
"value_allowed_null": true
|
|
8926
|
+
"name": "OrderIds",
|
|
8927
|
+
"required": false,
|
|
8928
|
+
"type": "list"
|
|
7531
8929
|
},
|
|
7532
8930
|
{
|
|
7533
8931
|
"disabled": false,
|
|
7534
|
-
"document": "
|
|
7535
|
-
"example": "
|
|
7536
|
-
"member": "
|
|
7537
|
-
"name": "
|
|
7538
|
-
"
|
|
7539
|
-
"type": "
|
|
7540
|
-
"value_allowed_null": true
|
|
8932
|
+
"document": "Whether to automatically use a voucher. valid values: 1 (yes), 0 (no). default: 0.",
|
|
8933
|
+
"example": "0",
|
|
8934
|
+
"member": "int64",
|
|
8935
|
+
"name": "AutoVoucher",
|
|
8936
|
+
"required": false,
|
|
8937
|
+
"type": "int"
|
|
7541
8938
|
},
|
|
7542
8939
|
{
|
|
7543
8940
|
"disabled": false,
|
|
7544
|
-
"document": "
|
|
7545
|
-
"example": "\"
|
|
8941
|
+
"document": "Voucher ID list. currently only supports specifying one voucher.",
|
|
8942
|
+
"example": "[\"MGIFGZNWEMGUS0BW0N1KTN\"]",
|
|
7546
8943
|
"member": "string",
|
|
7547
|
-
"name": "
|
|
7548
|
-
"
|
|
7549
|
-
"type": "
|
|
7550
|
-
"value_allowed_null": true
|
|
8944
|
+
"name": "VoucherIds",
|
|
8945
|
+
"required": false,
|
|
8946
|
+
"type": "list"
|
|
7551
8947
|
},
|
|
7552
8948
|
{
|
|
7553
8949
|
"disabled": false,
|
|
7554
|
-
"document": "
|
|
7555
|
-
"example": "
|
|
8950
|
+
"document": "Specifies one or more Order No. that need to pay. must pass either this parameter or the OrderIds field.",
|
|
8951
|
+
"example": "[\"20210205659001519515911\"]",
|
|
7556
8952
|
"member": "string",
|
|
7557
|
-
"name": "
|
|
7558
|
-
"
|
|
7559
|
-
"type": "
|
|
7560
|
-
"value_allowed_null": true
|
|
8953
|
+
"name": "BigDealIds",
|
|
8954
|
+
"required": false,
|
|
8955
|
+
"type": "list"
|
|
7561
8956
|
},
|
|
7562
8957
|
{
|
|
7563
8958
|
"disabled": false,
|
|
7564
|
-
"document": "
|
|
7565
|
-
"example": "
|
|
7566
|
-
"member": "
|
|
7567
|
-
"name": "
|
|
7568
|
-
"
|
|
7569
|
-
"type": "
|
|
7570
|
-
"value_allowed_null": true
|
|
8959
|
+
"document": "0 self pay, 3 group agent, 4 reseller places a product-level payment order for customers. default 0.",
|
|
8960
|
+
"example": "0",
|
|
8961
|
+
"member": "int64",
|
|
8962
|
+
"name": "AgentPay",
|
|
8963
|
+
"required": false,
|
|
8964
|
+
"type": "int"
|
|
7571
8965
|
},
|
|
7572
8966
|
{
|
|
7573
8967
|
"disabled": false,
|
|
7574
|
-
"document": "
|
|
7575
|
-
"example": "
|
|
8968
|
+
"document": "Disregard it.",
|
|
8969
|
+
"example": "100003186505",
|
|
7576
8970
|
"member": "string",
|
|
7577
|
-
"name": "
|
|
7578
|
-
"
|
|
7579
|
-
"type": "string"
|
|
7580
|
-
"value_allowed_null": true
|
|
8971
|
+
"name": "CpsUin",
|
|
8972
|
+
"required": false,
|
|
8973
|
+
"type": "string"
|
|
7581
8974
|
}
|
|
7582
8975
|
],
|
|
7583
|
-
"
|
|
8976
|
+
"type": "object"
|
|
7584
8977
|
},
|
|
7585
|
-
"
|
|
7586
|
-
"document": "
|
|
8978
|
+
"PayDealsResponse": {
|
|
8979
|
+
"document": "PayDeals response structure.",
|
|
7587
8980
|
"members": [
|
|
7588
8981
|
{
|
|
7589
8982
|
"disabled": false,
|
|
7590
|
-
"document": "
|
|
7591
|
-
"example": "
|
|
8983
|
+
"document": "Specifies the array of Sub-order No. with payment successful.",
|
|
8984
|
+
"example": "[\"20210205659001519515911\"]",
|
|
7592
8985
|
"member": "string",
|
|
7593
|
-
"name": "
|
|
7594
|
-
"
|
|
7595
|
-
"type": "
|
|
8986
|
+
"name": "OrderIds",
|
|
8987
|
+
"output_required": true,
|
|
8988
|
+
"type": "list",
|
|
7596
8989
|
"value_allowed_null": false
|
|
7597
8990
|
},
|
|
7598
8991
|
{
|
|
7599
8992
|
"disabled": false,
|
|
7600
|
-
"document": "
|
|
7601
|
-
"example": "
|
|
8993
|
+
"document": "Specifies the Id array of resources with payment successful.",
|
|
8994
|
+
"example": "[\"ins-abc\",\"ins-xxx\"]",
|
|
7602
8995
|
"member": "string",
|
|
7603
|
-
"name": "
|
|
7604
|
-
"
|
|
7605
|
-
"type": "
|
|
8996
|
+
"name": "ResourceIds",
|
|
8997
|
+
"output_required": true,
|
|
8998
|
+
"type": "list",
|
|
8999
|
+
"value_allowed_null": false
|
|
9000
|
+
},
|
|
9001
|
+
{
|
|
9002
|
+
"disabled": false,
|
|
9003
|
+
"document": "Specifies the array of Order No. with payment successful.",
|
|
9004
|
+
"example": "[\"20210205659001519515911\"]",
|
|
9005
|
+
"member": "string",
|
|
9006
|
+
"name": "BigDealIds",
|
|
9007
|
+
"output_required": true,
|
|
9008
|
+
"type": "list",
|
|
7606
9009
|
"value_allowed_null": false
|
|
9010
|
+
},
|
|
9011
|
+
{
|
|
9012
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
9013
|
+
"member": "string",
|
|
9014
|
+
"name": "RequestId",
|
|
9015
|
+
"type": "string"
|
|
7607
9016
|
}
|
|
7608
9017
|
],
|
|
7609
|
-
"
|
|
9018
|
+
"type": "object"
|
|
7610
9019
|
},
|
|
7611
9020
|
"PayModeSummaryOverviewItem": {
|
|
7612
9021
|
"document": "Detailed summary of costs by billing mode",
|
|
@@ -7720,9 +9129,10 @@
|
|
|
7720
9129
|
{
|
|
7721
9130
|
"disabled": false,
|
|
7722
9131
|
"document": "Product detail name identifier",
|
|
7723
|
-
"example": "",
|
|
9132
|
+
"example": "云硬盘类型",
|
|
7724
9133
|
"member": "string",
|
|
7725
9134
|
"name": "Name",
|
|
9135
|
+
"output_required": true,
|
|
7726
9136
|
"required": true,
|
|
7727
9137
|
"type": "string",
|
|
7728
9138
|
"value_allowed_null": false
|
|
@@ -7730,9 +9140,10 @@
|
|
|
7730
9140
|
{
|
|
7731
9141
|
"disabled": false,
|
|
7732
9142
|
"document": "Product details",
|
|
7733
|
-
"example": "",
|
|
9143
|
+
"example": "系统盘",
|
|
7734
9144
|
"member": "string",
|
|
7735
9145
|
"name": "Value",
|
|
9146
|
+
"output_required": true,
|
|
7736
9147
|
"required": true,
|
|
7737
9148
|
"type": "string",
|
|
7738
9149
|
"value_allowed_null": false
|
|
@@ -7855,9 +9266,9 @@
|
|
|
7855
9266
|
"example": "1",
|
|
7856
9267
|
"member": "string",
|
|
7857
9268
|
"name": "RegionId",
|
|
7858
|
-
"
|
|
9269
|
+
"output_required": true,
|
|
7859
9270
|
"type": "string",
|
|
7860
|
-
"value_allowed_null":
|
|
9271
|
+
"value_allowed_null": false
|
|
7861
9272
|
},
|
|
7862
9273
|
{
|
|
7863
9274
|
"disabled": false,
|
|
@@ -7865,7 +9276,7 @@
|
|
|
7865
9276
|
"example": "华南地区(广州)",
|
|
7866
9277
|
"member": "string",
|
|
7867
9278
|
"name": "RegionName",
|
|
7868
|
-
"
|
|
9279
|
+
"output_required": true,
|
|
7869
9280
|
"type": "string",
|
|
7870
9281
|
"value_allowed_null": false
|
|
7871
9282
|
},
|
|
@@ -7875,7 +9286,7 @@
|
|
|
7875
9286
|
"example": "0.00",
|
|
7876
9287
|
"member": "string",
|
|
7877
9288
|
"name": "RealTotalCostRatio",
|
|
7878
|
-
"
|
|
9289
|
+
"output_required": true,
|
|
7879
9290
|
"type": "string",
|
|
7880
9291
|
"value_allowed_null": false
|
|
7881
9292
|
},
|
|
@@ -7885,7 +9296,7 @@
|
|
|
7885
9296
|
"example": "0.00",
|
|
7886
9297
|
"member": "string",
|
|
7887
9298
|
"name": "RealTotalCost",
|
|
7888
|
-
"
|
|
9299
|
+
"output_required": true,
|
|
7889
9300
|
"type": "string",
|
|
7890
9301
|
"value_allowed_null": false
|
|
7891
9302
|
},
|
|
@@ -7895,7 +9306,7 @@
|
|
|
7895
9306
|
"example": "0.00",
|
|
7896
9307
|
"member": "string",
|
|
7897
9308
|
"name": "CashPayAmount",
|
|
7898
|
-
"
|
|
9309
|
+
"output_required": true,
|
|
7899
9310
|
"type": "string",
|
|
7900
9311
|
"value_allowed_null": false
|
|
7901
9312
|
},
|
|
@@ -7905,7 +9316,7 @@
|
|
|
7905
9316
|
"example": "0.00",
|
|
7906
9317
|
"member": "string",
|
|
7907
9318
|
"name": "IncentivePayAmount",
|
|
7908
|
-
"
|
|
9319
|
+
"output_required": true,
|
|
7909
9320
|
"type": "string",
|
|
7910
9321
|
"value_allowed_null": false
|
|
7911
9322
|
},
|
|
@@ -7915,7 +9326,7 @@
|
|
|
7915
9326
|
"example": "0.00",
|
|
7916
9327
|
"member": "string",
|
|
7917
9328
|
"name": "VoucherPayAmount",
|
|
7918
|
-
"
|
|
9329
|
+
"output_required": true,
|
|
7919
9330
|
"type": "string",
|
|
7920
9331
|
"value_allowed_null": false
|
|
7921
9332
|
},
|
|
@@ -7925,7 +9336,7 @@
|
|
|
7925
9336
|
"example": "0.00",
|
|
7926
9337
|
"member": "string",
|
|
7927
9338
|
"name": "TransferPayAmount",
|
|
7928
|
-
"
|
|
9339
|
+
"output_required": true,
|
|
7929
9340
|
"type": "string",
|
|
7930
9341
|
"value_allowed_null": false
|
|
7931
9342
|
},
|
|
@@ -7935,7 +9346,7 @@
|
|
|
7935
9346
|
"example": "2021-01",
|
|
7936
9347
|
"member": "string",
|
|
7937
9348
|
"name": "BillMonth",
|
|
7938
|
-
"
|
|
9349
|
+
"output_required": true,
|
|
7939
9350
|
"type": "string",
|
|
7940
9351
|
"value_allowed_null": false
|
|
7941
9352
|
},
|
|
@@ -7945,7 +9356,7 @@
|
|
|
7945
9356
|
"example": "0.00",
|
|
7946
9357
|
"member": "string",
|
|
7947
9358
|
"name": "TotalCost",
|
|
7948
|
-
"
|
|
9359
|
+
"output_required": true,
|
|
7949
9360
|
"type": "string",
|
|
7950
9361
|
"value_allowed_null": false
|
|
7951
9362
|
}
|
|
@@ -7961,9 +9372,9 @@
|
|
|
7961
9372
|
"example": "p_cvm",
|
|
7962
9373
|
"member": "string",
|
|
7963
9374
|
"name": "GroupKey",
|
|
7964
|
-
"
|
|
9375
|
+
"output_required": true,
|
|
7965
9376
|
"type": "string",
|
|
7966
|
-
"value_allowed_null":
|
|
9377
|
+
"value_allowed_null": false
|
|
7967
9378
|
},
|
|
7968
9379
|
{
|
|
7969
9380
|
"disabled": false,
|
|
@@ -7971,9 +9382,9 @@
|
|
|
7971
9382
|
"example": "云服务器",
|
|
7972
9383
|
"member": "string",
|
|
7973
9384
|
"name": "GroupValue",
|
|
7974
|
-
"
|
|
9385
|
+
"output_required": true,
|
|
7975
9386
|
"type": "string",
|
|
7976
|
-
"value_allowed_null":
|
|
9387
|
+
"value_allowed_null": false
|
|
7977
9388
|
},
|
|
7978
9389
|
{
|
|
7979
9390
|
"disabled": false,
|
|
@@ -7981,7 +9392,7 @@
|
|
|
7981
9392
|
"example": "4.00000000",
|
|
7982
9393
|
"member": "string",
|
|
7983
9394
|
"name": "TotalCost",
|
|
7984
|
-
"
|
|
9395
|
+
"output_required": true,
|
|
7985
9396
|
"type": "string",
|
|
7986
9397
|
"value_allowed_null": false
|
|
7987
9398
|
},
|
|
@@ -7991,7 +9402,7 @@
|
|
|
7991
9402
|
"example": "4.00000000",
|
|
7992
9403
|
"member": "string",
|
|
7993
9404
|
"name": "RealTotalCost",
|
|
7994
|
-
"
|
|
9405
|
+
"output_required": true,
|
|
7995
9406
|
"type": "string",
|
|
7996
9407
|
"value_allowed_null": false
|
|
7997
9408
|
},
|
|
@@ -8001,7 +9412,7 @@
|
|
|
8001
9412
|
"example": "1.00000000",
|
|
8002
9413
|
"member": "string",
|
|
8003
9414
|
"name": "CashPayAmount",
|
|
8004
|
-
"
|
|
9415
|
+
"output_required": true,
|
|
8005
9416
|
"type": "string",
|
|
8006
9417
|
"value_allowed_null": false
|
|
8007
9418
|
},
|
|
@@ -8011,7 +9422,7 @@
|
|
|
8011
9422
|
"example": "1.00000000",
|
|
8012
9423
|
"member": "string",
|
|
8013
9424
|
"name": "IncentivePayAmount",
|
|
8014
|
-
"
|
|
9425
|
+
"output_required": true,
|
|
8015
9426
|
"type": "string",
|
|
8016
9427
|
"value_allowed_null": false
|
|
8017
9428
|
},
|
|
@@ -8021,7 +9432,7 @@
|
|
|
8021
9432
|
"example": "1.00000000",
|
|
8022
9433
|
"member": "string",
|
|
8023
9434
|
"name": "VoucherPayAmount",
|
|
8024
|
-
"
|
|
9435
|
+
"output_required": true,
|
|
8025
9436
|
"type": "string",
|
|
8026
9437
|
"value_allowed_null": false
|
|
8027
9438
|
},
|
|
@@ -8031,19 +9442,19 @@
|
|
|
8031
9442
|
"example": "1.00000000",
|
|
8032
9443
|
"member": "string",
|
|
8033
9444
|
"name": "TransferPayAmount",
|
|
8034
|
-
"
|
|
9445
|
+
"output_required": true,
|
|
8035
9446
|
"type": "string",
|
|
8036
|
-
"value_allowed_null":
|
|
9447
|
+
"value_allowed_null": false
|
|
8037
9448
|
},
|
|
8038
9449
|
{
|
|
8039
9450
|
"disabled": false,
|
|
8040
9451
|
"document": "Detailed summary of products. Note: This field may return null, indicating that no valid values can be obtained.",
|
|
8041
|
-
"example": "
|
|
9452
|
+
"example": "空",
|
|
8042
9453
|
"member": "BusinessSummaryInfo",
|
|
8043
9454
|
"name": "Business",
|
|
8044
|
-
"
|
|
9455
|
+
"output_required": true,
|
|
8045
9456
|
"type": "list",
|
|
8046
|
-
"value_allowed_null":
|
|
9457
|
+
"value_allowed_null": false
|
|
8047
9458
|
}
|
|
8048
9459
|
],
|
|
8049
9460
|
"usage": "out"
|