tccli 3.0.1279.1__py2.py3-none-any.whl → 3.0.1281.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/acp/v20220105/api.json +68 -65
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/antiddos/v20200309/api.json +5 -1
- tccli/services/apm/v20210622/api.json +32 -32
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/billing/v20180709/api.json +550 -529
- tccli/services/billing/v20180709/examples.json +4 -4
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +15 -1
- tccli/services/cfg/v20210820/api.json +36 -23
- tccli/services/cfg/v20210820/examples.json +11 -11
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/ciam/v20220331/api.json +111 -111
- tccli/services/ciam/v20220331/examples.json +8 -8
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/controlcenter_client.py +212 -0
- tccli/services/controlcenter/v20230110/api.json +521 -3
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/v20221121/api.json +66 -6
- tccli/services/cvm/cvm_client.py +212 -0
- tccli/services/cvm/v20170312/api.json +1076 -272
- tccli/services/cvm/v20170312/examples.json +34 -2
- tccli/services/cynosdb/v20190107/api.json +13 -3
- tccli/services/dbbrain/v20191016/api.json +12 -8
- tccli/services/dbbrain/v20210527/api.json +20 -20
- tccli/services/dlc/v20210125/api.json +19 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/emr/v20190103/api.json +11 -0
- tccli/services/es/v20180416/api.json +13 -0
- tccli/services/goosefs/v20220519/api.json +16 -15
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/gwlb/v20240906/api.json +22 -3
- tccli/services/gwlb/v20240906/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +243 -245
- tccli/services/iotcloud/v20210408/examples.json +64 -64
- tccli/services/keewidb/v20220308/api.json +94 -94
- tccli/services/lcic/v20220817/api.json +110 -63
- tccli/services/lcic/v20220817/examples.json +6 -6
- tccli/services/live/v20180801/api.json +302 -288
- tccli/services/lke/lke_client.py +84 -84
- tccli/services/lke/v20231130/api.json +220 -164
- tccli/services/lke/v20231130/examples.json +16 -16
- tccli/services/lowcode/v20210108/api.json +120 -11
- tccli/services/lowcode/v20210108/examples.json +9 -9
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +7 -6
- tccli/services/mongodb/v20190725/examples.json +2 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/mqtt/mqtt_client.py +110 -4
- tccli/services/mqtt/v20240516/api.json +132 -0
- tccli/services/mqtt/v20240516/examples.json +22 -0
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/partners/partners_client.py +61 -8
- tccli/services/partners/v20180321/api.json +110 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/pts/v20210728/api.json +44 -6
- tccli/services/redis/v20180412/api.json +66 -66
- tccli/services/rum/v20210622/api.json +90 -0
- tccli/services/sms/v20190711/examples.json +1 -1
- tccli/services/sms/v20210111/examples.json +1 -1
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tag/v20180813/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +141 -128
- tccli/services/tat/v20201028/examples.json +12 -12
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +93 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +313 -313
- tccli/services/tke/v20220501/api.json +2 -2
- tccli/services/tms/v20201229/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +884 -884
- tccli/services/vdb/v20230616/api.json +12 -12
- tccli/services/waf/v20180125/api.json +7 -7
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +107 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/RECORD +86 -86
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/license_files/LICENSE +0 -0
@@ -76,7 +76,7 @@
|
|
76
76
|
{
|
77
77
|
"document": "查询分账账单按组件汇总",
|
78
78
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationSummaryByItem\n<公共请求参数>\n\n{\n \"Month\": \"2024-02\",\n \"Limit\": 1,\n \"Offset\": 0,\n \"PeriodType\": \"month\"\n}",
|
79
|
-
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"billVirtualId\",\n \"ActionTypeName\": \"月度计费精度差异\",\n \"AllocationType\": 1,\n \"BillDate\":
|
79
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"billVirtualId\",\n \"ActionTypeName\": \"月度计费精度差异\",\n \"AllocationType\": 1,\n \"BillDate\": \"2025-01-01\",\n \"BlendedDiscount\": \"\",\n \"BusinessCode\": \"billVirtualId\",\n \"BusinessCodeName\": \"月度计费精度差异\",\n \"CashPayAmount\": \"-0.00000285\",\n \"ComponentCode\": \"billVirtualId\",\n \"ComponentCodeName\": \"月度计费精度差异\",\n \"ComponentConfig\": \"\",\n \"ContractPrice\": \"-0.00000285\",\n \"DeductedMeasure\": \"\",\n \"Discount\": \"\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-07 23:59:59\",\n \"Formula\": \"\",\n \"FormulaUrl\": \"\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"\",\n \"InstanceTypeName\": \"\",\n \"ItemCode\": \"billVirtualId\",\n \"ItemCodeName\": \"月度计费精度差异\",\n \"OperateUin\": \"909619400\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayerUin\": \"909619400\",\n \"PriceInfo\": [],\n \"ProductCode\": \"billVirtualId\",\n \"ProductCodeName\": \"月度计费精度差异\",\n \"ProjectId\": 0,\n \"ProjectName\": \"扣费精度补偿\",\n \"RealTotalCost\": \"-0.00000285\",\n \"RealTotalMeasure\": \"\",\n \"RegionId\": 0,\n \"RegionName\": \"其他\",\n \"RegionType\": \"other\",\n \"RegionTypeName\": \"其他\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"909619400(UIN)\",\n \"ResourceName\": \"扣费精度补偿\",\n \"RiCost\": \"0.00000000\",\n \"RiTimeSpan\": \"0.00000000\",\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"-0.00000285\",\n \"SinglePriceUnit\": \"元/月\",\n \"SplitItemId\": \"\",\n \"SplitItemName\": \"\",\n \"Tag\": [\n {\n \"TagKey\": \"department\",\n \"TagValue\": \"运营中心\"\n }\n ],\n \"TimeSpan\": \"1.00000000\",\n \"TimeUnit\": \"月\",\n \"TotalCost\": \"-0.00000285\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 0,\n \"ZoneName\": \"其他\"\n }\n ],\n \"RecordNum\": 18411,\n \"RequestId\": \"ceb74979-c668-42f6-b266-57541de2f755\",\n \"Total\": {\n \"CashPayAmount\": \"1630.93000000\",\n \"IncentivePayAmount\": \"31062.86000000\",\n \"RealTotalCost\": \"32953.81000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"260.02000000\"\n }\n }\n}",
|
80
80
|
"title": "查询分账账单按组件汇总"
|
81
81
|
}
|
82
82
|
],
|
@@ -84,7 +84,7 @@
|
|
84
84
|
{
|
85
85
|
"document": "",
|
86
86
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationSummaryByResource\n<公共请求参数>\n\n{\n \"Month\": \"2022-11-01 00:00:00\",\n \"Limit\": 30,\n \"Offset\": 0,\n \"PeriodType\": \"month\"\n}",
|
87
|
-
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_d\",\n \"ActionTypeName\": \"按量计费日结\",\n \"AllocationType\": 1,\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_cos\",\n \"BusinessCodeName\": \"COS 对象存储\",\n \"CashPayAmount\": \"0.00001027\",\n \"ComponentConfig\": \"COS 标准存储存储容量: 0.00390625 GB\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-01 23:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\":
|
87
|
+
"output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_d\",\n \"ActionTypeName\": \"按量计费日结\",\n \"AllocationType\": 1,\n \"BillDate\": \"2024-02-01\",\n \"BusinessCode\": \"p_cos\",\n \"BusinessCodeName\": \"COS 对象存储\",\n \"CashPayAmount\": \"0.00001027\",\n \"ComponentConfig\": \"COS 标准存储存储容量: 0.00390625 GB\",\n \"FeeBeginTime\": \"2024-02-01 00:00:00\",\n \"FeeEndTime\": \"2024-02-01 23:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"\",\n \"InstanceTypeName\": \"\",\n \"OperateUin\": \"909619400\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_cos_std\",\n \"ProductCodeName\": \"COS 标准存储\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"RealTotalCost\": \"0.00001027\",\n \"RegionId\": 33,\n \"RegionName\": \"华东地区(南京)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ResourceId\": \"909619400-std_storage-19\",\n \"ResourceName\": \"\",\n \"RiCost\": \"0.00000000\",\n \"RiTimeSpan\": \"0.00000000\",\n \"SPCost\": \"0.00000000\",\n \"SplitItemId\": \"1234567-1251007194\",\n \"SplitItemName\": \"1234567\",\n \"Tag\": [\n {\n \"TagKey\": \"游戏项目组\",\n \"TagValue\": \"火影忍者\"\n }\n ],\n \"TotalCost\": \"0.00001537\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-659bb8eb2830e\",\n \"TreeNodeUniqKeyName\": \"研究组\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 330001,\n \"ZoneName\": \"南京一区\"\n }\n ],\n \"RecordNum\": 30592,\n \"RequestId\": \"4b163951-0990-442b-922c-cf5145fd1e56\",\n \"Total\": {\n \"CashPayAmount\": \"1630.93000000\",\n \"IncentivePayAmount\": \"31062.86000000\",\n \"RealTotalCost\": \"32953.81000000\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"260.02000000\"\n }\n }\n}",
|
88
88
|
"title": "查询分账账单按资源汇总"
|
89
89
|
}
|
90
90
|
],
|
@@ -346,7 +346,7 @@
|
|
346
346
|
{
|
347
347
|
"document": "查询分账账单资源归集汇总",
|
348
348
|
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatherResource\n<公共请求参数>\n\n{\n \"Month\": \"2024-02\",\n \"Limit\": 1,\n \"Offset\": 0\n}",
|
349
|
-
"output": "{\n \"Response\": {\n \"GatherResourceSummary\": [\n {\n \"ActionType\": \"prepay_renew\",\n \"ActionTypeName\": \"包年包月续费\",\n \"AllocationType\": 1,\n \"BelongRule\":
|
349
|
+
"output": "{\n \"Response\": {\n \"GatherResourceSummary\": [\n {\n \"ActionType\": \"prepay_renew\",\n \"ActionTypeName\": \"包年包月续费\",\n \"AllocationType\": 1,\n \"BelongRule\": {\n \"RuleId\": 862324,\n \"RuleName\": \"公摊规则\"\n },\n \"BelongTreeNodeUniqKey\": {\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\"\n },\n \"BusinessCode\": \"p_mongodb\",\n \"BusinessCodeName\": \"云数据库TencentDB for MongoDB\",\n \"CashPayAmount\": \"176.43419703\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"\",\n \"InstanceTypeName\": \"\",\n \"ItemCode\": \"sv_mongodb_mem_replica\",\n \"ItemCodeName\": \"文档数据库MongoDB-副本集-内存\",\n \"OperateUin\": \"909619400\",\n \"OtherRules\": [\n {\n \"RuleId\": \"124\",\n \"RuleName\": \"分摊规则1\"\n }\n ],\n \"OtherTreeNodeUniqKeys\": [\n {\n \"TreeNodeUniqKey\": \"909619400-67290cae5\",\n \"TreeNodeUniqKeyName\": \"z-自动创建\"\n },\n {\n \"TreeNodeUniqKey\": \"909619400-447c2c41d\",\n \"TreeNodeUniqKeyName\": \"f-二组\"\n }\n ],\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"prePay\",\n \"PayModeName\": \"包年包月\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_mongodb_replica\",\n \"ProductCodeName\": \"云数据库MongoDB-副本集\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"RealTotalCost\": \"176.43419703\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"ResourceId\": \"cmgo-p46bysvb\",\n \"ResourceName\": \"\",\n \"RuleId\": \"191027\",\n \"RuleName\": \"公共服务公摊\",\n \"SplitItemId\": \"\",\n \"SplitItemName\": \"\",\n \"Tag\": [\n {\n \"TagKey\": \"dms-common\",\n \"TagValue\": \"prod\"\n }\n ],\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": \"909619400-6391dae9802da\",\n \"TreeNodeUniqKeyName\": \"客户应用组\",\n \"VoucherPayAmount\": \"0.00000000\"\n }\n ],\n \"LastUpdateTime\": \"2024-03-02 13:17:07\",\n \"RecordNum\": 3792,\n \"RequestId\": \"b8bedd7a-da43-4cce-ab6e-2fa66ffe1455\"\n }\n}",
|
350
350
|
"title": "查询分账账单资源归集汇总"
|
351
351
|
}
|
352
352
|
],
|
@@ -394,7 +394,7 @@
|
|
394
394
|
{
|
395
395
|
"document": "",
|
396
396
|
"input": "https://billing.tencentcloudapi.com/?Action=PayDeals\n&OrderIds.0=2020111161300016142141\n&AutoVoucher=1\n&<公共请求参数>",
|
397
|
-
"output": "{\
|
397
|
+
"output": "{\n \"Response\": {\n \"OrderIds\": [\n \"2020111161300016142141\"\n ],\n \"BigDealIds\": [\n \"2020111161300016142108\"\n ],\n \"ResourceIds\": [\n \"ins-abc\",\n \"ins-xxx\"\n ],\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
398
398
|
"title": "支付订单示例"
|
399
399
|
}
|
400
400
|
]
|
@@ -6806,6 +6806,7 @@
|
|
6806
6806
|
"member": "string",
|
6807
6807
|
"name": "Spec",
|
6808
6808
|
"output_required": true,
|
6809
|
+
"required": false,
|
6809
6810
|
"type": "string",
|
6810
6811
|
"value_allowed_null": false
|
6811
6812
|
},
|
@@ -6816,6 +6817,7 @@
|
|
6816
6817
|
"member": "int64",
|
6817
6818
|
"name": "NodeSize",
|
6818
6819
|
"output_required": true,
|
6820
|
+
"required": false,
|
6819
6821
|
"type": "int",
|
6820
6822
|
"value_allowed_null": false
|
6821
6823
|
},
|
@@ -6826,6 +6828,7 @@
|
|
6826
6828
|
"member": "int64",
|
6827
6829
|
"name": "Core",
|
6828
6830
|
"output_required": true,
|
6831
|
+
"required": false,
|
6829
6832
|
"type": "int",
|
6830
6833
|
"value_allowed_null": false
|
6831
6834
|
},
|
@@ -6836,6 +6839,7 @@
|
|
6836
6839
|
"member": "int64",
|
6837
6840
|
"name": "Memory",
|
6838
6841
|
"output_required": true,
|
6842
|
+
"required": false,
|
6839
6843
|
"type": "int",
|
6840
6844
|
"value_allowed_null": false
|
6841
6845
|
},
|
@@ -6846,6 +6850,7 @@
|
|
6846
6850
|
"member": "int64",
|
6847
6851
|
"name": "Disk",
|
6848
6852
|
"output_required": true,
|
6853
|
+
"required": false,
|
6849
6854
|
"type": "int",
|
6850
6855
|
"value_allowed_null": false
|
6851
6856
|
},
|
@@ -6856,6 +6861,7 @@
|
|
6856
6861
|
"member": "string",
|
6857
6862
|
"name": "DiskType",
|
6858
6863
|
"output_required": true,
|
6864
|
+
"required": false,
|
6859
6865
|
"type": "string",
|
6860
6866
|
"value_allowed_null": false
|
6861
6867
|
},
|
@@ -6866,6 +6872,7 @@
|
|
6866
6872
|
"member": "string",
|
6867
6873
|
"name": "DiskDesc",
|
6868
6874
|
"output_required": true,
|
6875
|
+
"required": false,
|
6869
6876
|
"type": "string",
|
6870
6877
|
"value_allowed_null": false
|
6871
6878
|
},
|
@@ -6876,6 +6883,7 @@
|
|
6876
6883
|
"member": "AttachCBSSpec",
|
6877
6884
|
"name": "AttachCBSSpec",
|
6878
6885
|
"output_required": true,
|
6886
|
+
"required": false,
|
6879
6887
|
"type": "object",
|
6880
6888
|
"value_allowed_null": false
|
6881
6889
|
},
|
@@ -6886,6 +6894,7 @@
|
|
6886
6894
|
"member": "string",
|
6887
6895
|
"name": "SubProductType",
|
6888
6896
|
"output_required": false,
|
6897
|
+
"required": false,
|
6889
6898
|
"type": "string",
|
6890
6899
|
"value_allowed_null": false
|
6891
6900
|
},
|
@@ -6896,6 +6905,7 @@
|
|
6896
6905
|
"member": "int64",
|
6897
6906
|
"name": "SpecCore",
|
6898
6907
|
"output_required": false,
|
6908
|
+
"required": false,
|
6899
6909
|
"type": "int",
|
6900
6910
|
"value_allowed_null": false
|
6901
6911
|
},
|
@@ -6906,6 +6916,7 @@
|
|
6906
6916
|
"member": "int64",
|
6907
6917
|
"name": "SpecMemory",
|
6908
6918
|
"output_required": false,
|
6919
|
+
"required": false,
|
6909
6920
|
"type": "int",
|
6910
6921
|
"value_allowed_null": false
|
6911
6922
|
},
|
@@ -6916,6 +6927,7 @@
|
|
6916
6927
|
"member": "int64",
|
6917
6928
|
"name": "DiskCount",
|
6918
6929
|
"output_required": false,
|
6930
|
+
"required": false,
|
6919
6931
|
"type": "int",
|
6920
6932
|
"value_allowed_null": false
|
6921
6933
|
},
|
@@ -6926,6 +6938,7 @@
|
|
6926
6938
|
"member": "int64",
|
6927
6939
|
"name": "Encrypt",
|
6928
6940
|
"output_required": false,
|
6941
|
+
"required": false,
|
6929
6942
|
"type": "int",
|
6930
6943
|
"value_allowed_null": false
|
6931
6944
|
},
|
@@ -6936,11 +6949,12 @@
|
|
6936
6949
|
"member": "int64",
|
6937
6950
|
"name": "MaxDiskSize",
|
6938
6951
|
"output_required": false,
|
6952
|
+
"required": false,
|
6939
6953
|
"type": "int",
|
6940
6954
|
"value_allowed_null": false
|
6941
6955
|
}
|
6942
6956
|
],
|
6943
|
-
"usage": "
|
6957
|
+
"usage": "both"
|
6944
6958
|
},
|
6945
6959
|
"OpenCoolDownPolicyRequest": {
|
6946
6960
|
"document": "OpenCoolDownPolicy请求参数结构体",
|
@@ -945,7 +945,7 @@
|
|
945
945
|
{
|
946
946
|
"disabled": false,
|
947
947
|
"document": "对象类型列表",
|
948
|
-
"example": "
|
948
|
+
"example": "无",
|
949
949
|
"member": "ObjectType",
|
950
950
|
"name": "ObjectTypeList",
|
951
951
|
"output_required": true,
|
@@ -1723,7 +1723,7 @@
|
|
1723
1723
|
{
|
1724
1724
|
"disabled": false,
|
1725
1725
|
"document": "tke接口json解析规则,null不需要解析\n注意:此字段可能返回 null,表示取不到有效值。",
|
1726
|
-
"example": "
|
1726
|
+
"example": "无",
|
1727
1727
|
"member": "ObjectTypeJsonParse",
|
1728
1728
|
"name": "ObjectTypeJsonParse",
|
1729
1729
|
"output_required": true,
|
@@ -1912,7 +1912,7 @@
|
|
1912
1912
|
{
|
1913
1913
|
"disabled": false,
|
1914
1914
|
"document": "演练ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1915
|
-
"example": "
|
1915
|
+
"example": "1065",
|
1916
1916
|
"member": "int64",
|
1917
1917
|
"name": "TaskId",
|
1918
1918
|
"output_required": false,
|
@@ -2127,7 +2127,7 @@
|
|
2127
2127
|
{
|
2128
2128
|
"disabled": false,
|
2129
2129
|
"document": "保护策略\n注意:此字段可能返回 null,表示取不到有效值。",
|
2130
|
-
"example": "
|
2130
|
+
"example": "系统预留",
|
2131
2131
|
"member": "string",
|
2132
2132
|
"name": "TaskProtectStrategy",
|
2133
2133
|
"output_required": true,
|
@@ -2380,7 +2380,7 @@
|
|
2380
2380
|
{
|
2381
2381
|
"disabled": false,
|
2382
2382
|
"document": "计划开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2383
|
-
"example": "
|
2383
|
+
"example": "\"2025-01-14 00:00:00\"",
|
2384
2384
|
"member": "string",
|
2385
2385
|
"name": "TaskPlanStartTime",
|
2386
2386
|
"output_required": false,
|
@@ -2391,7 +2391,7 @@
|
|
2391
2391
|
{
|
2392
2392
|
"disabled": false,
|
2393
2393
|
"document": "计划结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2394
|
-
"example": "
|
2394
|
+
"example": "\"2025-01-14 05:00:00\"",
|
2395
2395
|
"member": "string",
|
2396
2396
|
"name": "TaskPlanEndTime",
|
2397
2397
|
"output_required": false,
|
@@ -2402,7 +2402,7 @@
|
|
2402
2402
|
{
|
2403
2403
|
"disabled": false,
|
2404
2404
|
"document": "人员组织\n注意:此字段可能返回 null,表示取不到有效值。",
|
2405
|
-
"example": "
|
2405
|
+
"example": "[{\"TaskRole\": \"负责人\", \"TaskOperator\": \"张三\"}, {\"TaskRole\": \"记录人\", \"TaskOperator\": \"李四\"}]",
|
2406
2406
|
"member": "TaskOrg",
|
2407
2407
|
"name": "TaskOrg",
|
2408
2408
|
"output_required": false,
|
@@ -2413,7 +2413,7 @@
|
|
2413
2413
|
{
|
2414
2414
|
"disabled": false,
|
2415
2415
|
"document": "问题和改进\n注意:此字段可能返回 null,表示取不到有效值。",
|
2416
|
-
"example": "
|
2416
|
+
"example": "需要优化自动重连",
|
2417
2417
|
"member": "string",
|
2418
2418
|
"name": "TaskIssue",
|
2419
2419
|
"output_required": false,
|
@@ -2424,7 +2424,7 @@
|
|
2424
2424
|
{
|
2425
2425
|
"disabled": false,
|
2426
2426
|
"document": "region信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
2427
|
-
"example": "
|
2427
|
+
"example": "广州",
|
2428
2428
|
"member": "string",
|
2429
2429
|
"name": "TaskRegionName",
|
2430
2430
|
"output_required": false,
|
@@ -2513,6 +2513,7 @@
|
|
2513
2513
|
"example": "1",
|
2514
2514
|
"member": "int64",
|
2515
2515
|
"name": "TaskGroupId",
|
2516
|
+
"output_required": true,
|
2516
2517
|
"required": true,
|
2517
2518
|
"type": "int",
|
2518
2519
|
"value_allowed_null": false
|
@@ -2523,6 +2524,7 @@
|
|
2523
2524
|
"example": "1",
|
2524
2525
|
"member": "string",
|
2525
2526
|
"name": "TaskGroupTitle",
|
2527
|
+
"output_required": true,
|
2526
2528
|
"required": true,
|
2527
2529
|
"type": "string",
|
2528
2530
|
"value_allowed_null": false
|
@@ -2533,6 +2535,7 @@
|
|
2533
2535
|
"example": "1",
|
2534
2536
|
"member": "string",
|
2535
2537
|
"name": "TaskGroupDescription",
|
2538
|
+
"output_required": true,
|
2536
2539
|
"required": true,
|
2537
2540
|
"type": "string",
|
2538
2541
|
"value_allowed_null": true
|
@@ -2543,6 +2546,7 @@
|
|
2543
2546
|
"example": "1",
|
2544
2547
|
"member": "int64",
|
2545
2548
|
"name": "TaskGroupOrder",
|
2549
|
+
"output_required": true,
|
2546
2550
|
"required": true,
|
2547
2551
|
"type": "int",
|
2548
2552
|
"value_allowed_null": false
|
@@ -2553,6 +2557,7 @@
|
|
2553
2557
|
"example": "1",
|
2554
2558
|
"member": "int64",
|
2555
2559
|
"name": "ObjectTypeId",
|
2560
|
+
"output_required": true,
|
2556
2561
|
"required": true,
|
2557
2562
|
"type": "int",
|
2558
2563
|
"value_allowed_null": false
|
@@ -2563,6 +2568,7 @@
|
|
2563
2568
|
"example": "\"2021-08-17 20:05:04\"",
|
2564
2569
|
"member": "string",
|
2565
2570
|
"name": "TaskGroupCreateTime",
|
2571
|
+
"output_required": true,
|
2566
2572
|
"required": true,
|
2567
2573
|
"type": "string",
|
2568
2574
|
"value_allowed_null": false
|
@@ -2573,6 +2579,7 @@
|
|
2573
2579
|
"example": "\"2021-08-17 20:05:04\"",
|
2574
2580
|
"member": "string",
|
2575
2581
|
"name": "TaskGroupUpdateTime",
|
2582
|
+
"output_required": true,
|
2576
2583
|
"required": true,
|
2577
2584
|
"type": "string",
|
2578
2585
|
"value_allowed_null": false
|
@@ -2583,6 +2590,7 @@
|
|
2583
2590
|
"example": "无",
|
2584
2591
|
"member": "TaskGroupAction",
|
2585
2592
|
"name": "TaskGroupActions",
|
2593
|
+
"output_required": true,
|
2586
2594
|
"required": true,
|
2587
2595
|
"type": "list",
|
2588
2596
|
"value_allowed_null": false
|
@@ -2590,9 +2598,10 @@
|
|
2590
2598
|
{
|
2591
2599
|
"disabled": false,
|
2592
2600
|
"document": "实例列表",
|
2593
|
-
"example": "[]",
|
2601
|
+
"example": "[\"ins-adk7g8\",\"ins-akkk980\"]",
|
2594
2602
|
"member": "string",
|
2595
2603
|
"name": "TaskGroupInstanceList",
|
2604
|
+
"output_required": true,
|
2596
2605
|
"required": true,
|
2597
2606
|
"type": "list",
|
2598
2607
|
"value_allowed_null": false
|
@@ -2603,6 +2612,7 @@
|
|
2603
2612
|
"example": "1",
|
2604
2613
|
"member": "int64",
|
2605
2614
|
"name": "TaskGroupMode",
|
2615
|
+
"output_required": true,
|
2606
2616
|
"required": true,
|
2607
2617
|
"type": "int",
|
2608
2618
|
"value_allowed_null": false
|
@@ -2610,9 +2620,10 @@
|
|
2610
2620
|
{
|
2611
2621
|
"disabled": false,
|
2612
2622
|
"document": "不参演的实例列表",
|
2613
|
-
"example": "[]",
|
2623
|
+
"example": "[\"ins-akkk980\"]",
|
2614
2624
|
"member": "string",
|
2615
2625
|
"name": "TaskGroupDiscardInstanceList",
|
2626
|
+
"output_required": true,
|
2616
2627
|
"required": false,
|
2617
2628
|
"type": "list",
|
2618
2629
|
"value_allowed_null": false
|
@@ -2620,9 +2631,10 @@
|
|
2620
2631
|
{
|
2621
2632
|
"disabled": false,
|
2622
2633
|
"document": "参演实例列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
2623
|
-
"example": "[]",
|
2634
|
+
"example": "[\"ins-akkk980\"]",
|
2624
2635
|
"member": "string",
|
2625
2636
|
"name": "TaskGroupSelectedInstanceList",
|
2637
|
+
"output_required": true,
|
2626
2638
|
"required": false,
|
2627
2639
|
"type": "list",
|
2628
2640
|
"value_allowed_null": true
|
@@ -2630,9 +2642,10 @@
|
|
2630
2642
|
{
|
2631
2643
|
"disabled": false,
|
2632
2644
|
"document": "机器选取规则\n注意:此字段可能返回 null,表示取不到有效值。",
|
2633
|
-
"example": "[]",
|
2645
|
+
"example": "[{\"TaskGroupInstancesExecuteMode\": 1}]",
|
2634
2646
|
"member": "TaskGroupInstancesExecuteRules",
|
2635
2647
|
"name": "TaskGroupInstancesExecuteRule",
|
2648
|
+
"output_required": true,
|
2636
2649
|
"required": false,
|
2637
2650
|
"type": "list",
|
2638
2651
|
"value_allowed_null": true
|
@@ -2690,7 +2703,7 @@
|
|
2690
2703
|
{
|
2691
2704
|
"disabled": false,
|
2692
2705
|
"document": "分组动作通用配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
2693
|
-
"example": "{}",
|
2706
|
+
"example": "{\"PreTimeWait\": 0, \"ActionTimeout\": 1800, \"AfterTimeWait\": 0}",
|
2694
2707
|
"member": "string",
|
2695
2708
|
"name": "TaskGroupActionGeneralConfiguration",
|
2696
2709
|
"output_required": true,
|
@@ -2701,7 +2714,7 @@
|
|
2701
2714
|
{
|
2702
2715
|
"disabled": false,
|
2703
2716
|
"document": "分组动作自定义配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
2704
|
-
"example": "{}",
|
2717
|
+
"example": "{\"Weight\": 1, \"Methods\": 0, \"InjectMod\": \"all\"}",
|
2705
2718
|
"member": "string",
|
2706
2719
|
"name": "TaskGroupActionCustomConfiguration",
|
2707
2720
|
"output_required": true,
|
@@ -2767,7 +2780,7 @@
|
|
2767
2780
|
{
|
2768
2781
|
"disabled": false,
|
2769
2782
|
"document": "RandomId\n注意:此字段可能返回 null,表示取不到有效值。",
|
2770
|
-
"example": "
|
2783
|
+
"example": "207538",
|
2771
2784
|
"member": "int64",
|
2772
2785
|
"name": "TaskGroupActionRandomId",
|
2773
2786
|
"output_required": true,
|
@@ -2778,7 +2791,7 @@
|
|
2778
2791
|
{
|
2779
2792
|
"disabled": false,
|
2780
2793
|
"document": "RecoverId\n注意:此字段可能返回 null,表示取不到有效值。",
|
2781
|
-
"example": "
|
2794
|
+
"example": "204392",
|
2782
2795
|
"member": "int64",
|
2783
2796
|
"name": "TaskGroupActionRecoverId",
|
2784
2797
|
"output_required": true,
|
@@ -2789,7 +2802,7 @@
|
|
2789
2802
|
{
|
2790
2803
|
"disabled": false,
|
2791
2804
|
"document": "ExecuteId\n注意:此字段可能返回 null,表示取不到有效值。",
|
2792
|
-
"example": "
|
2805
|
+
"example": "206754",
|
2793
2806
|
"member": "int64",
|
2794
2807
|
"name": "TaskGroupActionExecuteId",
|
2795
2808
|
"output_required": true,
|
@@ -3870,7 +3883,7 @@
|
|
3870
3883
|
{
|
3871
3884
|
"disabled": false,
|
3872
3885
|
"document": "分组动作通用配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
3873
|
-
"example": "{}",
|
3886
|
+
"example": "{\"PreTimeWait\": 0, \"ActionTimeout\": 1800, \"AfterTimeWait\": 0}",
|
3874
3887
|
"member": "string",
|
3875
3888
|
"name": "GeneralConfiguration",
|
3876
3889
|
"output_required": true,
|
@@ -3881,7 +3894,7 @@
|
|
3881
3894
|
{
|
3882
3895
|
"disabled": false,
|
3883
3896
|
"document": "分组动作自定义配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
3884
|
-
"example": "{}",
|
3897
|
+
"example": "{\"Weight\": 1, \"Methods\": 0, \"InjectMod\": \"all\"}",
|
3885
3898
|
"member": "string",
|
3886
3899
|
"name": "CustomConfiguration",
|
3887
3900
|
"output_required": true,
|
@@ -3925,7 +3938,7 @@
|
|
3925
3938
|
{
|
3926
3939
|
"disabled": false,
|
3927
3940
|
"document": "自身随机id\n注意:此字段可能返回 null,表示取不到有效值。",
|
3928
|
-
"example": "
|
3941
|
+
"example": "447054",
|
3929
3942
|
"member": "int64",
|
3930
3943
|
"name": "RandomId",
|
3931
3944
|
"output_required": true,
|
@@ -3936,7 +3949,7 @@
|
|
3936
3949
|
{
|
3937
3950
|
"disabled": false,
|
3938
3951
|
"document": "恢复动作id\n注意:此字段可能返回 null,表示取不到有效值。",
|
3939
|
-
"example": "
|
3952
|
+
"example": "211672",
|
3940
3953
|
"member": "int64",
|
3941
3954
|
"name": "RecoverId",
|
3942
3955
|
"output_required": true,
|
@@ -3947,7 +3960,7 @@
|
|
3947
3960
|
{
|
3948
3961
|
"disabled": false,
|
3949
3962
|
"document": "执行动作id\n注意:此字段可能返回 null,表示取不到有效值。",
|
3950
|
-
"example": "
|
3963
|
+
"example": "536092",
|
3951
3964
|
"member": "int64",
|
3952
3965
|
"name": "ExecuteId",
|
3953
3966
|
"output_required": true,
|
@@ -2,10 +2,10 @@
|
|
2
2
|
"actions": {
|
3
3
|
"CreateTaskFromAction": [
|
4
4
|
{
|
5
|
-
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskFromAction\n<公共请求参数>\n\n
|
7
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
8
|
-
"title": "
|
5
|
+
"document": "根据动作创建演练示例",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskFromAction\n<公共请求参数>\n\n{\n \"TaskActionId\": 12,\n \"TaskInstances\": [\n \"ins-jjphrwng\"\n ],\n \"TaskTitle\": \"CVM服务器空操作\",\n \"TaskDescription\": \"创建演练测试\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a3875789-7d89-4bf1-8763-e9b46c6459d7\",\n \"TaskId\": 10959\n }\n}",
|
8
|
+
"title": "根据动作创建演练"
|
9
9
|
}
|
10
10
|
],
|
11
11
|
"CreateTaskFromMultiAction": [
|
@@ -51,8 +51,8 @@
|
|
51
51
|
"DescribeObjectTypeList": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeObjectTypeList\n<公共请求参数>\n\n{}",
|
55
|
-
"output": "{\n \"Response\": {\n \"ObjectTypeList\": [\n {\n \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeObjectTypeList\n<公共请求参数>\n\n{\n \"SupportType\": 1\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"ObjectTypeList\": [\n {\n \"ArchLayer\": 2,\n \"ObjectHasNewAction\": false,\n \"ObjectPlatformName\": \"CVM\",\n \"ObjectSupportType\": 2,\n \"ObjectTypeId\": 1,\n \"ObjectTypeJsonParse\": null,\n \"ObjectTypeLevelOne\": \"计算\",\n \"ObjectTypeParams\": {\n \"Fields\": [\n {\n \"Header\": \"实例ID\",\n \"JsonParse\": null,\n \"Key\": \"InstanceId\",\n \"Transfer\": null,\n \"Type\": 0\n },\n {\n \"Header\": \"实例名称\",\n \"JsonParse\": null,\n \"Key\": \"InstanceName\",\n \"Transfer\": null,\n \"Type\": 0\n },\n {\n \"Header\": \"可用区\",\n \"JsonParse\": null,\n \"Key\": \"Placement.Zone\",\n \"Transfer\": \"{\\\"ap-seoul-1\\\": \\\"\\\\u9996\\\\u5c14\\\\u4e00\\\\u533a\\\", \\\"ap-seoul-2\\\": \\\"\\\\u9996\\\\u5c14\\\\u4e8c\\\\u533a\\\"}\",\n \"Type\": 0\n },\n {\n \"Header\": \"主IPv4地址\",\n \"JsonParse\": null,\n \"Key\": \"PrivateIpAddresses\",\n \"Transfer\": null,\n \"Type\": 0\n },\n {\n \"Header\": \"VPC-ID\",\n \"JsonParse\": null,\n \"Key\": \"VirtualPrivateCloud.VpcId\",\n \"Transfer\": null,\n \"Type\": 0\n },\n {\n \"Header\": \"子网ID\",\n \"JsonParse\": null,\n \"Key\": \"VirtualPrivateCloud.SubnetId\",\n \"Transfer\": null,\n \"Type\": 0\n }\n ],\n \"Key\": \"InstanceId\"\n },\n \"ObjectTypeTitle\": \"CVM\"\n }\n ],\n \"RequestId\": \"fd1309c8-f198-4a6e-924c-89a80a274138\"\n }\n}",
|
56
56
|
"title": "请求对象类型列表"
|
57
57
|
}
|
58
58
|
],
|
@@ -97,8 +97,8 @@
|
|
97
97
|
"DescribeTemplate": [
|
98
98
|
{
|
99
99
|
"document": "查询经验",
|
100
|
-
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTemplate\n<公共请求参数>\n\n{\n \"TemplateId\":
|
101
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"e5cf31b7-d530-4bce-8836-4c227b463b31\",\n \"Template\": {\n \"AlarmPolicy\": [],\n \"ApmServiceList\": [],\n \"Tags\": [],\n \"TemplateCreateTime\": \"2023-10-09 11:03:31\",\n \"TemplateDescription\": \"
|
100
|
+
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTemplate\n<公共请求参数>\n\n{\n \"TemplateId\": 1953\n}",
|
101
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e5cf31b7-d530-4bce-8836-4c227b463b31\",\n \"Template\": {\n \"AlarmPolicy\": [],\n \"ApmServiceList\": [],\n \"Tags\": [],\n \"TemplateCreateTime\": \"2023-10-09 11:03:31\",\n \"TemplateDescription\": \"cvm关机经验库,团队内部使用\",\n \"TemplateGroups\": [\n {\n \"CreateTime\": \"2023-10-09 11:03:31\",\n \"Description\": \"逻辑层故障场景编排\",\n \"Mode\": 1,\n \"ObjectTypeId\": 1,\n \"Order\": 1,\n \"TemplateGroupActions\": [\n {\n \"ActionApiType\": 1,\n \"ActionAttribute\": 1,\n \"ActionId\": 1,\n \"ActionTitle\": \"关机(测试)\",\n \"ActionType\": \"平台\",\n \"CreateTime\": \"2023-10-09 11:03:31\",\n \"CustomConfiguration\": \"{\\\"force\\\": \\\"否\\\", \\\"destIp\\\": \\\"\\\", \\\"excludeIp\\\": \\\"\\\", \\\"localPort\\\": \\\"\\\", \\\"netPercent\\\": 8, \\\"remotePort\\\": \\\"\\\", \\\"excludePort\\\": \\\"\\\", \\\"netInterface\\\": \\\"eth0\\\"}\",\n \"ExecuteId\": null,\n \"GeneralConfiguration\": \"{\\\"AliasTitle\\\": \\\"\\\", \\\"PreTimeWait\\\": 0, \\\"ActionTimeout\\\": 1800, \\\"AfterTimeWait\\\": 0}\",\n \"Order\": 1,\n \"RandomId\": 368448,\n \"RecoverId\": 232618,\n \"TemplateGroupActionId\": 3982,\n \"UpdateTime\": \"2023-10-09 11:03:31\"\n },\n {\n \"ActionApiType\": 1,\n \"ActionAttribute\": 2,\n \"ActionId\": 2,\n \"ActionTitle\": \"开机\",\n \"ActionType\": \"平台\",\n \"CreateTime\": \"2023-10-09 11:03:31\",\n \"CustomConfiguration\": \"{\\\"force\\\": \\\"否\\\", \\\"destIp\\\": \\\"\\\", \\\"excludeIp\\\": \\\"\\\", \\\"localPort\\\": \\\"\\\", \\\"netPercent\\\": 8, \\\"remotePort\\\": \\\"\\\", \\\"excludePort\\\": \\\"\\\", \\\"netInterface\\\": \\\"eth0\\\"}\",\n \"ExecuteId\": 368448,\n \"GeneralConfiguration\": \"{\\\"PreTimeWait\\\": 0, \\\"ActionTimeout\\\": 1800, \\\"AfterTimeWait\\\": 0}\",\n \"Order\": 2,\n \"RandomId\": 232618,\n \"RecoverId\": null,\n \"TemplateGroupActionId\": 3983,\n \"UpdateTime\": \"2023-10-09 11:03:31\"\n }\n ],\n \"TemplateGroupId\": 1659,\n \"Title\": \"逻辑层故障验证\",\n \"UpdateTime\": \"2023-10-09 11:03:31\"\n }\n ],\n \"TemplateId\": 1175,\n \"TemplateIsUsed\": 1,\n \"TemplateMode\": 1,\n \"TemplateMonitors\": [\n {\n \"MetricChineseName\": \"CPU使用率\",\n \"MetricId\": 614,\n \"MetricName\": \"CpuUsage\",\n \"MonitorId\": 2173,\n \"ObjectTypeId\": 1\n }\n ],\n \"TemplateOwnerUin\": \"700000174829\",\n \"TemplatePauseDuration\": 60,\n \"TemplatePolicy\": null,\n \"TemplateRegionId\": 1,\n \"TemplateSource\": 0,\n \"TemplateTag\": \"\",\n \"TemplateTitle\": \"CVM关机\",\n \"TemplateUpdateTime\": \"2023-10-09 11:03:31\"\n }\n }\n}",
|
102
102
|
"title": "查询经验"
|
103
103
|
}
|
104
104
|
],
|
@@ -111,8 +111,8 @@
|
|
111
111
|
},
|
112
112
|
{
|
113
113
|
"document": "查询经验列表",
|
114
|
-
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTemplateList\n<公共请求参数>\n\n{\n \"Limit\":
|
115
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
114
|
+
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTemplateList\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Offset\": 0\n}",
|
115
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b96d80d2-51b4-4f0f-8501-90b5ed5f0cfc\",\n \"TemplateList\": [\n {\n \"TemplateCreateTime\": \"2024-07-01 15:26:46\",\n \"TemplateDescription\": \"test-descrition\",\n \"TemplateId\": 1959,\n \"TemplateIsUsed\": 1,\n \"TemplateSource\": 0,\n \"TemplateTag\": \"资源归属:研发组\",\n \"TemplateTitle\": \"经验库编辑\",\n \"TemplateUpdateTime\": \"2024-07-01 15:48:26\",\n \"TemplateUsedNum\": 0\n }\n ],\n \"Total\": 22\n }\n}",
|
116
116
|
"title": "查询经验列表"
|
117
117
|
}
|
118
118
|
],
|
@@ -127,7 +127,7 @@
|
|
127
127
|
"ExecuteTaskInstance": [
|
128
128
|
{
|
129
129
|
"document": "",
|
130
|
-
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExecuteTaskInstance\n<公共请求参数>\n\n{\n \"TaskId\": \"222\",\n \"TaskActionId\": \"
|
130
|
+
"input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExecuteTaskInstance\n<公共请求参数>\n\n{\n \"TaskId\": \"222\",\n \"TaskActionId\": \"2430\",\n \"TaskInstanceIds\": [\n 4670,\n 4671,\n 4672\n ],\n \"IsOperateAll\": true,\n \"ActionType\": 1,\n \"TaskGroupId\": 12\n}",
|
131
131
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6549ed1a-911f-46dd-b6cd-2c02d5bd180f\"\n }\n}",
|
132
132
|
"title": "示例"
|
133
133
|
}
|
@@ -258,14 +258,14 @@
|
|
258
258
|
],
|
259
259
|
"SetUserQuota": [
|
260
260
|
{
|
261
|
-
"document": "",
|
261
|
+
"document": "用于设置用户配额",
|
262
262
|
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetUserQuota\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-12345\",\n \"UserType\": \"Uid\",\n \"UserId\": \"1000\",\n \"CapacityHardLimit\": 10,\n \"FileHardLimit\": 10000\n}",
|
263
263
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\"\n }\n}",
|
264
264
|
"title": "设置文件系统用户配额"
|
265
265
|
},
|
266
266
|
{
|
267
|
-
"document": "
|
268
|
-
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetUserQuota\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-12345\",\n \"UserType\": \"
|
267
|
+
"document": "用于设置文件系统目录配额",
|
268
|
+
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetUserQuota\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-12345\",\n \"UserType\": \"Dir\",\n \"DirectoryPath\": \"/cfs/123\",\n \"CapacityHardLimit\": 10,\n \"FileHardLimit\": 10000\n}",
|
269
269
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fasfsaaejo-fjei-32eu-2je9-fhue83nd81\"\n }\n}",
|
270
270
|
"title": "设置文件系统目录配额"
|
271
271
|
}
|