tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.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 +46 -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 +444 -272
- 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 +1007 -139
- tccli/services/billing/v20180709/api.json +1707 -429
- tccli/services/billing/v20180709/examples.json +161 -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 +463 -208
- tccli/services/cdb/v20170320/examples.json +8 -8
- 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/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- 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 +1149 -259
- tccli/services/ckafka/v20190819/api.json +3738 -1696
- tccli/services/ckafka/v20190819/examples.json +266 -162
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- 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 +1003 -453
- tccli/services/cvm/v20170312/examples.json +176 -130
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +2272 -591
- tccli/services/cynosdb/v20190107/api.json +12480 -7740
- tccli/services/cynosdb/v20190107/examples.json +193 -9
- 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 +490 -0
- tccli/services/hunyuan/v20230901/api.json +566 -0
- tccli/services/hunyuan/v20230901/examples.json +52 -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 +363 -78
- tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
- tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
- 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 +1465 -123
- tccli/services/kms/v20190118/examples.json +129 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +730 -172
- tccli/services/lighthouse/v20200324/api.json +502 -14
- tccli/services/lighthouse/v20200324/examples.json +59 -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 +989 -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 +1437 -100
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1336 -49
- 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 +664 -15
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1878 -379
- tccli/services/mps/v20190612/api.json +7473 -1626
- tccli/services/mps/v20190612/examples.json +276 -82
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +515 -74
- tccli/services/ocr/v20181119/api.json +1991 -168
- tccli/services/ocr/v20181119/examples.json +58 -4
- 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/tbaas_client.py +20 -8
- 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 +1084 -980
- tccli/services/tcsas/v20250106/examples.json +15 -15
- 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 +858 -276
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- 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/trabbit_client.py +145 -58
- 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 +531 -54
- tccli/services/vod/v20180717/examples.json +25 -7
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1428 -350
- tccli/services/vpc/v20170312/api.json +1031 -133
- tccli/services/vpc/v20170312/examples.json +119 -23
- tccli/services/vpc/vpc_client.py +2159 -644
- 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/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.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,27 @@
|
|
|
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
|
+
},
|
|
24
87
|
"DescribeAllocationUnitDetail": {
|
|
25
88
|
"document": "Query the details of a cost allocation unit.",
|
|
26
89
|
"input": "DescribeAllocationUnitDetailRequest",
|
|
@@ -175,6 +238,13 @@
|
|
|
175
238
|
"output": "DescribeDosageCosDetailByDateResponse",
|
|
176
239
|
"status": "online"
|
|
177
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
|
+
},
|
|
178
248
|
"DescribeTagList": {
|
|
179
249
|
"document": "This API is used to get cost allocation tags.",
|
|
180
250
|
"input": "DescribeTagListRequest",
|
|
@@ -195,6 +265,34 @@
|
|
|
195
265
|
"name": "Queries voucher usage details",
|
|
196
266
|
"output": "DescribeVoucherUsageDetailsResponse",
|
|
197
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"
|
|
198
296
|
}
|
|
199
297
|
},
|
|
200
298
|
"metadata": {
|
|
@@ -212,7 +310,7 @@
|
|
|
212
310
|
"example": "prepay_purchase",
|
|
213
311
|
"member": "string",
|
|
214
312
|
"name": "ActionType",
|
|
215
|
-
"
|
|
313
|
+
"output_required": true,
|
|
216
314
|
"type": "string",
|
|
217
315
|
"value_allowed_null": false
|
|
218
316
|
},
|
|
@@ -222,7 +320,7 @@
|
|
|
222
320
|
"example": "包年包月新购",
|
|
223
321
|
"member": "string",
|
|
224
322
|
"name": "ActionTypeName",
|
|
225
|
-
"
|
|
323
|
+
"output_required": true,
|
|
226
324
|
"type": "string",
|
|
227
325
|
"value_allowed_null": false
|
|
228
326
|
},
|
|
@@ -232,7 +330,7 @@
|
|
|
232
330
|
"example": "100.00",
|
|
233
331
|
"member": "string",
|
|
234
332
|
"name": "RealTotalCostRatio",
|
|
235
|
-
"
|
|
333
|
+
"output_required": true,
|
|
236
334
|
"type": "string",
|
|
237
335
|
"value_allowed_null": false
|
|
238
336
|
},
|
|
@@ -242,7 +340,7 @@
|
|
|
242
340
|
"example": "0.00",
|
|
243
341
|
"member": "string",
|
|
244
342
|
"name": "RealTotalCost",
|
|
245
|
-
"
|
|
343
|
+
"output_required": true,
|
|
246
344
|
"type": "string",
|
|
247
345
|
"value_allowed_null": false
|
|
248
346
|
},
|
|
@@ -252,7 +350,7 @@
|
|
|
252
350
|
"example": "0.00",
|
|
253
351
|
"member": "string",
|
|
254
352
|
"name": "CashPayAmount",
|
|
255
|
-
"
|
|
353
|
+
"output_required": true,
|
|
256
354
|
"type": "string",
|
|
257
355
|
"value_allowed_null": false
|
|
258
356
|
},
|
|
@@ -262,7 +360,7 @@
|
|
|
262
360
|
"example": "0.00",
|
|
263
361
|
"member": "string",
|
|
264
362
|
"name": "IncentivePayAmount",
|
|
265
|
-
"
|
|
363
|
+
"output_required": true,
|
|
266
364
|
"type": "string",
|
|
267
365
|
"value_allowed_null": false
|
|
268
366
|
},
|
|
@@ -272,7 +370,7 @@
|
|
|
272
370
|
"example": "0.00",
|
|
273
371
|
"member": "string",
|
|
274
372
|
"name": "VoucherPayAmount",
|
|
275
|
-
"
|
|
373
|
+
"output_required": true,
|
|
276
374
|
"type": "string",
|
|
277
375
|
"value_allowed_null": false
|
|
278
376
|
},
|
|
@@ -282,9 +380,9 @@
|
|
|
282
380
|
"example": "0.00",
|
|
283
381
|
"member": "string",
|
|
284
382
|
"name": "TransferPayAmount",
|
|
285
|
-
"
|
|
383
|
+
"output_required": true,
|
|
286
384
|
"type": "string",
|
|
287
|
-
"value_allowed_null":
|
|
385
|
+
"value_allowed_null": false
|
|
288
386
|
},
|
|
289
387
|
{
|
|
290
388
|
"disabled": false,
|
|
@@ -292,7 +390,7 @@
|
|
|
292
390
|
"example": "2021-01",
|
|
293
391
|
"member": "string",
|
|
294
392
|
"name": "BillMonth",
|
|
295
|
-
"
|
|
393
|
+
"output_required": true,
|
|
296
394
|
"type": "string",
|
|
297
395
|
"value_allowed_null": false
|
|
298
396
|
},
|
|
@@ -302,7 +400,7 @@
|
|
|
302
400
|
"example": "0.00",
|
|
303
401
|
"member": "string",
|
|
304
402
|
"name": "TotalCost",
|
|
305
|
-
"
|
|
403
|
+
"output_required": true,
|
|
306
404
|
"type": "string",
|
|
307
405
|
"value_allowed_null": false
|
|
308
406
|
}
|
|
@@ -381,191 +479,458 @@
|
|
|
381
479
|
],
|
|
382
480
|
"usage": "both"
|
|
383
481
|
},
|
|
384
|
-
"
|
|
385
|
-
"document": "
|
|
482
|
+
"AllocationRationExpression": {
|
|
483
|
+
"document": "Expression for sharing proportion.",
|
|
386
484
|
"members": [
|
|
387
485
|
{
|
|
388
486
|
"disabled": false,
|
|
389
|
-
"document": "
|
|
390
|
-
"example": "
|
|
391
|
-
"member": "
|
|
392
|
-
"name": "
|
|
393
|
-
"output_required":
|
|
394
|
-
"required":
|
|
395
|
-
"type": "
|
|
396
|
-
"value_allowed_null":
|
|
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
|
|
397
495
|
},
|
|
398
496
|
{
|
|
399
497
|
"disabled": false,
|
|
400
|
-
"document": "
|
|
401
|
-
"example": "
|
|
402
|
-
"member": "
|
|
403
|
-
"name": "
|
|
404
|
-
"output_required":
|
|
405
|
-
"required":
|
|
406
|
-
"type": "
|
|
407
|
-
"value_allowed_null":
|
|
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
|
|
408
506
|
}
|
|
409
507
|
],
|
|
410
508
|
"usage": "both"
|
|
411
509
|
},
|
|
412
|
-
"
|
|
413
|
-
"document": "Cost
|
|
510
|
+
"AllocationRuleExpression": {
|
|
511
|
+
"document": "Cost allocation regular expression.",
|
|
414
512
|
"members": [
|
|
415
513
|
{
|
|
416
514
|
"disabled": false,
|
|
417
|
-
"document": "
|
|
418
|
-
"example": "
|
|
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",
|
|
419
517
|
"member": "string",
|
|
420
|
-
"name": "
|
|
518
|
+
"name": "RuleKey",
|
|
421
519
|
"output_required": false,
|
|
422
520
|
"required": false,
|
|
423
521
|
"type": "string",
|
|
424
|
-
"value_allowed_null":
|
|
522
|
+
"value_allowed_null": false
|
|
425
523
|
},
|
|
426
524
|
{
|
|
427
525
|
"disabled": false,
|
|
428
|
-
"document": "
|
|
429
|
-
"example": "
|
|
430
|
-
"member": "
|
|
431
|
-
"name": "
|
|
526
|
+
"document": "Specifies the dimension rules for cost allocation.\nEnumeration value.\nin.\nnot in.",
|
|
527
|
+
"example": "=",
|
|
528
|
+
"member": "string",
|
|
529
|
+
"name": "Operator",
|
|
432
530
|
"output_required": false,
|
|
433
531
|
"required": false,
|
|
434
|
-
"type": "
|
|
435
|
-
"value_allowed_null":
|
|
436
|
-
}
|
|
437
|
-
],
|
|
438
|
-
"usage": "both"
|
|
439
|
-
},
|
|
440
|
-
"AnalyseBusinessDetail": {
|
|
441
|
-
"document": "Cost analysis product return complex type",
|
|
442
|
-
"members": [
|
|
532
|
+
"type": "string",
|
|
533
|
+
"value_allowed_null": false
|
|
534
|
+
},
|
|
443
535
|
{
|
|
444
536
|
"disabled": false,
|
|
445
|
-
"document": "
|
|
446
|
-
"example": "
|
|
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\"]",
|
|
447
539
|
"member": "string",
|
|
448
|
-
"name": "
|
|
540
|
+
"name": "RuleValue",
|
|
449
541
|
"output_required": false,
|
|
450
|
-
"
|
|
451
|
-
"
|
|
542
|
+
"required": false,
|
|
543
|
+
"type": "list",
|
|
544
|
+
"value_allowed_null": false
|
|
452
545
|
},
|
|
453
546
|
{
|
|
454
547
|
"disabled": false,
|
|
455
|
-
"document": "
|
|
456
|
-
"example": "
|
|
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",
|
|
457
550
|
"member": "string",
|
|
458
|
-
"name": "
|
|
551
|
+
"name": "Connectors",
|
|
459
552
|
"output_required": false,
|
|
553
|
+
"required": false,
|
|
460
554
|
"type": "string",
|
|
461
|
-
"value_allowed_null":
|
|
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
|
|
462
567
|
}
|
|
463
568
|
],
|
|
464
|
-
"usage": "
|
|
569
|
+
"usage": "both"
|
|
465
570
|
},
|
|
466
|
-
"
|
|
467
|
-
"document": "
|
|
571
|
+
"AllocationRuleOverview": {
|
|
572
|
+
"document": "Overview of sharing rules.",
|
|
468
573
|
"members": [
|
|
469
574
|
{
|
|
470
575
|
"disabled": false,
|
|
471
|
-
"document": "
|
|
472
|
-
"example": "
|
|
473
|
-
"member": "
|
|
474
|
-
"name": "
|
|
475
|
-
"output_required":
|
|
476
|
-
"type": "
|
|
477
|
-
"value_allowed_null":
|
|
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
|
|
478
583
|
},
|
|
479
584
|
{
|
|
480
585
|
"disabled": false,
|
|
481
|
-
"document": "
|
|
482
|
-
"example": "
|
|
483
|
-
"member": "
|
|
484
|
-
"name": "
|
|
485
|
-
"output_required":
|
|
486
|
-
"type": "
|
|
487
|
-
"value_allowed_null":
|
|
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
|
|
488
593
|
},
|
|
489
594
|
{
|
|
490
595
|
"disabled": false,
|
|
491
|
-
"document": "
|
|
492
|
-
"example": "
|
|
493
|
-
"member": "
|
|
494
|
-
"name": "
|
|
495
|
-
"output_required":
|
|
496
|
-
"type": "
|
|
497
|
-
"value_allowed_null":
|
|
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
|
|
498
603
|
},
|
|
499
604
|
{
|
|
500
605
|
"disabled": false,
|
|
501
|
-
"document": "
|
|
502
|
-
"example": "
|
|
503
|
-
"member": "
|
|
504
|
-
"name": "
|
|
505
|
-
"output_required":
|
|
506
|
-
"type": "
|
|
507
|
-
"value_allowed_null":
|
|
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
|
|
508
613
|
},
|
|
509
614
|
{
|
|
510
615
|
"disabled": false,
|
|
511
|
-
"document": "
|
|
616
|
+
"document": "Overview of cost allocation units.",
|
|
512
617
|
"example": "无",
|
|
513
|
-
"member": "
|
|
514
|
-
"name": "
|
|
515
|
-
"output_required":
|
|
618
|
+
"member": "AllocationUnit",
|
|
619
|
+
"name": "AllocationNode",
|
|
620
|
+
"output_required": true,
|
|
516
621
|
"type": "list",
|
|
517
|
-
"value_allowed_null":
|
|
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
|
|
518
640
|
},
|
|
519
641
|
{
|
|
520
642
|
"disabled": false,
|
|
521
|
-
"document": "
|
|
522
|
-
"example": "
|
|
523
|
-
"member": "
|
|
524
|
-
"name": "
|
|
525
|
-
"output_required":
|
|
526
|
-
"
|
|
527
|
-
"
|
|
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
|
|
528
651
|
},
|
|
529
652
|
{
|
|
530
653
|
"disabled": false,
|
|
531
|
-
"document": "
|
|
654
|
+
"document": "Sharing rule expression.",
|
|
532
655
|
"example": "无",
|
|
533
|
-
"member": "
|
|
534
|
-
"name": "
|
|
535
|
-
"output_required":
|
|
536
|
-
"
|
|
537
|
-
"
|
|
656
|
+
"member": "AllocationRuleExpression",
|
|
657
|
+
"name": "RuleDetail",
|
|
658
|
+
"output_required": true,
|
|
659
|
+
"required": true,
|
|
660
|
+
"type": "object",
|
|
661
|
+
"value_allowed_null": false
|
|
538
662
|
},
|
|
539
663
|
{
|
|
540
664
|
"disabled": false,
|
|
541
|
-
"document": "
|
|
665
|
+
"document": "Sharing proportion expression, allocation by proportion not passed.",
|
|
542
666
|
"example": "无",
|
|
543
|
-
"member": "
|
|
544
|
-
"name": "
|
|
545
|
-
"output_required":
|
|
667
|
+
"member": "AllocationRationExpression",
|
|
668
|
+
"name": "RatioDetail",
|
|
669
|
+
"output_required": true,
|
|
670
|
+
"required": false,
|
|
546
671
|
"type": "list",
|
|
547
|
-
"value_allowed_null":
|
|
672
|
+
"value_allowed_null": false
|
|
548
673
|
}
|
|
549
674
|
],
|
|
550
|
-
"usage": "
|
|
675
|
+
"usage": "both"
|
|
551
676
|
},
|
|
552
|
-
"
|
|
553
|
-
"document": "Cost
|
|
677
|
+
"AllocationTree": {
|
|
678
|
+
"document": "Cost allocation tree.",
|
|
554
679
|
"members": [
|
|
555
680
|
{
|
|
556
681
|
"disabled": false,
|
|
557
|
-
"document": "
|
|
558
|
-
"example": "
|
|
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": "财务部",
|
|
559
694
|
"member": "string",
|
|
560
|
-
"name": "
|
|
561
|
-
"output_required":
|
|
562
|
-
"required": false,
|
|
695
|
+
"name": "Name",
|
|
696
|
+
"output_required": true,
|
|
563
697
|
"type": "string",
|
|
564
|
-
"value_allowed_null":
|
|
698
|
+
"value_allowed_null": false
|
|
565
699
|
},
|
|
566
700
|
{
|
|
567
701
|
"disabled": false,
|
|
568
|
-
"document": "
|
|
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
|
+
},
|
|
749
|
+
"AnalyseActionTypeDetail": {
|
|
750
|
+
"document": "Cost analysis transaction type complex type",
|
|
751
|
+
"members": [
|
|
752
|
+
{
|
|
753
|
+
"disabled": false,
|
|
754
|
+
"document": "Transaction type codeNote: This field may return null, indicating that no valid values can be obtained.",
|
|
755
|
+
"example": "prepay_purchase",
|
|
756
|
+
"member": "string",
|
|
757
|
+
"name": "ActionType",
|
|
758
|
+
"output_required": false,
|
|
759
|
+
"required": false,
|
|
760
|
+
"type": "string",
|
|
761
|
+
"value_allowed_null": true
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"disabled": false,
|
|
765
|
+
"document": "Transaction type nameNote: This field may return null, indicating that no valid values can be obtained.",
|
|
766
|
+
"example": "包年包月新购",
|
|
767
|
+
"member": "string",
|
|
768
|
+
"name": "ActionTypeName",
|
|
769
|
+
"output_required": false,
|
|
770
|
+
"required": false,
|
|
771
|
+
"type": "string",
|
|
772
|
+
"value_allowed_null": true
|
|
773
|
+
}
|
|
774
|
+
],
|
|
775
|
+
"usage": "both"
|
|
776
|
+
},
|
|
777
|
+
"AnalyseAmountDetail": {
|
|
778
|
+
"document": "Cost analysis amount return data model",
|
|
779
|
+
"members": [
|
|
780
|
+
{
|
|
781
|
+
"disabled": false,
|
|
782
|
+
"document": "Fee typeNote: This field may return null, indicating that no valid values can be obtained.",
|
|
783
|
+
"example": "cost",
|
|
784
|
+
"member": "string",
|
|
785
|
+
"name": "Key",
|
|
786
|
+
"output_required": false,
|
|
787
|
+
"required": false,
|
|
788
|
+
"type": "string",
|
|
789
|
+
"value_allowed_null": true
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"disabled": false,
|
|
793
|
+
"document": "Whether to displayNote: This field may return null, indicating that no valid values can be obtained.",
|
|
794
|
+
"example": "1",
|
|
795
|
+
"member": "int64",
|
|
796
|
+
"name": "Display",
|
|
797
|
+
"output_required": false,
|
|
798
|
+
"required": false,
|
|
799
|
+
"type": "int",
|
|
800
|
+
"value_allowed_null": true
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"usage": "both"
|
|
804
|
+
},
|
|
805
|
+
"AnalyseBusinessDetail": {
|
|
806
|
+
"document": "Cost analysis product return complex type",
|
|
807
|
+
"members": [
|
|
808
|
+
{
|
|
809
|
+
"disabled": false,
|
|
810
|
+
"document": "Product codeNote: This field may return null, indicating that no valid values can be obtained.",
|
|
811
|
+
"example": "billVirtualId",
|
|
812
|
+
"member": "string",
|
|
813
|
+
"name": "BusinessCode",
|
|
814
|
+
"output_required": false,
|
|
815
|
+
"type": "string",
|
|
816
|
+
"value_allowed_null": true
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"disabled": false,
|
|
820
|
+
"document": "Product nameNote: This field may return null, indicating that no valid values can be obtained.",
|
|
821
|
+
"example": "月度计费精度差异",
|
|
822
|
+
"member": "string",
|
|
823
|
+
"name": "BusinessCodeName",
|
|
824
|
+
"output_required": false,
|
|
825
|
+
"type": "string",
|
|
826
|
+
"value_allowed_null": true
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"usage": "out"
|
|
830
|
+
},
|
|
831
|
+
"AnalyseConditionDetail": {
|
|
832
|
+
"document": "Cost analysis filter box complex type",
|
|
833
|
+
"members": [
|
|
834
|
+
{
|
|
835
|
+
"disabled": false,
|
|
836
|
+
"document": "ProductNote: This field may return null, indicating that no valid values can be obtained.",
|
|
837
|
+
"example": "无",
|
|
838
|
+
"member": "AnalyseBusinessDetail",
|
|
839
|
+
"name": "Business",
|
|
840
|
+
"output_required": false,
|
|
841
|
+
"type": "list",
|
|
842
|
+
"value_allowed_null": true
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"disabled": false,
|
|
846
|
+
"document": "ItemNote: This field may return null, indicating that no valid values can be obtained.",
|
|
847
|
+
"example": "无",
|
|
848
|
+
"member": "AnalyseProjectDetail",
|
|
849
|
+
"name": "Project",
|
|
850
|
+
"output_required": false,
|
|
851
|
+
"type": "list",
|
|
852
|
+
"value_allowed_null": true
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"disabled": false,
|
|
856
|
+
"document": "RegionNote: This field may return null, indicating that no valid values can be obtained.",
|
|
857
|
+
"example": "无",
|
|
858
|
+
"member": "AnalyseRegionDetail",
|
|
859
|
+
"name": "Region",
|
|
860
|
+
"output_required": false,
|
|
861
|
+
"type": "list",
|
|
862
|
+
"value_allowed_null": true
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"disabled": false,
|
|
866
|
+
"document": "Billing modeNote: This field may return null, indicating that no valid values can be obtained.",
|
|
867
|
+
"example": "无",
|
|
868
|
+
"member": "AnalysePayModeDetail",
|
|
869
|
+
"name": "PayMode",
|
|
870
|
+
"output_required": false,
|
|
871
|
+
"type": "list",
|
|
872
|
+
"value_allowed_null": true
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"disabled": false,
|
|
876
|
+
"document": "Transaction typeNote: This field may return null, indicating that no valid values can be obtained.",
|
|
877
|
+
"example": "无",
|
|
878
|
+
"member": "AnalyseActionTypeDetail",
|
|
879
|
+
"name": "ActionType",
|
|
880
|
+
"output_required": false,
|
|
881
|
+
"type": "list",
|
|
882
|
+
"value_allowed_null": true
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"disabled": false,
|
|
886
|
+
"document": "Availability zoneNote: This field may return null, indicating that no valid values can be obtained.",
|
|
887
|
+
"example": "无",
|
|
888
|
+
"member": "AnalyseZoneDetail",
|
|
889
|
+
"name": "Zone",
|
|
890
|
+
"output_required": false,
|
|
891
|
+
"type": "list",
|
|
892
|
+
"value_allowed_null": true
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"disabled": false,
|
|
896
|
+
"document": "Resource owner UINNote: This field may return null, indicating that no valid values can be obtained.",
|
|
897
|
+
"example": "无",
|
|
898
|
+
"member": "AnalyseOwnerUinDetail",
|
|
899
|
+
"name": "OwnerUin",
|
|
900
|
+
"output_required": false,
|
|
901
|
+
"type": "list",
|
|
902
|
+
"value_allowed_null": true
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"disabled": false,
|
|
906
|
+
"document": "Fee typeNote: This field may return null, indicating that no valid values can be obtained.",
|
|
907
|
+
"example": "无",
|
|
908
|
+
"member": "AnalyseAmountDetail",
|
|
909
|
+
"name": "Amount",
|
|
910
|
+
"output_required": false,
|
|
911
|
+
"type": "list",
|
|
912
|
+
"value_allowed_null": true
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"usage": "out"
|
|
916
|
+
},
|
|
917
|
+
"AnalyseConditions": {
|
|
918
|
+
"document": "Cost analysis query conditions",
|
|
919
|
+
"members": [
|
|
920
|
+
{
|
|
921
|
+
"disabled": false,
|
|
922
|
+
"document": "Product name codeNote: This field may return null, indicating that no valid values can be obtained.",
|
|
923
|
+
"example": "p_cvm",
|
|
924
|
+
"member": "string",
|
|
925
|
+
"name": "BusinessCodes",
|
|
926
|
+
"output_required": false,
|
|
927
|
+
"required": false,
|
|
928
|
+
"type": "string",
|
|
929
|
+
"value_allowed_null": true
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"disabled": false,
|
|
933
|
+
"document": "Sub-product name codeNote: This field may return null, indicating that no valid values can be obtained.",
|
|
569
934
|
"example": "sp_cvm",
|
|
570
935
|
"member": "string",
|
|
571
936
|
"name": "ProductCodes",
|
|
@@ -2399,7 +2764,7 @@
|
|
|
2399
2764
|
"name": "TransferPayAmount",
|
|
2400
2765
|
"output_required": true,
|
|
2401
2766
|
"type": "string",
|
|
2402
|
-
"value_allowed_null":
|
|
2767
|
+
"value_allowed_null": false
|
|
2403
2768
|
},
|
|
2404
2769
|
{
|
|
2405
2770
|
"disabled": false,
|
|
@@ -2439,7 +2804,7 @@
|
|
|
2439
2804
|
"name": "Tags",
|
|
2440
2805
|
"output_required": true,
|
|
2441
2806
|
"type": "list",
|
|
2442
|
-
"value_allowed_null":
|
|
2807
|
+
"value_allowed_null": false
|
|
2443
2808
|
},
|
|
2444
2809
|
{
|
|
2445
2810
|
"disabled": false,
|
|
@@ -2549,7 +2914,7 @@
|
|
|
2549
2914
|
"name": "BillMonth",
|
|
2550
2915
|
"output_required": false,
|
|
2551
2916
|
"type": "string",
|
|
2552
|
-
"value_allowed_null":
|
|
2917
|
+
"value_allowed_null": false
|
|
2553
2918
|
}
|
|
2554
2919
|
],
|
|
2555
2920
|
"usage": "out"
|
|
@@ -2589,7 +2954,7 @@
|
|
|
2589
2954
|
"example": "p_cvm",
|
|
2590
2955
|
"member": "string",
|
|
2591
2956
|
"name": "BusinessCode",
|
|
2592
|
-
"
|
|
2957
|
+
"output_required": true,
|
|
2593
2958
|
"type": "string",
|
|
2594
2959
|
"value_allowed_null": false
|
|
2595
2960
|
},
|
|
@@ -2599,7 +2964,7 @@
|
|
|
2599
2964
|
"example": "云服务器",
|
|
2600
2965
|
"member": "string",
|
|
2601
2966
|
"name": "BusinessCodeName",
|
|
2602
|
-
"
|
|
2967
|
+
"output_required": true,
|
|
2603
2968
|
"type": "string",
|
|
2604
2969
|
"value_allowed_null": false
|
|
2605
2970
|
},
|
|
@@ -2609,9 +2974,9 @@
|
|
|
2609
2974
|
"example": "4.00000000",
|
|
2610
2975
|
"member": "string",
|
|
2611
2976
|
"name": "TotalCost",
|
|
2612
|
-
"
|
|
2977
|
+
"output_required": true,
|
|
2613
2978
|
"type": "string",
|
|
2614
|
-
"value_allowed_null":
|
|
2979
|
+
"value_allowed_null": false
|
|
2615
2980
|
},
|
|
2616
2981
|
{
|
|
2617
2982
|
"disabled": false,
|
|
@@ -2619,7 +2984,7 @@
|
|
|
2619
2984
|
"example": "4.00000000",
|
|
2620
2985
|
"member": "string",
|
|
2621
2986
|
"name": "RealTotalCost",
|
|
2622
|
-
"
|
|
2987
|
+
"output_required": true,
|
|
2623
2988
|
"type": "string",
|
|
2624
2989
|
"value_allowed_null": false
|
|
2625
2990
|
},
|
|
@@ -2629,7 +2994,7 @@
|
|
|
2629
2994
|
"example": "1.00000000",
|
|
2630
2995
|
"member": "string",
|
|
2631
2996
|
"name": "CashPayAmount",
|
|
2632
|
-
"
|
|
2997
|
+
"output_required": true,
|
|
2633
2998
|
"type": "string",
|
|
2634
2999
|
"value_allowed_null": false
|
|
2635
3000
|
},
|
|
@@ -2639,7 +3004,7 @@
|
|
|
2639
3004
|
"example": "1.00000000",
|
|
2640
3005
|
"member": "string",
|
|
2641
3006
|
"name": "IncentivePayAmount",
|
|
2642
|
-
"
|
|
3007
|
+
"output_required": true,
|
|
2643
3008
|
"type": "string",
|
|
2644
3009
|
"value_allowed_null": false
|
|
2645
3010
|
},
|
|
@@ -2649,7 +3014,7 @@
|
|
|
2649
3014
|
"example": "1.00000000",
|
|
2650
3015
|
"member": "string",
|
|
2651
3016
|
"name": "VoucherPayAmount",
|
|
2652
|
-
"
|
|
3017
|
+
"output_required": true,
|
|
2653
3018
|
"type": "string",
|
|
2654
3019
|
"value_allowed_null": false
|
|
2655
3020
|
},
|
|
@@ -2659,9 +3024,9 @@
|
|
|
2659
3024
|
"example": "1.00000000",
|
|
2660
3025
|
"member": "string",
|
|
2661
3026
|
"name": "TransferPayAmount",
|
|
2662
|
-
"
|
|
3027
|
+
"output_required": true,
|
|
2663
3028
|
"type": "string",
|
|
2664
|
-
"value_allowed_null":
|
|
3029
|
+
"value_allowed_null": false
|
|
2665
3030
|
}
|
|
2666
3031
|
],
|
|
2667
3032
|
"usage": "out"
|
|
@@ -2675,9 +3040,9 @@
|
|
|
2675
3040
|
"example": "p_cdn",
|
|
2676
3041
|
"member": "string",
|
|
2677
3042
|
"name": "BusinessCode",
|
|
2678
|
-
"
|
|
3043
|
+
"output_required": true,
|
|
2679
3044
|
"type": "string",
|
|
2680
|
-
"value_allowed_null":
|
|
3045
|
+
"value_allowed_null": false
|
|
2681
3046
|
},
|
|
2682
3047
|
{
|
|
2683
3048
|
"disabled": false,
|
|
@@ -2685,7 +3050,7 @@
|
|
|
2685
3050
|
"example": "内容分发网络 CDN",
|
|
2686
3051
|
"member": "string",
|
|
2687
3052
|
"name": "BusinessCodeName",
|
|
2688
|
-
"
|
|
3053
|
+
"output_required": true,
|
|
2689
3054
|
"type": "string",
|
|
2690
3055
|
"value_allowed_null": false
|
|
2691
3056
|
},
|
|
@@ -2695,7 +3060,7 @@
|
|
|
2695
3060
|
"example": "0.00",
|
|
2696
3061
|
"member": "string",
|
|
2697
3062
|
"name": "RealTotalCostRatio",
|
|
2698
|
-
"
|
|
3063
|
+
"output_required": true,
|
|
2699
3064
|
"type": "string",
|
|
2700
3065
|
"value_allowed_null": false
|
|
2701
3066
|
},
|
|
@@ -2705,7 +3070,7 @@
|
|
|
2705
3070
|
"example": "0.00",
|
|
2706
3071
|
"member": "string",
|
|
2707
3072
|
"name": "RealTotalCost",
|
|
2708
|
-
"
|
|
3073
|
+
"output_required": true,
|
|
2709
3074
|
"type": "string",
|
|
2710
3075
|
"value_allowed_null": false
|
|
2711
3076
|
},
|
|
@@ -2715,7 +3080,7 @@
|
|
|
2715
3080
|
"example": "0.00",
|
|
2716
3081
|
"member": "string",
|
|
2717
3082
|
"name": "CashPayAmount",
|
|
2718
|
-
"
|
|
3083
|
+
"output_required": true,
|
|
2719
3084
|
"type": "string",
|
|
2720
3085
|
"value_allowed_null": false
|
|
2721
3086
|
},
|
|
@@ -2725,7 +3090,7 @@
|
|
|
2725
3090
|
"example": "0.00",
|
|
2726
3091
|
"member": "string",
|
|
2727
3092
|
"name": "IncentivePayAmount",
|
|
2728
|
-
"
|
|
3093
|
+
"output_required": true,
|
|
2729
3094
|
"type": "string",
|
|
2730
3095
|
"value_allowed_null": false
|
|
2731
3096
|
},
|
|
@@ -2735,7 +3100,7 @@
|
|
|
2735
3100
|
"example": "0.00",
|
|
2736
3101
|
"member": "string",
|
|
2737
3102
|
"name": "VoucherPayAmount",
|
|
2738
|
-
"
|
|
3103
|
+
"output_required": true,
|
|
2739
3104
|
"type": "string",
|
|
2740
3105
|
"value_allowed_null": false
|
|
2741
3106
|
},
|
|
@@ -2745,7 +3110,7 @@
|
|
|
2745
3110
|
"example": "0.00",
|
|
2746
3111
|
"member": "string",
|
|
2747
3112
|
"name": "TransferPayAmount",
|
|
2748
|
-
"
|
|
3113
|
+
"output_required": true,
|
|
2749
3114
|
"type": "string",
|
|
2750
3115
|
"value_allowed_null": false
|
|
2751
3116
|
},
|
|
@@ -2755,7 +3120,7 @@
|
|
|
2755
3120
|
"example": "2021-01",
|
|
2756
3121
|
"member": "string",
|
|
2757
3122
|
"name": "BillMonth",
|
|
2758
|
-
"
|
|
3123
|
+
"output_required": true,
|
|
2759
3124
|
"type": "string",
|
|
2760
3125
|
"value_allowed_null": false
|
|
2761
3126
|
},
|
|
@@ -2765,7 +3130,7 @@
|
|
|
2765
3130
|
"example": "0.00",
|
|
2766
3131
|
"member": "string",
|
|
2767
3132
|
"name": "TotalCost",
|
|
2768
|
-
"
|
|
3133
|
+
"output_required": true,
|
|
2769
3134
|
"type": "string",
|
|
2770
3135
|
"value_allowed_null": false
|
|
2771
3136
|
}
|
|
@@ -4288,6 +4653,52 @@
|
|
|
4288
4653
|
],
|
|
4289
4654
|
"usage": "out"
|
|
4290
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
|
+
},
|
|
4291
4702
|
"CreateAllocationTagRequest": {
|
|
4292
4703
|
"document": "CreateAllocationTag request structure.",
|
|
4293
4704
|
"members": [
|
|
@@ -4315,6 +4726,126 @@
|
|
|
4315
4726
|
],
|
|
4316
4727
|
"type": "object"
|
|
4317
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
|
+
},
|
|
4318
4849
|
"Deal": {
|
|
4319
4850
|
"document": "Order data object",
|
|
4320
4851
|
"members": [
|
|
@@ -4324,7 +4855,7 @@
|
|
|
4324
4855
|
"example": "20210920187006321686341",
|
|
4325
4856
|
"member": "string",
|
|
4326
4857
|
"name": "OrderId",
|
|
4327
|
-
"
|
|
4858
|
+
"output_required": true,
|
|
4328
4859
|
"type": "string",
|
|
4329
4860
|
"value_allowed_null": false
|
|
4330
4861
|
},
|
|
@@ -4334,7 +4865,7 @@
|
|
|
4334
4865
|
"example": "1",
|
|
4335
4866
|
"member": "int64",
|
|
4336
4867
|
"name": "Status",
|
|
4337
|
-
"
|
|
4868
|
+
"output_required": true,
|
|
4338
4869
|
"type": "int",
|
|
4339
4870
|
"value_allowed_null": false
|
|
4340
4871
|
},
|
|
@@ -4344,7 +4875,7 @@
|
|
|
4344
4875
|
"example": "1234567",
|
|
4345
4876
|
"member": "string",
|
|
4346
4877
|
"name": "Payer",
|
|
4347
|
-
"
|
|
4878
|
+
"output_required": true,
|
|
4348
4879
|
"type": "string",
|
|
4349
4880
|
"value_allowed_null": false
|
|
4350
4881
|
},
|
|
@@ -4354,7 +4885,7 @@
|
|
|
4354
4885
|
"example": "2022-01-07 12:01:01",
|
|
4355
4886
|
"member": "datetime",
|
|
4356
4887
|
"name": "CreateTime",
|
|
4357
|
-
"
|
|
4888
|
+
"output_required": true,
|
|
4358
4889
|
"type": "string",
|
|
4359
4890
|
"value_allowed_null": false
|
|
4360
4891
|
},
|
|
@@ -4364,7 +4895,7 @@
|
|
|
4364
4895
|
"example": "1234567",
|
|
4365
4896
|
"member": "string",
|
|
4366
4897
|
"name": "Creator",
|
|
4367
|
-
"
|
|
4898
|
+
"output_required": true,
|
|
4368
4899
|
"type": "string",
|
|
4369
4900
|
"value_allowed_null": false
|
|
4370
4901
|
},
|
|
@@ -4374,7 +4905,7 @@
|
|
|
4374
4905
|
"example": "10000",
|
|
4375
4906
|
"member": "int64",
|
|
4376
4907
|
"name": "RealTotalCost",
|
|
4377
|
-
"
|
|
4908
|
+
"output_required": true,
|
|
4378
4909
|
"type": "int",
|
|
4379
4910
|
"value_allowed_null": false
|
|
4380
4911
|
},
|
|
@@ -4384,17 +4915,17 @@
|
|
|
4384
4915
|
"example": "10000",
|
|
4385
4916
|
"member": "int64",
|
|
4386
4917
|
"name": "VoucherDecline",
|
|
4387
|
-
"
|
|
4918
|
+
"output_required": true,
|
|
4388
4919
|
"type": "int",
|
|
4389
4920
|
"value_allowed_null": false
|
|
4390
4921
|
},
|
|
4391
4922
|
{
|
|
4392
4923
|
"disabled": false,
|
|
4393
4924
|
"document": "Project ID",
|
|
4394
|
-
"example": "
|
|
4925
|
+
"example": "0",
|
|
4395
4926
|
"member": "int64",
|
|
4396
4927
|
"name": "ProjectId",
|
|
4397
|
-
"
|
|
4928
|
+
"output_required": true,
|
|
4398
4929
|
"type": "int",
|
|
4399
4930
|
"value_allowed_null": false
|
|
4400
4931
|
},
|
|
@@ -4404,7 +4935,7 @@
|
|
|
4404
4935
|
"example": "1234567",
|
|
4405
4936
|
"member": "int64",
|
|
4406
4937
|
"name": "GoodsCategoryId",
|
|
4407
|
-
"
|
|
4938
|
+
"output_required": true,
|
|
4408
4939
|
"type": "int",
|
|
4409
4940
|
"value_allowed_null": false
|
|
4410
4941
|
},
|
|
@@ -4414,7 +4945,7 @@
|
|
|
4414
4945
|
"example": "p_xxxx",
|
|
4415
4946
|
"member": "ProductInfo",
|
|
4416
4947
|
"name": "ProductInfo",
|
|
4417
|
-
"
|
|
4948
|
+
"output_required": true,
|
|
4418
4949
|
"type": "list",
|
|
4419
4950
|
"value_allowed_null": false
|
|
4420
4951
|
},
|
|
@@ -4424,7 +4955,7 @@
|
|
|
4424
4955
|
"example": "1",
|
|
4425
4956
|
"member": "float",
|
|
4426
4957
|
"name": "TimeSpan",
|
|
4427
|
-
"
|
|
4958
|
+
"output_required": true,
|
|
4428
4959
|
"type": "float",
|
|
4429
4960
|
"value_allowed_null": false
|
|
4430
4961
|
},
|
|
@@ -4434,7 +4965,7 @@
|
|
|
4434
4965
|
"example": "m",
|
|
4435
4966
|
"member": "string",
|
|
4436
4967
|
"name": "TimeUnit",
|
|
4437
|
-
"
|
|
4968
|
+
"output_required": true,
|
|
4438
4969
|
"type": "string",
|
|
4439
4970
|
"value_allowed_null": false
|
|
4440
4971
|
},
|
|
@@ -4444,7 +4975,7 @@
|
|
|
4444
4975
|
"example": "CNY",
|
|
4445
4976
|
"member": "string",
|
|
4446
4977
|
"name": "Currency",
|
|
4447
|
-
"
|
|
4978
|
+
"output_required": true,
|
|
4448
4979
|
"type": "string",
|
|
4449
4980
|
"value_allowed_null": false
|
|
4450
4981
|
},
|
|
@@ -4454,7 +4985,7 @@
|
|
|
4454
4985
|
"example": "100",
|
|
4455
4986
|
"member": "float",
|
|
4456
4987
|
"name": "Policy",
|
|
4457
|
-
"
|
|
4988
|
+
"output_required": true,
|
|
4458
4989
|
"type": "float",
|
|
4459
4990
|
"value_allowed_null": false
|
|
4460
4991
|
},
|
|
@@ -4464,7 +4995,7 @@
|
|
|
4464
4995
|
"example": "10000",
|
|
4465
4996
|
"member": "float",
|
|
4466
4997
|
"name": "Price",
|
|
4467
|
-
"
|
|
4998
|
+
"output_required": true,
|
|
4468
4999
|
"type": "float",
|
|
4469
5000
|
"value_allowed_null": false
|
|
4470
5001
|
},
|
|
@@ -4474,19 +5005,19 @@
|
|
|
4474
5005
|
"example": "10000",
|
|
4475
5006
|
"member": "float",
|
|
4476
5007
|
"name": "TotalCost",
|
|
4477
|
-
"
|
|
5008
|
+
"output_required": true,
|
|
4478
5009
|
"type": "float",
|
|
4479
5010
|
"value_allowed_null": false
|
|
4480
5011
|
},
|
|
4481
5012
|
{
|
|
4482
5013
|
"disabled": false,
|
|
4483
|
-
"document": "Product code
|
|
5014
|
+
"document": "Product code",
|
|
4484
5015
|
"example": "p_xxxx",
|
|
4485
5016
|
"member": "string",
|
|
4486
5017
|
"name": "ProductCode",
|
|
4487
|
-
"
|
|
5018
|
+
"output_required": true,
|
|
4488
5019
|
"type": "string",
|
|
4489
|
-
"value_allowed_null":
|
|
5020
|
+
"value_allowed_null": false
|
|
4490
5021
|
},
|
|
4491
5022
|
{
|
|
4492
5023
|
"disabled": false,
|
|
@@ -4494,7 +5025,7 @@
|
|
|
4494
5025
|
"example": "sp_xxxx",
|
|
4495
5026
|
"member": "string",
|
|
4496
5027
|
"name": "SubProductCode",
|
|
4497
|
-
"
|
|
5028
|
+
"output_required": true,
|
|
4498
5029
|
"type": "string",
|
|
4499
5030
|
"value_allowed_null": false
|
|
4500
5031
|
},
|
|
@@ -4504,29 +5035,29 @@
|
|
|
4504
5035
|
"example": "20210920187006321686342",
|
|
4505
5036
|
"member": "string",
|
|
4506
5037
|
"name": "BigDealId",
|
|
4507
|
-
"
|
|
5038
|
+
"output_required": true,
|
|
4508
5039
|
"type": "string",
|
|
4509
5040
|
"value_allowed_null": false
|
|
4510
5041
|
},
|
|
4511
5042
|
{
|
|
4512
5043
|
"disabled": false,
|
|
4513
|
-
"document": "Refund formula
|
|
4514
|
-
"example": "
|
|
5044
|
+
"document": "Refund formula.",
|
|
5045
|
+
"example": "退款:xxxxx元,代金券不退(xxxxxxxx",
|
|
4515
5046
|
"member": "string",
|
|
4516
5047
|
"name": "Formula",
|
|
4517
|
-
"
|
|
5048
|
+
"output_required": true,
|
|
4518
5049
|
"type": "string",
|
|
4519
|
-
"value_allowed_null":
|
|
5050
|
+
"value_allowed_null": false
|
|
4520
5051
|
},
|
|
4521
5052
|
{
|
|
4522
5053
|
"disabled": false,
|
|
4523
|
-
"document": "Refund involves order information
|
|
5054
|
+
"document": "Refund involves order information.",
|
|
4524
5055
|
"example": "20210920187006321686342",
|
|
4525
5056
|
"member": "string",
|
|
4526
5057
|
"name": "RefReturnDeals",
|
|
4527
|
-
"
|
|
5058
|
+
"output_required": true,
|
|
4528
5059
|
"type": "string",
|
|
4529
|
-
"value_allowed_null":
|
|
5060
|
+
"value_allowed_null": false
|
|
4530
5061
|
},
|
|
4531
5062
|
{
|
|
4532
5063
|
"disabled": false,
|
|
@@ -4534,39 +5065,39 @@
|
|
|
4534
5065
|
"example": "prePay",
|
|
4535
5066
|
"member": "string",
|
|
4536
5067
|
"name": "PayMode",
|
|
4537
|
-
"
|
|
5068
|
+
"output_required": true,
|
|
4538
5069
|
"type": "string",
|
|
4539
5070
|
"value_allowed_null": false
|
|
4540
5071
|
},
|
|
4541
5072
|
{
|
|
4542
5073
|
"disabled": false,
|
|
4543
|
-
"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.",
|
|
4544
5075
|
"example": "purchase",
|
|
4545
5076
|
"member": "string",
|
|
4546
5077
|
"name": "Action",
|
|
4547
|
-
"
|
|
5078
|
+
"output_required": true,
|
|
4548
5079
|
"type": "string",
|
|
4549
|
-
"value_allowed_null":
|
|
5080
|
+
"value_allowed_null": false
|
|
4550
5081
|
},
|
|
4551
5082
|
{
|
|
4552
5083
|
"disabled": false,
|
|
4553
|
-
"document": "Product code
|
|
5084
|
+
"document": "Product code chinese name.",
|
|
4554
5085
|
"example": "云服务器",
|
|
4555
5086
|
"member": "string",
|
|
4556
5087
|
"name": "ProductName",
|
|
4557
|
-
"
|
|
5088
|
+
"output_required": true,
|
|
4558
5089
|
"type": "string",
|
|
4559
|
-
"value_allowed_null":
|
|
5090
|
+
"value_allowed_null": false
|
|
4560
5091
|
},
|
|
4561
5092
|
{
|
|
4562
5093
|
"disabled": false,
|
|
4563
|
-
"document": "
|
|
5094
|
+
"document": "Sub-Product code chinese name.",
|
|
4564
5095
|
"example": "云服务器-s5",
|
|
4565
5096
|
"member": "string",
|
|
4566
5097
|
"name": "SubProductName",
|
|
4567
|
-
"
|
|
5098
|
+
"output_required": true,
|
|
4568
5099
|
"type": "string",
|
|
4569
|
-
"value_allowed_null":
|
|
5100
|
+
"value_allowed_null": false
|
|
4570
5101
|
},
|
|
4571
5102
|
{
|
|
4572
5103
|
"disabled": false,
|
|
@@ -4574,13 +5105,49 @@
|
|
|
4574
5105
|
"example": "[\"ins-12454fgd\"]",
|
|
4575
5106
|
"member": "string",
|
|
4576
5107
|
"name": "ResourceId",
|
|
4577
|
-
"
|
|
5108
|
+
"output_required": false,
|
|
4578
5109
|
"type": "list",
|
|
4579
5110
|
"value_allowed_null": true
|
|
4580
5111
|
}
|
|
4581
5112
|
],
|
|
4582
5113
|
"usage": "out"
|
|
4583
5114
|
},
|
|
5115
|
+
"DeleteAllocationRuleRequest": {
|
|
5116
|
+
"document": "DeleteAllocationRule request structure.",
|
|
5117
|
+
"members": [
|
|
5118
|
+
{
|
|
5119
|
+
"disabled": false,
|
|
5120
|
+
"document": "The deleted sharing rule ID.",
|
|
5121
|
+
"example": "12",
|
|
5122
|
+
"member": "uint64",
|
|
5123
|
+
"name": "RuleId",
|
|
5124
|
+
"required": true,
|
|
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"
|
|
5135
|
+
}
|
|
5136
|
+
],
|
|
5137
|
+
"type": "object"
|
|
5138
|
+
},
|
|
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
|
+
},
|
|
4584
5151
|
"DeleteAllocationTagRequest": {
|
|
4585
5152
|
"document": "DeleteAllocationTag request structure.",
|
|
4586
5153
|
"members": [
|
|
@@ -4608,142 +5175,460 @@
|
|
|
4608
5175
|
],
|
|
4609
5176
|
"type": "object"
|
|
4610
5177
|
},
|
|
4611
|
-
"
|
|
4612
|
-
"document": "
|
|
4613
|
-
"members": [
|
|
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.",
|
|
5240
|
+
"members": [
|
|
5241
|
+
{
|
|
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.",
|
|
5243
|
+
"member": "string",
|
|
5244
|
+
"name": "RequestId",
|
|
5245
|
+
"type": "string"
|
|
5246
|
+
}
|
|
5247
|
+
],
|
|
5248
|
+
"type": "object"
|
|
5249
|
+
},
|
|
5250
|
+
"DescribeAccountBalanceRequest": {
|
|
5251
|
+
"document": "DescribeAccountBalance request structure.",
|
|
5252
|
+
"members": [],
|
|
5253
|
+
"type": "object"
|
|
5254
|
+
},
|
|
5255
|
+
"DescribeAccountBalanceResponse": {
|
|
5256
|
+
"document": "DescribeAccountBalance response structure.",
|
|
5257
|
+
"members": [
|
|
5258
|
+
{
|
|
5259
|
+
"disabled": false,
|
|
5260
|
+
"document": "Available account balance in cents, which takes the same calculation rules as `RealBalance`, `CreditBalance`, and `RealCreditBalance`.",
|
|
5261
|
+
"example": "10000",
|
|
5262
|
+
"member": "int64",
|
|
5263
|
+
"name": "Balance",
|
|
5264
|
+
"output_required": true,
|
|
5265
|
+
"type": "int",
|
|
5266
|
+
"value_allowed_null": false
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"disabled": false,
|
|
5270
|
+
"document": "The UIN to query.",
|
|
5271
|
+
"example": "1",
|
|
5272
|
+
"member": "uint64",
|
|
5273
|
+
"name": "Uin",
|
|
5274
|
+
"output_required": true,
|
|
5275
|
+
"type": "int",
|
|
5276
|
+
"value_allowed_null": false
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"disabled": false,
|
|
5280
|
+
"document": "Available account balance in cents, which takes the same calculation rules as `Balance`, `CreditBalance`, and `RealCreditBalance`.",
|
|
5281
|
+
"example": "1",
|
|
5282
|
+
"member": "float",
|
|
5283
|
+
"name": "RealBalance",
|
|
5284
|
+
"output_required": true,
|
|
5285
|
+
"type": "float",
|
|
5286
|
+
"value_allowed_null": false
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"disabled": false,
|
|
5290
|
+
"document": "Cash account balance in cents. Currently, this field is not applied.",
|
|
5291
|
+
"example": "1",
|
|
5292
|
+
"member": "float",
|
|
5293
|
+
"name": "CashAccountBalance",
|
|
5294
|
+
"output_required": true,
|
|
5295
|
+
"type": "float",
|
|
5296
|
+
"value_allowed_null": false
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"disabled": false,
|
|
5300
|
+
"document": "Income account balance in cents. Currently, this field is not applied.",
|
|
5301
|
+
"example": "1",
|
|
5302
|
+
"member": "float",
|
|
5303
|
+
"name": "IncomeIntoAccountBalance",
|
|
5304
|
+
"output_required": true,
|
|
5305
|
+
"type": "float",
|
|
5306
|
+
"value_allowed_null": false
|
|
5307
|
+
},
|
|
5308
|
+
{
|
|
5309
|
+
"disabled": false,
|
|
5310
|
+
"document": "Present account balance in cents. Currently, this field is not applied.",
|
|
5311
|
+
"example": "1",
|
|
5312
|
+
"member": "float",
|
|
5313
|
+
"name": "PresentAccountBalance",
|
|
5314
|
+
"output_required": true,
|
|
5315
|
+
"type": "float",
|
|
5316
|
+
"value_allowed_null": false
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"disabled": false,
|
|
5320
|
+
"document": "Frozen amount in cents.",
|
|
5321
|
+
"example": "1",
|
|
5322
|
+
"member": "float",
|
|
5323
|
+
"name": "FreezeAmount",
|
|
5324
|
+
"output_required": true,
|
|
5325
|
+
"type": "float",
|
|
5326
|
+
"value_allowed_null": false
|
|
5327
|
+
},
|
|
5328
|
+
{
|
|
5329
|
+
"disabled": false,
|
|
5330
|
+
"document": "Overdue amount in cents, which is when the available credit balance is negative.",
|
|
5331
|
+
"example": "1",
|
|
5332
|
+
"member": "float",
|
|
5333
|
+
"name": "OweAmount",
|
|
5334
|
+
"output_required": true,
|
|
5335
|
+
"type": "float",
|
|
5336
|
+
"value_allowed_null": false
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"disabled": false,
|
|
5340
|
+
"document": "Whether overdue payments are allowed. Currently, this field is not applied.",
|
|
5341
|
+
"example": "true",
|
|
5342
|
+
"member": "bool",
|
|
5343
|
+
"name": "IsAllowArrears",
|
|
5344
|
+
"output_required": true,
|
|
5345
|
+
"type": "bool",
|
|
5346
|
+
"value_allowed_null": false
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
"disabled": false,
|
|
5350
|
+
"document": "Whether you have a credit limit. Currently, this field is not applied.",
|
|
5351
|
+
"example": "true",
|
|
5352
|
+
"member": "bool",
|
|
5353
|
+
"name": "IsCreditLimited",
|
|
5354
|
+
"output_required": true,
|
|
5355
|
+
"type": "bool",
|
|
5356
|
+
"value_allowed_null": false
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"disabled": false,
|
|
5360
|
+
"document": "Credit limit in cents. Credit limit-available credit balance = consumption amount",
|
|
5361
|
+
"example": "1",
|
|
5362
|
+
"member": "float",
|
|
5363
|
+
"name": "CreditAmount",
|
|
5364
|
+
"output_required": true,
|
|
5365
|
+
"type": "float",
|
|
5366
|
+
"value_allowed_null": false
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"disabled": false,
|
|
5370
|
+
"document": "Available credit balance in cents, which takes the same calculation rules as `Balance`, `RealBalance`, and `RealCreditBalance`.",
|
|
5371
|
+
"example": "1",
|
|
5372
|
+
"member": "float",
|
|
5373
|
+
"name": "CreditBalance",
|
|
5374
|
+
"output_required": true,
|
|
5375
|
+
"type": "float",
|
|
5376
|
+
"value_allowed_null": false
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"disabled": false,
|
|
5380
|
+
"document": "Available account balance in cents, which takes the same calculation rules as `Balance`, `RealBalance`, and `CreditBalance`.",
|
|
5381
|
+
"example": "1",
|
|
5382
|
+
"member": "float",
|
|
5383
|
+
"name": "RealCreditBalance",
|
|
5384
|
+
"output_required": true,
|
|
5385
|
+
"type": "float",
|
|
5386
|
+
"value_allowed_null": false
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"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.",
|
|
5390
|
+
"member": "string",
|
|
5391
|
+
"name": "RequestId",
|
|
5392
|
+
"type": "string"
|
|
5393
|
+
}
|
|
5394
|
+
],
|
|
5395
|
+
"type": "object"
|
|
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
|
+
],
|
|
4614
5491
|
"type": "object"
|
|
4615
5492
|
},
|
|
4616
|
-
"
|
|
4617
|
-
"document": "
|
|
5493
|
+
"DescribeAllocationRuleSummaryRequest": {
|
|
5494
|
+
"document": "DescribeAllocationRuleSummary request structure.",
|
|
4618
5495
|
"members": [
|
|
4619
5496
|
{
|
|
4620
5497
|
"disabled": false,
|
|
4621
|
-
"document": "
|
|
4622
|
-
"example": "
|
|
4623
|
-
"member": "
|
|
4624
|
-
"name": "
|
|
4625
|
-
"
|
|
4626
|
-
"type": "int"
|
|
4627
|
-
"value_allowed_null": 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"
|
|
4628
5504
|
},
|
|
4629
5505
|
{
|
|
4630
5506
|
"disabled": false,
|
|
4631
|
-
"document": "
|
|
4632
|
-
"example": "
|
|
5507
|
+
"document": "Pagination offset",
|
|
5508
|
+
"example": "2",
|
|
4633
5509
|
"member": "uint64",
|
|
4634
|
-
"name": "
|
|
4635
|
-
"
|
|
4636
|
-
"type": "int"
|
|
4637
|
-
"value_allowed_null": false
|
|
5510
|
+
"name": "Offset",
|
|
5511
|
+
"required": true,
|
|
5512
|
+
"type": "int"
|
|
4638
5513
|
},
|
|
4639
5514
|
{
|
|
4640
5515
|
"disabled": false,
|
|
4641
|
-
"document": "
|
|
4642
|
-
"example": "
|
|
4643
|
-
"member": "
|
|
4644
|
-
"name": "
|
|
4645
|
-
"
|
|
4646
|
-
"type": "
|
|
4647
|
-
"value_allowed_null": 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"
|
|
4648
5522
|
},
|
|
4649
5523
|
{
|
|
4650
5524
|
"disabled": false,
|
|
4651
|
-
"document": "
|
|
5525
|
+
"document": "Public area policy type, for filtering.\nEnumeration values are as follows:. \n1 - custom sharing proportion. \n2 - proportional allocation. \n3 - allocation by proportion.",
|
|
4652
5526
|
"example": "1",
|
|
4653
|
-
"member": "
|
|
4654
|
-
"name": "
|
|
4655
|
-
"
|
|
4656
|
-
"type": "
|
|
4657
|
-
"value_allowed_null": false
|
|
5527
|
+
"member": "uint64",
|
|
5528
|
+
"name": "Type",
|
|
5529
|
+
"required": false,
|
|
5530
|
+
"type": "int"
|
|
4658
5531
|
},
|
|
4659
5532
|
{
|
|
4660
5533
|
"disabled": false,
|
|
4661
|
-
"document": "
|
|
4662
|
-
"example": "
|
|
4663
|
-
"member": "
|
|
4664
|
-
"name": "
|
|
4665
|
-
"
|
|
4666
|
-
"type": "
|
|
4667
|
-
|
|
4668
|
-
|
|
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": [
|
|
4669
5547
|
{
|
|
4670
5548
|
"disabled": false,
|
|
4671
|
-
"document": "
|
|
4672
|
-
"example": "
|
|
4673
|
-
"member": "
|
|
4674
|
-
"name": "
|
|
5549
|
+
"document": "Sharing rule expression.",
|
|
5550
|
+
"example": "无",
|
|
5551
|
+
"member": "AllocationRuleOverview",
|
|
5552
|
+
"name": "RuleList",
|
|
4675
5553
|
"output_required": true,
|
|
4676
|
-
"type": "
|
|
5554
|
+
"type": "list",
|
|
4677
5555
|
"value_allowed_null": false
|
|
4678
5556
|
},
|
|
4679
5557
|
{
|
|
4680
5558
|
"disabled": false,
|
|
4681
|
-
"document": "
|
|
5559
|
+
"document": "Total number of rules.",
|
|
4682
5560
|
"example": "1",
|
|
4683
|
-
"member": "
|
|
4684
|
-
"name": "
|
|
5561
|
+
"member": "uint64",
|
|
5562
|
+
"name": "Total",
|
|
4685
5563
|
"output_required": true,
|
|
4686
|
-
"type": "
|
|
5564
|
+
"type": "int",
|
|
4687
5565
|
"value_allowed_null": false
|
|
4688
5566
|
},
|
|
4689
5567
|
{
|
|
4690
|
-
"
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4693
|
-
"
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
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": [
|
|
4699
5579
|
{
|
|
4700
5580
|
"disabled": false,
|
|
4701
|
-
"document": "
|
|
4702
|
-
"example": "
|
|
4703
|
-
"member": "
|
|
4704
|
-
"name": "
|
|
4705
|
-
"
|
|
4706
|
-
"type": "
|
|
4707
|
-
|
|
4708
|
-
|
|
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": [
|
|
4709
5594
|
{
|
|
4710
5595
|
"disabled": false,
|
|
4711
|
-
"document": "
|
|
4712
|
-
"example": "
|
|
4713
|
-
"member": "
|
|
4714
|
-
"name": "
|
|
5596
|
+
"document": "Cost allocation unit ID.",
|
|
5597
|
+
"example": "1",
|
|
5598
|
+
"member": "uint64",
|
|
5599
|
+
"name": "Id",
|
|
4715
5600
|
"output_required": true,
|
|
4716
|
-
"type": "
|
|
5601
|
+
"type": "int",
|
|
4717
5602
|
"value_allowed_null": false
|
|
4718
5603
|
},
|
|
4719
5604
|
{
|
|
4720
5605
|
"disabled": false,
|
|
4721
|
-
"document": "
|
|
4722
|
-
"example": "
|
|
4723
|
-
"member": "
|
|
4724
|
-
"name": "
|
|
5606
|
+
"document": "Specifies the name of a cost allocation unit.",
|
|
5607
|
+
"example": "财务部",
|
|
5608
|
+
"member": "string",
|
|
5609
|
+
"name": "Name",
|
|
4725
5610
|
"output_required": true,
|
|
4726
|
-
"type": "
|
|
5611
|
+
"type": "string",
|
|
4727
5612
|
"value_allowed_null": false
|
|
4728
5613
|
},
|
|
4729
5614
|
{
|
|
4730
5615
|
"disabled": false,
|
|
4731
|
-
"document": "
|
|
4732
|
-
"example": "
|
|
4733
|
-
"member": "
|
|
4734
|
-
"name": "
|
|
5616
|
+
"document": "Unique identifier of a cost allocation unit",
|
|
5617
|
+
"example": "9096-asd",
|
|
5618
|
+
"member": "string",
|
|
5619
|
+
"name": "TreeNodeUniqKey",
|
|
4735
5620
|
"output_required": true,
|
|
4736
|
-
"type": "
|
|
5621
|
+
"type": "string",
|
|
4737
5622
|
"value_allowed_null": false
|
|
4738
5623
|
},
|
|
4739
5624
|
{
|
|
4740
5625
|
"disabled": false,
|
|
4741
|
-
"document": "
|
|
4742
|
-
"example": "
|
|
4743
|
-
"member": "
|
|
4744
|
-
"name": "
|
|
4745
|
-
"output_required":
|
|
4746
|
-
"type": "
|
|
5626
|
+
"document": "Specifies a subtree.",
|
|
5627
|
+
"example": "无",
|
|
5628
|
+
"member": "AllocationTree",
|
|
5629
|
+
"name": "Children",
|
|
5630
|
+
"output_required": false,
|
|
5631
|
+
"type": "list",
|
|
4747
5632
|
"value_allowed_null": false
|
|
4748
5633
|
},
|
|
4749
5634
|
{
|
|
@@ -5153,7 +6038,7 @@
|
|
|
5153
6038
|
{
|
|
5154
6039
|
"disabled": false,
|
|
5155
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\"",
|
|
5156
|
-
"example": "2018-11-
|
|
6041
|
+
"example": "2018-11-01 00:00:00",
|
|
5157
6042
|
"member": "string",
|
|
5158
6043
|
"name": "BeginTime",
|
|
5159
6044
|
"required": false,
|
|
@@ -5162,7 +6047,7 @@
|
|
|
5162
6047
|
{
|
|
5163
6048
|
"disabled": false,
|
|
5164
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\"",
|
|
5165
|
-
"example": "2018-11-
|
|
6050
|
+
"example": "2018-11-01 23:59:59",
|
|
5166
6051
|
"member": "string",
|
|
5167
6052
|
"name": "EndTime",
|
|
5168
6053
|
"required": false,
|
|
@@ -5178,7 +6063,7 @@
|
|
|
5178
6063
|
"type": "int"
|
|
5179
6064
|
},
|
|
5180
6065
|
{
|
|
5181
|
-
"disabled":
|
|
6066
|
+
"disabled": true,
|
|
5182
6067
|
"document": "Queries information on a specified product",
|
|
5183
6068
|
"example": "0",
|
|
5184
6069
|
"member": "string",
|
|
@@ -5648,7 +6533,7 @@
|
|
|
5648
6533
|
{
|
|
5649
6534
|
"disabled": false,
|
|
5650
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.",
|
|
5651
|
-
"example": "",
|
|
6536
|
+
"example": "2018-11",
|
|
5652
6537
|
"member": "string",
|
|
5653
6538
|
"name": "BeginTime",
|
|
5654
6539
|
"required": true,
|
|
@@ -5657,7 +6542,7 @@
|
|
|
5657
6542
|
{
|
|
5658
6543
|
"disabled": false,
|
|
5659
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.",
|
|
5660
|
-
"example": "",
|
|
6545
|
+
"example": "2018-11",
|
|
5661
6546
|
"member": "string",
|
|
5662
6547
|
"name": "EndTime",
|
|
5663
6548
|
"required": true,
|
|
@@ -5666,7 +6551,7 @@
|
|
|
5666
6551
|
{
|
|
5667
6552
|
"disabled": false,
|
|
5668
6553
|
"document": "Query bill data user's UIN",
|
|
5669
|
-
"example": "",
|
|
6554
|
+
"example": "909619400",
|
|
5670
6555
|
"member": "string",
|
|
5671
6556
|
"name": "PayerUin",
|
|
5672
6557
|
"required": false,
|
|
@@ -5684,15 +6569,17 @@
|
|
|
5684
6569
|
"example": "1",
|
|
5685
6570
|
"member": "uint64",
|
|
5686
6571
|
"name": "Ready",
|
|
6572
|
+
"output_required": true,
|
|
5687
6573
|
"type": "int",
|
|
5688
6574
|
"value_allowed_null": false
|
|
5689
6575
|
},
|
|
5690
6576
|
{
|
|
5691
6577
|
"disabled": false,
|
|
5692
6578
|
"document": "Detailed cost distribution for all billing modes\nNote: This field may return null, indicating that no valid value was found.",
|
|
5693
|
-
"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\":\"共享流量包\"}]",
|
|
5694
6580
|
"member": "PayModeSummaryOverviewItem",
|
|
5695
6581
|
"name": "SummaryOverview",
|
|
6582
|
+
"output_required": true,
|
|
5696
6583
|
"type": "list",
|
|
5697
6584
|
"value_allowed_null": true
|
|
5698
6585
|
},
|
|
@@ -5729,7 +6616,7 @@
|
|
|
5729
6616
|
{
|
|
5730
6617
|
"disabled": false,
|
|
5731
6618
|
"document": "Queries bill data user's UIN",
|
|
5732
|
-
"example": "
|
|
6619
|
+
"example": "909619400",
|
|
5733
6620
|
"member": "string",
|
|
5734
6621
|
"name": "PayerUin",
|
|
5735
6622
|
"required": false,
|
|
@@ -5756,24 +6643,27 @@
|
|
|
5756
6643
|
"example": "1",
|
|
5757
6644
|
"member": "uint64",
|
|
5758
6645
|
"name": "Ready",
|
|
6646
|
+
"output_required": true,
|
|
5759
6647
|
"type": "int",
|
|
5760
6648
|
"value_allowed_null": false
|
|
5761
6649
|
},
|
|
5762
6650
|
{
|
|
5763
6651
|
"disabled": false,
|
|
5764
6652
|
"document": "Total cost details\nNote: This field may return null, indicating that no valid value was found.",
|
|
5765
|
-
"example": "
|
|
6653
|
+
"example": "{\"realTotalCost\":\"6.72000000\",\"totalCost\":\"6.72000000\",\"voucherPayAmount\":\"0.00000000\",\"incentivePayAmount\":\"0.00000000\",\"cashPayAmount\":\"6.72000000\",\"transferPayAmount\":\"0.00000000\"}",
|
|
5766
6654
|
"member": "BusinessSummaryTotal",
|
|
5767
6655
|
"name": "SummaryTotal",
|
|
6656
|
+
"output_required": true,
|
|
5768
6657
|
"type": "object",
|
|
5769
6658
|
"value_allowed_null": true
|
|
5770
6659
|
},
|
|
5771
6660
|
{
|
|
5772
6661
|
"disabled": false,
|
|
5773
6662
|
"document": "Cost distribution of all products\nNote: This field may return null, indicating that no valid value was found.",
|
|
5774
|
-
"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\"}]",
|
|
5775
6664
|
"member": "BusinessSummaryOverviewItem",
|
|
5776
6665
|
"name": "SummaryOverview",
|
|
6666
|
+
"output_required": true,
|
|
5777
6667
|
"type": "list",
|
|
5778
6668
|
"value_allowed_null": true
|
|
5779
6669
|
},
|
|
@@ -5792,7 +6682,7 @@
|
|
|
5792
6682
|
{
|
|
5793
6683
|
"disabled": false,
|
|
5794
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.",
|
|
5795
|
-
"example": "",
|
|
6685
|
+
"example": "2018-11",
|
|
5796
6686
|
"member": "string",
|
|
5797
6687
|
"name": "BeginTime",
|
|
5798
6688
|
"required": true,
|
|
@@ -5801,7 +6691,7 @@
|
|
|
5801
6691
|
{
|
|
5802
6692
|
"disabled": false,
|
|
5803
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.",
|
|
5804
|
-
"example": "",
|
|
6694
|
+
"example": "2018-11",
|
|
5805
6695
|
"member": "string",
|
|
5806
6696
|
"name": "EndTime",
|
|
5807
6697
|
"required": true,
|
|
@@ -5810,7 +6700,7 @@
|
|
|
5810
6700
|
{
|
|
5811
6701
|
"disabled": false,
|
|
5812
6702
|
"document": "Queries bill data user's UIN",
|
|
5813
|
-
"example": "",
|
|
6703
|
+
"example": "10002011014",
|
|
5814
6704
|
"member": "string",
|
|
5815
6705
|
"name": "PayerUin",
|
|
5816
6706
|
"required": false,
|
|
@@ -5828,15 +6718,17 @@
|
|
|
5828
6718
|
"example": "1",
|
|
5829
6719
|
"member": "uint64",
|
|
5830
6720
|
"name": "Ready",
|
|
6721
|
+
"output_required": true,
|
|
5831
6722
|
"type": "int",
|
|
5832
6723
|
"value_allowed_null": false
|
|
5833
6724
|
},
|
|
5834
6725
|
{
|
|
5835
6726
|
"disabled": false,
|
|
5836
6727
|
"document": "Detailed cost distribution for all projects\nNote: This field may return null, indicating that no valid value was found.",
|
|
5837
|
-
"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\":\"默认项目\"}]",
|
|
5838
6729
|
"member": "ProjectSummaryOverviewItem",
|
|
5839
6730
|
"name": "SummaryOverview",
|
|
6731
|
+
"output_required": true,
|
|
5840
6732
|
"type": "list",
|
|
5841
6733
|
"value_allowed_null": true
|
|
5842
6734
|
},
|
|
@@ -5855,7 +6747,7 @@
|
|
|
5855
6747
|
{
|
|
5856
6748
|
"disabled": false,
|
|
5857
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.",
|
|
5858
|
-
"example": "",
|
|
6750
|
+
"example": "2018-11",
|
|
5859
6751
|
"member": "string",
|
|
5860
6752
|
"name": "BeginTime",
|
|
5861
6753
|
"required": true,
|
|
@@ -5864,7 +6756,7 @@
|
|
|
5864
6756
|
{
|
|
5865
6757
|
"disabled": false,
|
|
5866
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.",
|
|
5867
|
-
"example": "",
|
|
6759
|
+
"example": "2018-11",
|
|
5868
6760
|
"member": "string",
|
|
5869
6761
|
"name": "EndTime",
|
|
5870
6762
|
"required": true,
|
|
@@ -5873,7 +6765,7 @@
|
|
|
5873
6765
|
{
|
|
5874
6766
|
"disabled": false,
|
|
5875
6767
|
"document": "Queries bill data user's UIN",
|
|
5876
|
-
"example": "",
|
|
6768
|
+
"example": "10002011014",
|
|
5877
6769
|
"member": "string",
|
|
5878
6770
|
"name": "PayerUin",
|
|
5879
6771
|
"required": false,
|
|
@@ -5891,6 +6783,7 @@
|
|
|
5891
6783
|
"example": "1",
|
|
5892
6784
|
"member": "uint64",
|
|
5893
6785
|
"name": "Ready",
|
|
6786
|
+
"output_required": true,
|
|
5894
6787
|
"type": "int",
|
|
5895
6788
|
"value_allowed_null": false
|
|
5896
6789
|
},
|
|
@@ -5900,6 +6793,7 @@
|
|
|
5900
6793
|
"example": "无",
|
|
5901
6794
|
"member": "RegionSummaryOverviewItem",
|
|
5902
6795
|
"name": "SummaryOverview",
|
|
6796
|
+
"output_required": true,
|
|
5903
6797
|
"type": "list",
|
|
5904
6798
|
"value_allowed_null": true
|
|
5905
6799
|
},
|
|
@@ -7023,26 +7917,102 @@
|
|
|
7023
7917
|
},
|
|
7024
7918
|
{
|
|
7025
7919
|
"disabled": false,
|
|
7026
|
-
"document": "Bucket name. You can use `Get Service` to query the list of all buckets under a requester account. For details, see [GET Service (List Buckets)](https://www.tencentcloud.com/document/product/436/8291).",
|
|
7027
|
-
"example": "systemcover-1000027",
|
|
7920
|
+
"document": "Bucket name. You can use `Get Service` to query the list of all buckets under a requester account. For details, see [GET Service (List Buckets)](https://www.tencentcloud.com/document/product/436/8291).",
|
|
7921
|
+
"example": "systemcover-1000027",
|
|
7922
|
+
"member": "string",
|
|
7923
|
+
"name": "BucketName",
|
|
7924
|
+
"required": true,
|
|
7925
|
+
"type": "string"
|
|
7926
|
+
}
|
|
7927
|
+
],
|
|
7928
|
+
"type": "object"
|
|
7929
|
+
},
|
|
7930
|
+
"DescribeDosageCosDetailByDateResponse": {
|
|
7931
|
+
"document": "DescribeDosageCosDetailByDate response structure.",
|
|
7932
|
+
"members": [
|
|
7933
|
+
{
|
|
7934
|
+
"disabled": false,
|
|
7935
|
+
"document": "Array of usage",
|
|
7936
|
+
"example": "无",
|
|
7937
|
+
"member": "CosDetailSets",
|
|
7938
|
+
"name": "DetailSets",
|
|
7939
|
+
"type": "list",
|
|
7940
|
+
"value_allowed_null": false
|
|
7941
|
+
},
|
|
7942
|
+
{
|
|
7943
|
+
"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.",
|
|
7944
|
+
"member": "string",
|
|
7945
|
+
"name": "RequestId",
|
|
7946
|
+
"type": "string"
|
|
7947
|
+
}
|
|
7948
|
+
],
|
|
7949
|
+
"type": "object"
|
|
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",
|
|
7028
8002
|
"member": "string",
|
|
7029
|
-
"name": "
|
|
7030
|
-
"
|
|
7031
|
-
"type": "string"
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
"type": "object"
|
|
7035
|
-
},
|
|
7036
|
-
"DescribeDosageCosDetailByDateResponse": {
|
|
7037
|
-
"document": "DescribeDosageCosDetailByDate response structure.",
|
|
7038
|
-
"members": [
|
|
8003
|
+
"name": "UpdateTime",
|
|
8004
|
+
"output_required": true,
|
|
8005
|
+
"type": "string",
|
|
8006
|
+
"value_allowed_null": false
|
|
8007
|
+
},
|
|
7039
8008
|
{
|
|
7040
8009
|
"disabled": false,
|
|
7041
|
-
"document": "
|
|
8010
|
+
"document": "Collection rule details.",
|
|
7042
8011
|
"example": "无",
|
|
7043
|
-
"member": "
|
|
7044
|
-
"name": "
|
|
7045
|
-
"
|
|
8012
|
+
"member": "AllocationRuleExpression",
|
|
8013
|
+
"name": "RuleDetail",
|
|
8014
|
+
"output_required": true,
|
|
8015
|
+
"type": "object",
|
|
7046
8016
|
"value_allowed_null": false
|
|
7047
8017
|
},
|
|
7048
8018
|
{
|
|
@@ -7584,162 +8554,468 @@
|
|
|
7584
8554
|
},
|
|
7585
8555
|
{
|
|
7586
8556
|
"disabled": false,
|
|
7587
|
-
"document": "Operator account ID: The account or role ID of the operator who purchases or activates a resource.",
|
|
7588
|
-
"example": "909619400",
|
|
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": "财务部",
|
|
7589
8817
|
"member": "string",
|
|
7590
|
-
"name": "
|
|
7591
|
-
"
|
|
7592
|
-
"type": "string"
|
|
7593
|
-
"value_allowed_null": false
|
|
8818
|
+
"name": "Name",
|
|
8819
|
+
"required": false,
|
|
8820
|
+
"type": "string"
|
|
7594
8821
|
},
|
|
7595
8822
|
{
|
|
7596
8823
|
"disabled": false,
|
|
7597
|
-
"document": "
|
|
7598
|
-
"example": "
|
|
7599
|
-
"member": "
|
|
7600
|
-
"name": "
|
|
7601
|
-
"
|
|
7602
|
-
"type": "
|
|
7603
|
-
"value_allowed_null": true
|
|
8824
|
+
"document": "Modified cost allocation unit source organization name.",
|
|
8825
|
+
"example": "财务一组",
|
|
8826
|
+
"member": "string",
|
|
8827
|
+
"name": "SourceName",
|
|
8828
|
+
"required": false,
|
|
8829
|
+
"type": "string"
|
|
7604
8830
|
},
|
|
7605
8831
|
{
|
|
7606
8832
|
"disabled": false,
|
|
7607
|
-
"document": "
|
|
7608
|
-
"example": "
|
|
8833
|
+
"document": "Modified allocation unit source organization ID.",
|
|
8834
|
+
"example": "asd123",
|
|
7609
8835
|
"member": "string",
|
|
7610
|
-
"name": "
|
|
7611
|
-
"
|
|
7612
|
-
"type": "string"
|
|
7613
|
-
"value_allowed_null": true
|
|
8836
|
+
"name": "SourceId",
|
|
8837
|
+
"required": false,
|
|
8838
|
+
"type": "string"
|
|
7614
8839
|
},
|
|
7615
8840
|
{
|
|
7616
8841
|
"disabled": false,
|
|
7617
|
-
"document": "
|
|
7618
|
-
"example": "
|
|
8842
|
+
"document": "Cost allocation unit remark description.",
|
|
8843
|
+
"example": "分账",
|
|
7619
8844
|
"member": "string",
|
|
7620
|
-
"name": "
|
|
7621
|
-
"
|
|
7622
|
-
"type": "string"
|
|
7623
|
-
"value_allowed_null": true
|
|
8845
|
+
"name": "Remark",
|
|
8846
|
+
"required": false,
|
|
8847
|
+
"type": "string"
|
|
7624
8848
|
},
|
|
7625
8849
|
{
|
|
7626
8850
|
"disabled": false,
|
|
7627
|
-
"document": "
|
|
7628
|
-
"example": "
|
|
8851
|
+
"document": "Month, the current month by default if not provided.",
|
|
8852
|
+
"example": "2022-10-01 00:00:00",
|
|
7629
8853
|
"member": "string",
|
|
7630
|
-
"name": "
|
|
7631
|
-
"
|
|
7632
|
-
"type": "string"
|
|
7633
|
-
|
|
7634
|
-
|
|
8854
|
+
"name": "Month",
|
|
8855
|
+
"required": false,
|
|
8856
|
+
"type": "string"
|
|
8857
|
+
}
|
|
8858
|
+
],
|
|
8859
|
+
"type": "object"
|
|
8860
|
+
},
|
|
8861
|
+
"ModifyAllocationUnitResponse": {
|
|
8862
|
+
"document": "ModifyAllocationUnit response structure.",
|
|
8863
|
+
"members": [
|
|
7635
8864
|
{
|
|
7636
|
-
"
|
|
7637
|
-
"document": "Region ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
7638
|
-
"example": "1",
|
|
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.",
|
|
7639
8866
|
"member": "string",
|
|
7640
|
-
"name": "
|
|
7641
|
-
"
|
|
7642
|
-
|
|
7643
|
-
|
|
8867
|
+
"name": "RequestId",
|
|
8868
|
+
"type": "string"
|
|
8869
|
+
}
|
|
8870
|
+
],
|
|
8871
|
+
"type": "object"
|
|
8872
|
+
},
|
|
8873
|
+
"ModifyGatherRuleRequest": {
|
|
8874
|
+
"document": "ModifyGatherRule request structure.",
|
|
8875
|
+
"members": [
|
|
8876
|
+
{
|
|
8877
|
+
"disabled": false,
|
|
8878
|
+
"document": "Edit collection rule ID.",
|
|
8879
|
+
"example": "12",
|
|
8880
|
+
"member": "uint64",
|
|
8881
|
+
"name": "Id",
|
|
8882
|
+
"required": true,
|
|
8883
|
+
"type": "int"
|
|
7644
8884
|
},
|
|
7645
8885
|
{
|
|
7646
8886
|
"disabled": false,
|
|
7647
|
-
"document": "
|
|
7648
|
-
"example": "
|
|
7649
|
-
"member": "
|
|
7650
|
-
"name": "
|
|
7651
|
-
"
|
|
7652
|
-
"type": "
|
|
7653
|
-
"value_allowed_null": false
|
|
8887
|
+
"document": "Rule detail of the edited collection rule.",
|
|
8888
|
+
"example": "无",
|
|
8889
|
+
"member": "AllocationRuleExpression",
|
|
8890
|
+
"name": "RuleDetail",
|
|
8891
|
+
"required": true,
|
|
8892
|
+
"type": "object"
|
|
7654
8893
|
},
|
|
7655
8894
|
{
|
|
7656
8895
|
"disabled": false,
|
|
7657
|
-
"document": "
|
|
7658
|
-
"example": "
|
|
8896
|
+
"document": "Month, which is the current month by default if not provided.",
|
|
8897
|
+
"example": "2022-10-01 00:00:00",
|
|
7659
8898
|
"member": "string",
|
|
7660
|
-
"name": "
|
|
7661
|
-
"
|
|
7662
|
-
"type": "
|
|
7663
|
-
|
|
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": [
|
|
8921
|
+
{
|
|
8922
|
+
"disabled": false,
|
|
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\"]",
|
|
8925
|
+
"member": "string",
|
|
8926
|
+
"name": "OrderIds",
|
|
8927
|
+
"required": false,
|
|
8928
|
+
"type": "list"
|
|
7664
8929
|
},
|
|
7665
8930
|
{
|
|
7666
8931
|
"disabled": false,
|
|
7667
|
-
"document": "
|
|
7668
|
-
"example": "
|
|
7669
|
-
"member": "
|
|
7670
|
-
"name": "
|
|
7671
|
-
"
|
|
7672
|
-
"type": "
|
|
7673
|
-
"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"
|
|
7674
8938
|
},
|
|
7675
8939
|
{
|
|
7676
8940
|
"disabled": false,
|
|
7677
|
-
"document": "
|
|
7678
|
-
"example": "\"
|
|
8941
|
+
"document": "Voucher ID list. currently only supports specifying one voucher.",
|
|
8942
|
+
"example": "[\"MGIFGZNWEMGUS0BW0N1KTN\"]",
|
|
7679
8943
|
"member": "string",
|
|
7680
|
-
"name": "
|
|
7681
|
-
"
|
|
7682
|
-
"type": "
|
|
7683
|
-
"value_allowed_null": true
|
|
8944
|
+
"name": "VoucherIds",
|
|
8945
|
+
"required": false,
|
|
8946
|
+
"type": "list"
|
|
7684
8947
|
},
|
|
7685
8948
|
{
|
|
7686
8949
|
"disabled": false,
|
|
7687
|
-
"document": "
|
|
7688
|
-
"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\"]",
|
|
7689
8952
|
"member": "string",
|
|
7690
|
-
"name": "
|
|
7691
|
-
"
|
|
7692
|
-
"type": "
|
|
7693
|
-
"value_allowed_null": true
|
|
8953
|
+
"name": "BigDealIds",
|
|
8954
|
+
"required": false,
|
|
8955
|
+
"type": "list"
|
|
7694
8956
|
},
|
|
7695
8957
|
{
|
|
7696
8958
|
"disabled": false,
|
|
7697
|
-
"document": "
|
|
7698
|
-
"example": "
|
|
7699
|
-
"member": "
|
|
7700
|
-
"name": "
|
|
7701
|
-
"
|
|
7702
|
-
"type": "
|
|
7703
|
-
"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"
|
|
7704
8965
|
},
|
|
7705
8966
|
{
|
|
7706
8967
|
"disabled": false,
|
|
7707
|
-
"document": "
|
|
7708
|
-
"example": "
|
|
8968
|
+
"document": "Disregard it.",
|
|
8969
|
+
"example": "100003186505",
|
|
7709
8970
|
"member": "string",
|
|
7710
|
-
"name": "
|
|
7711
|
-
"
|
|
7712
|
-
"type": "string"
|
|
7713
|
-
"value_allowed_null": true
|
|
8971
|
+
"name": "CpsUin",
|
|
8972
|
+
"required": false,
|
|
8973
|
+
"type": "string"
|
|
7714
8974
|
}
|
|
7715
8975
|
],
|
|
7716
|
-
"
|
|
8976
|
+
"type": "object"
|
|
7717
8977
|
},
|
|
7718
|
-
"
|
|
7719
|
-
"document": "
|
|
8978
|
+
"PayDealsResponse": {
|
|
8979
|
+
"document": "PayDeals response structure.",
|
|
7720
8980
|
"members": [
|
|
7721
8981
|
{
|
|
7722
8982
|
"disabled": false,
|
|
7723
|
-
"document": "
|
|
7724
|
-
"example": "
|
|
8983
|
+
"document": "Specifies the array of Sub-order No. with payment successful.",
|
|
8984
|
+
"example": "[\"20210205659001519515911\"]",
|
|
7725
8985
|
"member": "string",
|
|
7726
|
-
"name": "
|
|
7727
|
-
"
|
|
7728
|
-
"type": "
|
|
8986
|
+
"name": "OrderIds",
|
|
8987
|
+
"output_required": true,
|
|
8988
|
+
"type": "list",
|
|
7729
8989
|
"value_allowed_null": false
|
|
7730
8990
|
},
|
|
7731
8991
|
{
|
|
7732
8992
|
"disabled": false,
|
|
7733
|
-
"document": "
|
|
7734
|
-
"example": "
|
|
8993
|
+
"document": "Specifies the Id array of resources with payment successful.",
|
|
8994
|
+
"example": "[\"ins-abc\",\"ins-xxx\"]",
|
|
7735
8995
|
"member": "string",
|
|
7736
|
-
"name": "
|
|
7737
|
-
"
|
|
7738
|
-
"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",
|
|
7739
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"
|
|
7740
9016
|
}
|
|
7741
9017
|
],
|
|
7742
|
-
"
|
|
9018
|
+
"type": "object"
|
|
7743
9019
|
},
|
|
7744
9020
|
"PayModeSummaryOverviewItem": {
|
|
7745
9021
|
"document": "Detailed summary of costs by billing mode",
|
|
@@ -7853,9 +9129,10 @@
|
|
|
7853
9129
|
{
|
|
7854
9130
|
"disabled": false,
|
|
7855
9131
|
"document": "Product detail name identifier",
|
|
7856
|
-
"example": "",
|
|
9132
|
+
"example": "云硬盘类型",
|
|
7857
9133
|
"member": "string",
|
|
7858
9134
|
"name": "Name",
|
|
9135
|
+
"output_required": true,
|
|
7859
9136
|
"required": true,
|
|
7860
9137
|
"type": "string",
|
|
7861
9138
|
"value_allowed_null": false
|
|
@@ -7863,9 +9140,10 @@
|
|
|
7863
9140
|
{
|
|
7864
9141
|
"disabled": false,
|
|
7865
9142
|
"document": "Product details",
|
|
7866
|
-
"example": "",
|
|
9143
|
+
"example": "系统盘",
|
|
7867
9144
|
"member": "string",
|
|
7868
9145
|
"name": "Value",
|
|
9146
|
+
"output_required": true,
|
|
7869
9147
|
"required": true,
|
|
7870
9148
|
"type": "string",
|
|
7871
9149
|
"value_allowed_null": false
|
|
@@ -7988,9 +9266,9 @@
|
|
|
7988
9266
|
"example": "1",
|
|
7989
9267
|
"member": "string",
|
|
7990
9268
|
"name": "RegionId",
|
|
7991
|
-
"
|
|
9269
|
+
"output_required": true,
|
|
7992
9270
|
"type": "string",
|
|
7993
|
-
"value_allowed_null":
|
|
9271
|
+
"value_allowed_null": false
|
|
7994
9272
|
},
|
|
7995
9273
|
{
|
|
7996
9274
|
"disabled": false,
|
|
@@ -7998,7 +9276,7 @@
|
|
|
7998
9276
|
"example": "华南地区(广州)",
|
|
7999
9277
|
"member": "string",
|
|
8000
9278
|
"name": "RegionName",
|
|
8001
|
-
"
|
|
9279
|
+
"output_required": true,
|
|
8002
9280
|
"type": "string",
|
|
8003
9281
|
"value_allowed_null": false
|
|
8004
9282
|
},
|
|
@@ -8008,7 +9286,7 @@
|
|
|
8008
9286
|
"example": "0.00",
|
|
8009
9287
|
"member": "string",
|
|
8010
9288
|
"name": "RealTotalCostRatio",
|
|
8011
|
-
"
|
|
9289
|
+
"output_required": true,
|
|
8012
9290
|
"type": "string",
|
|
8013
9291
|
"value_allowed_null": false
|
|
8014
9292
|
},
|
|
@@ -8018,7 +9296,7 @@
|
|
|
8018
9296
|
"example": "0.00",
|
|
8019
9297
|
"member": "string",
|
|
8020
9298
|
"name": "RealTotalCost",
|
|
8021
|
-
"
|
|
9299
|
+
"output_required": true,
|
|
8022
9300
|
"type": "string",
|
|
8023
9301
|
"value_allowed_null": false
|
|
8024
9302
|
},
|
|
@@ -8028,7 +9306,7 @@
|
|
|
8028
9306
|
"example": "0.00",
|
|
8029
9307
|
"member": "string",
|
|
8030
9308
|
"name": "CashPayAmount",
|
|
8031
|
-
"
|
|
9309
|
+
"output_required": true,
|
|
8032
9310
|
"type": "string",
|
|
8033
9311
|
"value_allowed_null": false
|
|
8034
9312
|
},
|
|
@@ -8038,7 +9316,7 @@
|
|
|
8038
9316
|
"example": "0.00",
|
|
8039
9317
|
"member": "string",
|
|
8040
9318
|
"name": "IncentivePayAmount",
|
|
8041
|
-
"
|
|
9319
|
+
"output_required": true,
|
|
8042
9320
|
"type": "string",
|
|
8043
9321
|
"value_allowed_null": false
|
|
8044
9322
|
},
|
|
@@ -8048,7 +9326,7 @@
|
|
|
8048
9326
|
"example": "0.00",
|
|
8049
9327
|
"member": "string",
|
|
8050
9328
|
"name": "VoucherPayAmount",
|
|
8051
|
-
"
|
|
9329
|
+
"output_required": true,
|
|
8052
9330
|
"type": "string",
|
|
8053
9331
|
"value_allowed_null": false
|
|
8054
9332
|
},
|
|
@@ -8058,7 +9336,7 @@
|
|
|
8058
9336
|
"example": "0.00",
|
|
8059
9337
|
"member": "string",
|
|
8060
9338
|
"name": "TransferPayAmount",
|
|
8061
|
-
"
|
|
9339
|
+
"output_required": true,
|
|
8062
9340
|
"type": "string",
|
|
8063
9341
|
"value_allowed_null": false
|
|
8064
9342
|
},
|
|
@@ -8068,7 +9346,7 @@
|
|
|
8068
9346
|
"example": "2021-01",
|
|
8069
9347
|
"member": "string",
|
|
8070
9348
|
"name": "BillMonth",
|
|
8071
|
-
"
|
|
9349
|
+
"output_required": true,
|
|
8072
9350
|
"type": "string",
|
|
8073
9351
|
"value_allowed_null": false
|
|
8074
9352
|
},
|
|
@@ -8078,7 +9356,7 @@
|
|
|
8078
9356
|
"example": "0.00",
|
|
8079
9357
|
"member": "string",
|
|
8080
9358
|
"name": "TotalCost",
|
|
8081
|
-
"
|
|
9359
|
+
"output_required": true,
|
|
8082
9360
|
"type": "string",
|
|
8083
9361
|
"value_allowed_null": false
|
|
8084
9362
|
}
|
|
@@ -8094,9 +9372,9 @@
|
|
|
8094
9372
|
"example": "p_cvm",
|
|
8095
9373
|
"member": "string",
|
|
8096
9374
|
"name": "GroupKey",
|
|
8097
|
-
"
|
|
9375
|
+
"output_required": true,
|
|
8098
9376
|
"type": "string",
|
|
8099
|
-
"value_allowed_null":
|
|
9377
|
+
"value_allowed_null": false
|
|
8100
9378
|
},
|
|
8101
9379
|
{
|
|
8102
9380
|
"disabled": false,
|
|
@@ -8104,9 +9382,9 @@
|
|
|
8104
9382
|
"example": "云服务器",
|
|
8105
9383
|
"member": "string",
|
|
8106
9384
|
"name": "GroupValue",
|
|
8107
|
-
"
|
|
9385
|
+
"output_required": true,
|
|
8108
9386
|
"type": "string",
|
|
8109
|
-
"value_allowed_null":
|
|
9387
|
+
"value_allowed_null": false
|
|
8110
9388
|
},
|
|
8111
9389
|
{
|
|
8112
9390
|
"disabled": false,
|
|
@@ -8114,7 +9392,7 @@
|
|
|
8114
9392
|
"example": "4.00000000",
|
|
8115
9393
|
"member": "string",
|
|
8116
9394
|
"name": "TotalCost",
|
|
8117
|
-
"
|
|
9395
|
+
"output_required": true,
|
|
8118
9396
|
"type": "string",
|
|
8119
9397
|
"value_allowed_null": false
|
|
8120
9398
|
},
|
|
@@ -8124,7 +9402,7 @@
|
|
|
8124
9402
|
"example": "4.00000000",
|
|
8125
9403
|
"member": "string",
|
|
8126
9404
|
"name": "RealTotalCost",
|
|
8127
|
-
"
|
|
9405
|
+
"output_required": true,
|
|
8128
9406
|
"type": "string",
|
|
8129
9407
|
"value_allowed_null": false
|
|
8130
9408
|
},
|
|
@@ -8134,7 +9412,7 @@
|
|
|
8134
9412
|
"example": "1.00000000",
|
|
8135
9413
|
"member": "string",
|
|
8136
9414
|
"name": "CashPayAmount",
|
|
8137
|
-
"
|
|
9415
|
+
"output_required": true,
|
|
8138
9416
|
"type": "string",
|
|
8139
9417
|
"value_allowed_null": false
|
|
8140
9418
|
},
|
|
@@ -8144,7 +9422,7 @@
|
|
|
8144
9422
|
"example": "1.00000000",
|
|
8145
9423
|
"member": "string",
|
|
8146
9424
|
"name": "IncentivePayAmount",
|
|
8147
|
-
"
|
|
9425
|
+
"output_required": true,
|
|
8148
9426
|
"type": "string",
|
|
8149
9427
|
"value_allowed_null": false
|
|
8150
9428
|
},
|
|
@@ -8154,7 +9432,7 @@
|
|
|
8154
9432
|
"example": "1.00000000",
|
|
8155
9433
|
"member": "string",
|
|
8156
9434
|
"name": "VoucherPayAmount",
|
|
8157
|
-
"
|
|
9435
|
+
"output_required": true,
|
|
8158
9436
|
"type": "string",
|
|
8159
9437
|
"value_allowed_null": false
|
|
8160
9438
|
},
|
|
@@ -8164,19 +9442,19 @@
|
|
|
8164
9442
|
"example": "1.00000000",
|
|
8165
9443
|
"member": "string",
|
|
8166
9444
|
"name": "TransferPayAmount",
|
|
8167
|
-
"
|
|
9445
|
+
"output_required": true,
|
|
8168
9446
|
"type": "string",
|
|
8169
|
-
"value_allowed_null":
|
|
9447
|
+
"value_allowed_null": false
|
|
8170
9448
|
},
|
|
8171
9449
|
{
|
|
8172
9450
|
"disabled": false,
|
|
8173
9451
|
"document": "Detailed summary of products. Note: This field may return null, indicating that no valid values can be obtained.",
|
|
8174
|
-
"example": "
|
|
9452
|
+
"example": "空",
|
|
8175
9453
|
"member": "BusinessSummaryInfo",
|
|
8176
9454
|
"name": "Business",
|
|
8177
|
-
"
|
|
9455
|
+
"output_required": true,
|
|
8178
9456
|
"type": "list",
|
|
8179
|
-
"value_allowed_null":
|
|
9457
|
+
"value_allowed_null": false
|
|
8180
9458
|
}
|
|
8181
9459
|
],
|
|
8182
9460
|
"usage": "out"
|