tccli-intl-en 3.1.11.1__py2.py3-none-any.whl → 3.1.39.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +9 -0
- tccli/services/advisor/advisor_client.py +56 -0
- tccli/services/advisor/v20200721/api.json +34 -0
- tccli/services/advisor/v20200721/examples.json +8 -0
- 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/autoscaling/v20180419/api.json +41 -13
- tccli/services/billing/billing_client.py +172 -4
- tccli/services/billing/v20180709/api.json +332 -1
- tccli/services/billing/v20180709/examples.json +24 -0
- tccli/services/ccc/v20200210/api.json +71 -26
- tccli/services/cdb/cdb_client.py +1128 -288
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +525 -180
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/clb/v20180317/api.json +87 -87
- tccli/services/csip/csip_client.py +392 -0
- tccli/services/csip/v20221121/api.json +2050 -284
- tccli/services/csip/v20221121/examples.json +56 -0
- tccli/services/cvm/v20170312/api.json +23 -23
- tccli/services/cvm/v20170312/examples.json +32 -32
- tccli/services/emr/v20190103/api.json +6 -6
- tccli/services/faceid/v20180301/api.json +102 -52
- tccli/services/faceid/v20180301/examples.json +3 -9
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +714 -0
- tccli/services/hunyuan/v20230901/api.json +1131 -0
- tccli/services/hunyuan/v20230901/examples.json +84 -0
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mdl/mdl_client.py +192 -24
- tccli/services/mdl/v20200326/api.json +761 -77
- tccli/services/mdl/v20200326/examples.json +24 -0
- tccli/services/mdp/v20200527/api.json +191 -28
- tccli/services/mongodb/v20190725/api.json +39 -39
- tccli/services/monitor/v20180724/api.json +5 -5
- tccli/services/mps/mps_client.py +397 -61
- tccli/services/mps/v20190612/api.json +1190 -132
- tccli/services/mps/v20190612/examples.json +76 -22
- 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/ocr/v20181119/api.json +23 -3
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/ses/ses_client.py +348 -12
- tccli/services/ses/v20201002/api.json +1197 -256
- tccli/services/ses/v20201002/examples.json +78 -24
- tccli/services/tcsas/tcsas_client.py +2281 -209
- tccli/services/tcsas/v20250106/api.json +8410 -3423
- tccli/services/tcsas/v20250106/examples.json +308 -12
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/teo_client.py +56 -0
- tccli/services/teo/v20220901/api.json +111 -12
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/trocket/v20230308/api.json +96 -96
- tccli/services/trtc/v20190722/api.json +212 -144
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +280 -0
- tccli/services/vpc/v20170312/api.json +80 -13
- tccli/services/vpc/v20170312/examples.json +17 -9
- tccli/services/vpc/vpc_client.py +64 -8
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +84 -72
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
|
@@ -28,6 +28,13 @@
|
|
|
28
28
|
"output": "CreateGatherRuleResponse",
|
|
29
29
|
"status": "online"
|
|
30
30
|
},
|
|
31
|
+
"CreateInstance": {
|
|
32
|
+
"document": "Creating an instance resource will generate an order for the newly purchased instance resource and automatically complete the payment using the balance of the Tencent Cloud account. The account calling this API must be granted the finace:trade permission; otherwise, the payment will fail.\nCurrently, the integrated and supported product for purchase includes: Cloud Firewall.",
|
|
33
|
+
"input": "CreateInstanceRequest",
|
|
34
|
+
"name": "Create an instance",
|
|
35
|
+
"output": "CreateInstanceResponse",
|
|
36
|
+
"status": "online"
|
|
37
|
+
},
|
|
31
38
|
"DeleteAllocationRule": {
|
|
32
39
|
"document": "Delete sharing rule interface.",
|
|
33
40
|
"input": "DeleteAllocationRuleRequest",
|
|
@@ -293,6 +300,20 @@
|
|
|
293
300
|
"name": "Process a payment order",
|
|
294
301
|
"output": "PayDealsResponse",
|
|
295
302
|
"status": "online"
|
|
303
|
+
},
|
|
304
|
+
"RefundInstance": {
|
|
305
|
+
"document": "To unsubscribe from an unneeded instance, only the actual payment amount will be refunded, any used vouchers will not be returned. The refunded amount will be credited to your Tencent Cloud account balance by default.The account calling this API must be granted the finace:RefundInstance permission; otherwise, the refund process will fail.\nCurrently, the integrated and supported product for this operation includes: Cloud Firewall.",
|
|
306
|
+
"input": "RefundInstanceRequest",
|
|
307
|
+
"name": "Unsubscribe an instance",
|
|
308
|
+
"output": "RefundInstanceResponse",
|
|
309
|
+
"status": "online"
|
|
310
|
+
},
|
|
311
|
+
"RenewInstance": {
|
|
312
|
+
"document": "Renewing an instance: when calling this API to renew a server, ensure that your Tencent Cloud account has sufficient balance; otherwise, the renewal will fail. The account calling this API must be granted the finace:tradepermission; otherwise, the renewal will fail.\nCurrently, the integrated and supported product for renewal includes: Cloud Firewall.",
|
|
313
|
+
"input": "RenewInstanceRequest",
|
|
314
|
+
"name": "Renew an instance",
|
|
315
|
+
"output": "RenewInstanceResponse",
|
|
316
|
+
"status": "online"
|
|
296
317
|
}
|
|
297
318
|
},
|
|
298
319
|
"metadata": {
|
|
@@ -4846,6 +4867,152 @@
|
|
|
4846
4867
|
],
|
|
4847
4868
|
"type": "object"
|
|
4848
4869
|
},
|
|
4870
|
+
"CreateInstanceRequest": {
|
|
4871
|
+
"document": "CreateInstance request structure.",
|
|
4872
|
+
"members": [
|
|
4873
|
+
{
|
|
4874
|
+
"disabled": false,
|
|
4875
|
+
"document": "ClientToken is an unique, case-sensitive string generated by the client with no more than 64 ASCII characters. for example, ClientToken=123e4567-e89b-12d3-a456-42665544****.",
|
|
4876
|
+
"example": "c015c8ce-3698-4cd2-865b-7959fe15a705",
|
|
4877
|
+
"member": "string",
|
|
4878
|
+
"name": "ClientToken",
|
|
4879
|
+
"required": true,
|
|
4880
|
+
"type": "string"
|
|
4881
|
+
},
|
|
4882
|
+
{
|
|
4883
|
+
"disabled": false,
|
|
4884
|
+
"document": "Product code.",
|
|
4885
|
+
"example": "p_yunjing",
|
|
4886
|
+
"member": "string",
|
|
4887
|
+
"name": "ProductCode",
|
|
4888
|
+
"required": true,
|
|
4889
|
+
"type": "string"
|
|
4890
|
+
},
|
|
4891
|
+
{
|
|
4892
|
+
"disabled": false,
|
|
4893
|
+
"document": "Sub-product code.",
|
|
4894
|
+
"example": "sp_yunjing_vas",
|
|
4895
|
+
"member": "string",
|
|
4896
|
+
"name": "SubProductCode",
|
|
4897
|
+
"required": true,
|
|
4898
|
+
"type": "string"
|
|
4899
|
+
},
|
|
4900
|
+
{
|
|
4901
|
+
"disabled": false,
|
|
4902
|
+
"document": "Region code.",
|
|
4903
|
+
"example": "ap-guangzhou",
|
|
4904
|
+
"member": "string",
|
|
4905
|
+
"name": "RegionCode",
|
|
4906
|
+
"required": true,
|
|
4907
|
+
"type": "string"
|
|
4908
|
+
},
|
|
4909
|
+
{
|
|
4910
|
+
"disabled": false,
|
|
4911
|
+
"document": "Availability zone code.",
|
|
4912
|
+
"example": "ap-guangzhou-1",
|
|
4913
|
+
"member": "string",
|
|
4914
|
+
"name": "ZoneCode",
|
|
4915
|
+
"required": true,
|
|
4916
|
+
"type": "string"
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"disabled": false,
|
|
4920
|
+
"document": "Payment mode. Available values: PrePay: upfront charge.",
|
|
4921
|
+
"example": "PrePay",
|
|
4922
|
+
"member": "string",
|
|
4923
|
+
"name": "PayMode",
|
|
4924
|
+
"required": true,
|
|
4925
|
+
"type": "string"
|
|
4926
|
+
},
|
|
4927
|
+
{
|
|
4928
|
+
"disabled": false,
|
|
4929
|
+
"document": "Product detailed information.",
|
|
4930
|
+
"example": "{\"pid\":1005305,\"productCode\":\"p_yunjing\",\"subProductCode\":\"sp_yunjing_vas\",\"sv_yunjing_vas_la\":\"50\",\"timeSpan\":1,\"timeUnit\":\"m\"}",
|
|
4931
|
+
"member": "string",
|
|
4932
|
+
"name": "Parameter",
|
|
4933
|
+
"required": true,
|
|
4934
|
+
"type": "string"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"disabled": false,
|
|
4938
|
+
"document": "Product quantity, default value is 1.",
|
|
4939
|
+
"example": "1",
|
|
4940
|
+
"member": "int64",
|
|
4941
|
+
"name": "Quantity",
|
|
4942
|
+
"required": false,
|
|
4943
|
+
"type": "int"
|
|
4944
|
+
},
|
|
4945
|
+
{
|
|
4946
|
+
"disabled": false,
|
|
4947
|
+
"document": "Project id, default value is 0.",
|
|
4948
|
+
"example": "1",
|
|
4949
|
+
"member": "int64",
|
|
4950
|
+
"name": "ProjectId",
|
|
4951
|
+
"required": false,
|
|
4952
|
+
"type": "int"
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"disabled": false,
|
|
4956
|
+
"document": "Purchase duration, max number is 36, default value is 1.",
|
|
4957
|
+
"example": "1",
|
|
4958
|
+
"member": "int64",
|
|
4959
|
+
"name": "Period",
|
|
4960
|
+
"required": false,
|
|
4961
|
+
"type": "int"
|
|
4962
|
+
},
|
|
4963
|
+
{
|
|
4964
|
+
"disabled": false,
|
|
4965
|
+
"document": "Purchase duration unit. valid values: \nm: month,\ny: year. \ndefault value is: m.",
|
|
4966
|
+
"example": "m",
|
|
4967
|
+
"member": "string",
|
|
4968
|
+
"name": "PeriodUnit",
|
|
4969
|
+
"required": false,
|
|
4970
|
+
"type": "string"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"disabled": false,
|
|
4974
|
+
"document": "Auto-renewal flag. valid values: NOTIFY_AND_MANUAL_RENEW: manually renew, NOTIFY_AND_AUTO_RENEW: automatically renew, DISABLE_NOTIFY_AND_MANUAL_RENEW: renewal is disabled. \ndefault value is NOTIFY_AND_MANUAL_RENEW.",
|
|
4975
|
+
"example": "NOTIFY_AND_MANUAL_RENEW",
|
|
4976
|
+
"member": "string",
|
|
4977
|
+
"name": "RenewFlag",
|
|
4978
|
+
"required": false,
|
|
4979
|
+
"type": "string"
|
|
4980
|
+
}
|
|
4981
|
+
],
|
|
4982
|
+
"type": "object"
|
|
4983
|
+
},
|
|
4984
|
+
"CreateInstanceResponse": {
|
|
4985
|
+
"document": "CreateInstance response structure.",
|
|
4986
|
+
"members": [
|
|
4987
|
+
{
|
|
4988
|
+
"disabled": false,
|
|
4989
|
+
"document": "Order ID",
|
|
4990
|
+
"example": "20251201**********",
|
|
4991
|
+
"member": "string",
|
|
4992
|
+
"name": "OrderId",
|
|
4993
|
+
"output_required": false,
|
|
4994
|
+
"type": "string",
|
|
4995
|
+
"value_allowed_null": false
|
|
4996
|
+
},
|
|
4997
|
+
{
|
|
4998
|
+
"disabled": false,
|
|
4999
|
+
"document": "Instance id list. Empty list will be returned once product delivery is delayed. ",
|
|
5000
|
+
"example": "[\"********\"]",
|
|
5001
|
+
"member": "string",
|
|
5002
|
+
"name": "InstanceIdList",
|
|
5003
|
+
"output_required": false,
|
|
5004
|
+
"type": "list",
|
|
5005
|
+
"value_allowed_null": true
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"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.",
|
|
5009
|
+
"member": "string",
|
|
5010
|
+
"name": "RequestId",
|
|
5011
|
+
"type": "string"
|
|
5012
|
+
}
|
|
5013
|
+
],
|
|
5014
|
+
"type": "object"
|
|
5015
|
+
},
|
|
4849
5016
|
"Deal": {
|
|
4850
5017
|
"document": "Order data object",
|
|
4851
5018
|
"members": [
|
|
@@ -6109,7 +6276,7 @@
|
|
|
6109
6276
|
},
|
|
6110
6277
|
{
|
|
6111
6278
|
"disabled": false,
|
|
6112
|
-
"document": "Product code\nNote: To query the product codes used in the current month, call <a href=\"https://
|
|
6279
|
+
"document": "Product code\nNote: To query the product codes used in the current month, call <a href=\"https://www.tencentcloud.com/document/product/555/32374\">DescribeBillSummaryByProduct</a>.",
|
|
6113
6280
|
"example": "p_cvm",
|
|
6114
6281
|
"member": "string",
|
|
6115
6282
|
"name": "BusinessCode",
|
|
@@ -9257,6 +9424,79 @@
|
|
|
9257
9424
|
],
|
|
9258
9425
|
"usage": "out"
|
|
9259
9426
|
},
|
|
9427
|
+
"RefundInstanceRequest": {
|
|
9428
|
+
"document": "RefundInstance request structure.",
|
|
9429
|
+
"members": [
|
|
9430
|
+
{
|
|
9431
|
+
"disabled": false,
|
|
9432
|
+
"document": "ClientToken is a unique, case-sensitive string generated by the client, no more than 64 ASCII characters. for example, ClientToken=123e4567-e89b-12d3-a456-42665544****.",
|
|
9433
|
+
"example": "c015c8ce-3698-4cd2-865b-7959fe15a705",
|
|
9434
|
+
"member": "string",
|
|
9435
|
+
"name": "ClientToken",
|
|
9436
|
+
"required": true,
|
|
9437
|
+
"type": "string"
|
|
9438
|
+
},
|
|
9439
|
+
{
|
|
9440
|
+
"disabled": false,
|
|
9441
|
+
"document": "Product code.",
|
|
9442
|
+
"example": "p_yunjing",
|
|
9443
|
+
"member": "string",
|
|
9444
|
+
"name": "ProductCode",
|
|
9445
|
+
"required": true,
|
|
9446
|
+
"type": "string"
|
|
9447
|
+
},
|
|
9448
|
+
{
|
|
9449
|
+
"disabled": false,
|
|
9450
|
+
"document": "Sub-product code.",
|
|
9451
|
+
"example": "sp_yunjing_vas",
|
|
9452
|
+
"member": "string",
|
|
9453
|
+
"name": "SubProductCode",
|
|
9454
|
+
"required": true,
|
|
9455
|
+
"type": "string"
|
|
9456
|
+
},
|
|
9457
|
+
{
|
|
9458
|
+
"disabled": false,
|
|
9459
|
+
"document": "Instance ID.",
|
|
9460
|
+
"example": "********",
|
|
9461
|
+
"member": "string",
|
|
9462
|
+
"name": "InstanceId",
|
|
9463
|
+
"required": true,
|
|
9464
|
+
"type": "string"
|
|
9465
|
+
},
|
|
9466
|
+
{
|
|
9467
|
+
"disabled": false,
|
|
9468
|
+
"document": "Region code.",
|
|
9469
|
+
"example": "ap-guangzhou",
|
|
9470
|
+
"member": "string",
|
|
9471
|
+
"name": "RegionCode",
|
|
9472
|
+
"required": true,
|
|
9473
|
+
"type": "string"
|
|
9474
|
+
}
|
|
9475
|
+
],
|
|
9476
|
+
"type": "object"
|
|
9477
|
+
},
|
|
9478
|
+
"RefundInstanceResponse": {
|
|
9479
|
+
"document": "RefundInstance response structure.",
|
|
9480
|
+
"members": [
|
|
9481
|
+
{
|
|
9482
|
+
"disabled": false,
|
|
9483
|
+
"document": "Order ID list",
|
|
9484
|
+
"example": "[\"20251201**********\"]",
|
|
9485
|
+
"member": "string",
|
|
9486
|
+
"name": "OrderIdList",
|
|
9487
|
+
"output_required": false,
|
|
9488
|
+
"type": "list",
|
|
9489
|
+
"value_allowed_null": false
|
|
9490
|
+
},
|
|
9491
|
+
{
|
|
9492
|
+
"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.",
|
|
9493
|
+
"member": "string",
|
|
9494
|
+
"name": "RequestId",
|
|
9495
|
+
"type": "string"
|
|
9496
|
+
}
|
|
9497
|
+
],
|
|
9498
|
+
"type": "object"
|
|
9499
|
+
},
|
|
9260
9500
|
"RegionSummaryOverviewItem": {
|
|
9261
9501
|
"document": "Detailed summary of purchases by region",
|
|
9262
9502
|
"members": [
|
|
@@ -9363,6 +9603,97 @@
|
|
|
9363
9603
|
],
|
|
9364
9604
|
"usage": "out"
|
|
9365
9605
|
},
|
|
9606
|
+
"RenewInstanceRequest": {
|
|
9607
|
+
"document": "RenewInstance request structure.",
|
|
9608
|
+
"members": [
|
|
9609
|
+
{
|
|
9610
|
+
"disabled": false,
|
|
9611
|
+
"document": "ClientToken is a unique, case-sensitive string generated by the client, with no more than 64 ASCII characters. for example, ClientToken=123e4567-e89b-12d3-a456-42665544.",
|
|
9612
|
+
"example": "c015c8ce-3698-4cd2-865b-7959fe15a705",
|
|
9613
|
+
"member": "string",
|
|
9614
|
+
"name": "ClientToken",
|
|
9615
|
+
"required": true,
|
|
9616
|
+
"type": "string"
|
|
9617
|
+
},
|
|
9618
|
+
{
|
|
9619
|
+
"disabled": false,
|
|
9620
|
+
"document": "Product code.",
|
|
9621
|
+
"example": "p_yunjing",
|
|
9622
|
+
"member": "string",
|
|
9623
|
+
"name": "ProductCode",
|
|
9624
|
+
"required": true,
|
|
9625
|
+
"type": "string"
|
|
9626
|
+
},
|
|
9627
|
+
{
|
|
9628
|
+
"disabled": false,
|
|
9629
|
+
"document": "Sub-product code.",
|
|
9630
|
+
"example": "sp_yunjing_vas",
|
|
9631
|
+
"member": "string",
|
|
9632
|
+
"name": "SubProductCode",
|
|
9633
|
+
"required": true,
|
|
9634
|
+
"type": "string"
|
|
9635
|
+
},
|
|
9636
|
+
{
|
|
9637
|
+
"disabled": false,
|
|
9638
|
+
"document": "Region code.",
|
|
9639
|
+
"example": "ap-guangzhou",
|
|
9640
|
+
"member": "string",
|
|
9641
|
+
"name": "RegionCode",
|
|
9642
|
+
"required": true,
|
|
9643
|
+
"type": "string"
|
|
9644
|
+
},
|
|
9645
|
+
{
|
|
9646
|
+
"disabled": false,
|
|
9647
|
+
"document": "Instance ID.",
|
|
9648
|
+
"example": "********",
|
|
9649
|
+
"member": "string",
|
|
9650
|
+
"name": "InstanceId",
|
|
9651
|
+
"required": true,
|
|
9652
|
+
"type": "string"
|
|
9653
|
+
},
|
|
9654
|
+
{
|
|
9655
|
+
"disabled": false,
|
|
9656
|
+
"document": "Manual renewal duration, upper limit: 36, default value is 1.",
|
|
9657
|
+
"example": "1",
|
|
9658
|
+
"member": "int64",
|
|
9659
|
+
"name": "Period",
|
|
9660
|
+
"required": false,
|
|
9661
|
+
"type": "int"
|
|
9662
|
+
},
|
|
9663
|
+
{
|
|
9664
|
+
"disabled": false,
|
|
9665
|
+
"document": "Manual renewal duration unit. available values: \nm: renew monthly, \ny: renew annually. \ndefault value is m.",
|
|
9666
|
+
"example": "m",
|
|
9667
|
+
"member": "string",
|
|
9668
|
+
"name": "PeriodUnit",
|
|
9669
|
+
"required": false,
|
|
9670
|
+
"type": "string"
|
|
9671
|
+
}
|
|
9672
|
+
],
|
|
9673
|
+
"type": "object"
|
|
9674
|
+
},
|
|
9675
|
+
"RenewInstanceResponse": {
|
|
9676
|
+
"document": "RenewInstance response structure.",
|
|
9677
|
+
"members": [
|
|
9678
|
+
{
|
|
9679
|
+
"disabled": false,
|
|
9680
|
+
"document": "Order ID list",
|
|
9681
|
+
"example": "[\"20251201**********\"]",
|
|
9682
|
+
"member": "string",
|
|
9683
|
+
"name": "OrderIdList",
|
|
9684
|
+
"output_required": false,
|
|
9685
|
+
"type": "list",
|
|
9686
|
+
"value_allowed_null": false
|
|
9687
|
+
},
|
|
9688
|
+
{
|
|
9689
|
+
"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.",
|
|
9690
|
+
"member": "string",
|
|
9691
|
+
"name": "RequestId",
|
|
9692
|
+
"type": "string"
|
|
9693
|
+
}
|
|
9694
|
+
],
|
|
9695
|
+
"type": "object"
|
|
9696
|
+
},
|
|
9366
9697
|
"SummaryDetail": {
|
|
9367
9698
|
"document": "Detailed summary of costs by multiple dimensions",
|
|
9368
9699
|
"members": [
|
|
@@ -44,6 +44,14 @@
|
|
|
44
44
|
"title": "Create a Nested Collection Rule"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
|
+
"CreateInstance": [
|
|
48
|
+
{
|
|
49
|
+
"document": "Create a Cloud Workload Protection - Log Analytics instance with a purchase quantity of 1, purchase duration of 1 month, and set auto-renewal.",
|
|
50
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<Common request parameters>\n\n{\n \"ClientToken\": \"46E6BF87-AF23-4710-8C82-21032D5F985F\",\n \"ProductCode\": \"p_yunjing\",\n \"SubProductCode\": \"sp_yunjing_vas\",\n \"RegionCode\": \"ap-guangzhou\",\n \"ZoneCode\": \"ap-guangzhou-1\",\n \"PayMode\": \"PrePay\",\n \"Parameter\": \"{\\\"pid\\\":1005305,\\\"productCode\\\":\\\"p_yunjing\\\",\\\"subProductCode\\\":\\\"sp_yunjing_vas\\\",\\\"sv_yunjing_vas_la\\\":\\\"50\\\",\\\"timeSpan\\\":1,\\\"timeUnit\\\":\\\"m\\\"}\",\n \"Quantity\": 1,\n \"Period\": 1,\n \"PeriodUnit\": \"m\",\n \"ProjectId\": 0,\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\"\n}",
|
|
51
|
+
"output": "{\n \"Response\": {\n \"OrderId\": \"20251201********\",\n \"InstanceIdList\": [\n \"*******\"\n ],\n \"RequestId\": \"9792e525-4002-4fb2-8a35-74ebf854bee7\"\n }\n}",
|
|
52
|
+
"title": "Create an Instance"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
47
55
|
"DeleteAllocationRule": [
|
|
48
56
|
{
|
|
49
57
|
"document": " ",
|
|
@@ -407,6 +415,22 @@
|
|
|
407
415
|
"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}",
|
|
408
416
|
"title": "Payment Order Example"
|
|
409
417
|
}
|
|
418
|
+
],
|
|
419
|
+
"RefundInstance": [
|
|
420
|
+
{
|
|
421
|
+
"document": "Unsubscribe from Cloud Workload Protection - flagship instance",
|
|
422
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RefundInstance\n<Common request parameters>\n\n{\n \"ClientToken\": \"46E6BF87-AF23-4710-8C82-21032D5F389F\",\n \"RegionCode\": \"ap-guangzhou\",\n \"ProductCode\": \"p_yunjing\",\n \"SubProductCode\": \"sp_yunjing_0014552\",\n \"InstanceId\": \"*********\"\n}",
|
|
423
|
+
"output": "{\n \"Response\": {\n \"OrderIdList\": [\n \"20251201*************\"\n ],\n \"RequestId\": \"41ac9a14-b2a3-4af5-a66f-baa56113ea4a\"\n }\n}",
|
|
424
|
+
"title": "Unsubscribe an Instance"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"RenewInstance": [
|
|
428
|
+
{
|
|
429
|
+
"document": "Renew a Cloud Workload Protection - analysis instance",
|
|
430
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RenewInstance\n<Common request parameters>\n\n{\n \"ClientToken\": \"46E6BF87-AF23-4710-8C82-21032D5F337F\",\n \"RegionCode\": \"ap-guangzhou\",\n \"InstanceId\": \"*********\",\n \"ProductCode\": \"p_yunjing\",\n \"SubProductCode\": \"sp_yunjing_vas\"\n}",
|
|
431
|
+
"output": "{\n \"Response\": {\n \"OrderIdList\": [\n \"20251201*********\"\n ],\n \"RequestId\": \"9792e525-4002-4fb2-8a35-74ebf854bee7\"\n }\n}",
|
|
432
|
+
"title": "Renew an Instance"
|
|
433
|
+
}
|
|
410
434
|
]
|
|
411
435
|
},
|
|
412
436
|
"version": "1.0"
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"status": "online"
|
|
51
51
|
},
|
|
52
52
|
"CreateAICall": {
|
|
53
|
-
"document": "
|
|
53
|
+
"document": "This API is used to **call the AI model directly** to trigger a **single** outbound call. It supports configuring the model, prompt content, voice, and all call elements through API parameters.\n\nThe feature requires purchase of the Intelligent Agent call package and is only available for own telephone numbers. For details, refer to the Intelligent Agent Call Purchase Guide (https://www.tencentcloud.comom/document/product/679/125953?from_cn_redirect=1).",
|
|
54
54
|
"input": "CreateAICallRequest",
|
|
55
|
-
"name": "Create
|
|
55
|
+
"name": "Create a single intelligent agent call - bring your own model",
|
|
56
56
|
"output": "CreateAICallResponse",
|
|
57
57
|
"status": "online"
|
|
58
58
|
},
|
|
@@ -1926,7 +1926,7 @@
|
|
|
1926
1926
|
},
|
|
1927
1927
|
{
|
|
1928
1928
|
"disabled": false,
|
|
1929
|
-
"document": "<p>
|
|
1929
|
+
"document": "<p>Either the VoiceType field or a custom TTS is required. this uses your own custom TTS, while VoiceType provides some built-in voice types.</p>.\n<ul>\n<li>Tencent TTS<br>\nFor configuration, see <a href=\"https://www.tencentcloud.comom/document/product/1073/92668?from_cn_redirect=1#55924b56-1a73-4663-a7a1-a8dd82d6e823\" target=\"_blank\">tencent cloud TTS documentation link</a></li>.\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{ \n\"TTSType\": \"tencent\", // String TTS type. currently supports \"tencent\" and \"minixmax\". the rest manufacturers are under support.\n \"AppId\": \"your application ID\", // String required.\n \"SecretId\": \"your key ID\", // String required.\n \"SecretKey\": \"your Key\", // String required.\n \"VoiceType\": 101001, // Integer required. the voice ID, including standard timbre and premium timbre. premium timbre has higher fidelity and different pricing from standard timbre. please refer to the text to speech billing overview. for the complete supported timbre list, see the text to speech timbre list.\n \"Speed\": 1.25, // Integer optional, speaking rate, value range: [-2,6], respectively represent different speaking rates: -2: 0.6x -1: 0.8x 0: 1.0x (default) 1: 1.2x 2: 1.5x 6: 2.5x. if more refined speaking rates are needed, up to 2 decimal places can be retained, such as 0.5, 1.25, or 2.81. for parameter value to actual speech Speed conversion, refer to speech Speed switch.\n \"Volume\": 5, // Integer optional. specifies the Volume level. value range: [0,10], corresponding to 11 severity levels respectively. default value: 0, which represents normal Volume.\n \"PrimaryLanguage\": 1, // Integer option primary language 1-chinese (default) 2-english 3-japanese.\n\"FastVoiceType\": \"xxxx\" // optional parameter. parameters for quick voice clone. \n }\n</code></pre>\n </div><ul>\n<li>Minimax TTS<br>\nFor configuration, refer to the <a href=\"https://platform.minimaxi.com/document/T2a%20V2?key=66719005a427f0c8a5701643\" target=\"_blank\">Minimax TTS documentation link</a>. note that Minimax TTS has frequency limits. overfrequency may result in response delays. see the <a href=\"https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572\" target=\"_blank\">Minimax TTS frequency limit documentation link</a>.</li>.\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n\"TTSType\": \"minimax\", // String TTS type. \n "Model": "speech-01-turbo",\n "APIUrl": "https://api.minimax.chat/v1/t2a_v2",\n "APIKey": "eyxxxx",\n "GroupId": "181000000000000",\n "VoiceType":"female-tianmei",\n "Speed": 1.2\n}\n</code></pre>\n</div><ul>\n<li>Volcano TTS</li>.\n</ul>\n<p>Configure the timbre type. see <a href=\"https://www.volcengine.com/docs/6561/162929\" target=\"_blank\">volcano TTS documentation link</a><br>.\nText to speech timbre list - voice technology - volcano engine.\nLarge model TTS timbre list - voice technology - volcano engine</p>.\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n\"TTSType\": \"volcengine\", // required: String TTS type.\n\"AppId\": \"xxxxxxxx\", // required: String AppId assigned by volcano engine.\n\"Token\": \"TY9d4sQXHxxxxxxx\", // required: String type, access Token for volcano engine.\n\"Speed\": 1.0, // optional parameter. speaking rate, defaults to 1.0.\n\"Volume\": 1.0, // optional parameter, Volume, defaults to 1.0.\n\"Cluster\": \"volcano_tts\", // optional parameter, business Cluster, is selected by default.\n\"VoiceType\": \"zh_male_aojiaobazong_moon_bigtts\" // timbre type, defaults to the TTS voice type of the large model. if using ordinary text to speech, you need to fill in the corresponding voice type. input errors in voice type can cause no sound.\n}\n</code></pre>\n</div><ul>\n<li>Azure TTS<br>\nFor configuration, refer to the <a href=\"https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice\" target=\"_blank\">AzureTTS documentation link</a></li>.\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n\"TTSType\": \"azure\", // required: String TTS type.\n\"SubscriptionKey\": \"xxxxxxxx\", // required: String subscription Key.\n\"Region\": \"chinanorth3\", // required: String the Region to subscribe to.\n\"VoiceName\": \"zh-CN-XiaoxiaoNeural\", // required: String specifies the required VoiceName.\n\"Language\": \"zh-CN\", // required: String specifies the synthesis Language. \n\"Rate\": 1 // optional: float, speech speed. value range: 0.5–2. default is 1.\n}\n</code></pre>\n</div><ul>\n<li>Custom TTS</li>.\n</ul>\n<p>For the specific protocol specification, refer to <a href=\"https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw\" target=\"_blank\">tencent documentation</a></p>.\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n\"TTSType\": \"custom\", // String required.\n\"APIKey\": \"APIKey\", // String required. be used to authenticate.\n\"APIUrl\": \"http://0.0.0.0:8080/stream-audio\" // String, required, TTS API URL.\n\"AudioFormat\": \"wav\", // String, optional, specifies the desired audio format, such as mp3, ogg_opus, pcm, wav. defaults to wav. currently only support pcm and wav.\n\"SampleRate\": 16000, // Integer, optional, audio sample rate, defaults to 16000 (16k), recommended value is 16000.\n\"AudioChannel\": 1, // Integer, optional, audio channel quantity. valid values: 1 or 2. default is 1. \n}\n</code></pre>\n</div>",
|
|
1930
1930
|
"example": "{ \"TTSType\": \"azure\", \"SubscriptionKey\": \"xx\", \"Region\": \"chinanorth3\", \"VoiceName\": \"zh-CN-\", \"Language\": \"zh-CN\", \"Rate\": 1 }",
|
|
1931
1931
|
"member": "string",
|
|
1932
1932
|
"name": "CustomTTSConfig",
|
|
@@ -2007,12 +2007,57 @@
|
|
|
2007
2007
|
},
|
|
2008
2008
|
{
|
|
2009
2009
|
"disabled": false,
|
|
2010
|
-
"document": "
|
|
2010
|
+
"document": "Compliant prompt sound. \nThis parameter set to true (default) means call initiation plays morse code, with a Note that the conversation content is AI-generated.\nPassing 'false' to this parameter disables the compliance prompt sound. passing 'false' signifies you have read and agree to the following agreement:.\nOur side fully acknowledges and understands that according to the laws and regulations specified in the \"cybersecurity law\" (https://www.cac.gov.cn/2016-11/07/c_1119867116.htm), \"provision on administration of deep synthesis of internet-based information service\" (https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm), \"interim measures for the management of generative artificial intelligence services\" (https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm), and \"measures for the identification of artificial intelligence-generated synthetic content\" (https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm), explicit and implicit identification should be added to ai-generated synthetic content. based on business requirements, we request tencent cloud not to add explicit identification to generated synthetic content. we commit to lawful and compliant use of generated synthetic content to avoid causing confusion or misunderstanding. if the generated synthetic content is used to provide services to the public or spread over networks, we will proactively add explicit identification that complies with legal provisions and national standards, and bear the legal obligation for identifying ai-generated synthetic content. our side will fully assume all related responsibilities if adverse consequences arise from failure to appropriately and reasonably fulfill the obligation of ai content identification, or if penalties are imposed by the competent department.",
|
|
2011
2011
|
"example": "false",
|
|
2012
2012
|
"member": "bool",
|
|
2013
2013
|
"name": "EnableComplianceAudio",
|
|
2014
2014
|
"required": false,
|
|
2015
2015
|
"type": "bool"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"disabled": false,
|
|
2019
|
+
"document": "Whether to enable voice mail recognition.",
|
|
2020
|
+
"example": "true",
|
|
2021
|
+
"member": "bool",
|
|
2022
|
+
"name": "EnableVoicemailDetection",
|
|
2023
|
+
"required": false,
|
|
2024
|
+
"type": "bool"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"disabled": false,
|
|
2028
|
+
"document": "Detect behavior when the peer is voice mail. this parameter is valid only when EnableVoicemailDetection is True.\n0: hang up the phone (default).",
|
|
2029
|
+
"example": "0",
|
|
2030
|
+
"member": "uint64",
|
|
2031
|
+
"name": "VoicemailAction",
|
|
2032
|
+
"required": false,
|
|
2033
|
+
"type": "int"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"disabled": false,
|
|
2037
|
+
"document": "Large model extended parameter, format is json string.",
|
|
2038
|
+
"example": "\"{}\"",
|
|
2039
|
+
"member": "string",
|
|
2040
|
+
"name": "LLMExtraBody",
|
|
2041
|
+
"required": false,
|
|
2042
|
+
"type": "string"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"disabled": false,
|
|
2046
|
+
"document": "Maximum call duration, default not limited. unit: milliseconds (ms).",
|
|
2047
|
+
"example": "600000",
|
|
2048
|
+
"member": "uint64",
|
|
2049
|
+
"name": "MaxCallDurationMs",
|
|
2050
|
+
"required": false,
|
|
2051
|
+
"type": "int"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"disabled": false,
|
|
2055
|
+
"document": "Maximum ringing duration. auto hang up when the duration threshold is reached. **only own number supports current parameter.**.",
|
|
2056
|
+
"example": "15",
|
|
2057
|
+
"member": "int64",
|
|
2058
|
+
"name": "MaxRingTimeoutSecond",
|
|
2059
|
+
"required": false,
|
|
2060
|
+
"type": "int"
|
|
2016
2061
|
}
|
|
2017
2062
|
],
|
|
2018
2063
|
"type": "object"
|
|
@@ -5663,56 +5708,56 @@
|
|
|
5663
5708
|
"type": "int"
|
|
5664
5709
|
},
|
|
5665
5710
|
{
|
|
5666
|
-
"disabled":
|
|
5667
|
-
"document": "
|
|
5668
|
-
"example": "
|
|
5711
|
+
"disabled": false,
|
|
5712
|
+
"document": "Application id (required) can be found at https://console.cloud.tencent.com/ccc.",
|
|
5713
|
+
"example": "1400000000",
|
|
5669
5714
|
"member": "int64",
|
|
5670
|
-
"name": "
|
|
5671
|
-
"required":
|
|
5715
|
+
"name": "SdkAppId",
|
|
5716
|
+
"required": true,
|
|
5672
5717
|
"type": "int"
|
|
5673
5718
|
},
|
|
5674
5719
|
{
|
|
5675
5720
|
"disabled": false,
|
|
5676
|
-
"document": "
|
|
5677
|
-
"example": "
|
|
5721
|
+
"document": "Page size (required), up to 100.",
|
|
5722
|
+
"example": "100",
|
|
5678
5723
|
"member": "int64",
|
|
5679
|
-
"name": "
|
|
5680
|
-
"required":
|
|
5724
|
+
"name": "PageSize",
|
|
5725
|
+
"required": true,
|
|
5681
5726
|
"type": "int"
|
|
5682
5727
|
},
|
|
5683
5728
|
{
|
|
5684
5729
|
"disabled": false,
|
|
5685
|
-
"document": "
|
|
5730
|
+
"document": "<Page number (required), starting from 0.>.",
|
|
5686
5731
|
"example": "0",
|
|
5687
5732
|
"member": "int64",
|
|
5688
|
-
"name": "
|
|
5689
|
-
"required":
|
|
5733
|
+
"name": "PageNumber",
|
|
5734
|
+
"required": true,
|
|
5690
5735
|
"type": "int"
|
|
5691
5736
|
},
|
|
5692
5737
|
{
|
|
5693
|
-
"disabled":
|
|
5694
|
-
"document": "
|
|
5695
|
-
"example": "
|
|
5738
|
+
"disabled": true,
|
|
5739
|
+
"document": "Instance id (deprecated).",
|
|
5740
|
+
"example": "11",
|
|
5696
5741
|
"member": "int64",
|
|
5697
|
-
"name": "
|
|
5742
|
+
"name": "InstanceId",
|
|
5698
5743
|
"required": false,
|
|
5699
5744
|
"type": "int"
|
|
5700
5745
|
},
|
|
5701
5746
|
{
|
|
5702
5747
|
"disabled": false,
|
|
5703
|
-
"document": "
|
|
5704
|
-
"example": "
|
|
5748
|
+
"document": "Maximum number of returned entries (deprecated).",
|
|
5749
|
+
"example": "0",
|
|
5705
5750
|
"member": "int64",
|
|
5706
|
-
"name": "
|
|
5751
|
+
"name": "Limit",
|
|
5707
5752
|
"required": false,
|
|
5708
5753
|
"type": "int"
|
|
5709
5754
|
},
|
|
5710
5755
|
{
|
|
5711
5756
|
"disabled": false,
|
|
5712
|
-
"document": "
|
|
5757
|
+
"document": "Offset (deprecated).",
|
|
5713
5758
|
"example": "0",
|
|
5714
5759
|
"member": "int64",
|
|
5715
|
-
"name": "
|
|
5760
|
+
"name": "Offset",
|
|
5716
5761
|
"required": false,
|
|
5717
5762
|
"type": "int"
|
|
5718
5763
|
},
|
|
@@ -8743,7 +8788,7 @@
|
|
|
8743
8788
|
},
|
|
8744
8789
|
{
|
|
8745
8790
|
"disabled": false,
|
|
8746
|
-
"document": "EndStatus corresponds one-to-one with EndStatusString. the specific enumeration is as follows:.\n\n**Scenario**\tEndStatus\tEndStatusString\tStatus description.\n\nIncoming & outgoing calls. 1. ok. normal call.\n\nIVR period user give up.\n\n**User give up while in queue**.\n\nInbound call 104 ringingGiveUp. specifies the user gives up during ringing.\n\nInbound call 105. specifies no agent online.\n\nInbound call notWorkTime **off hours**. \n\nIVR ends automatically (no manual intervention).\n\nInbound call. 100. blocklist (system side).\n\nrestrictedCallee. specifies the global outbound call risk number interception (system side).\n\nOutbound call 109 tooManyRequest **outbound call frequency control interception (system side)**.\n\nOutbound call 110 restrictedArea **block outgoing calls by region (system side)**.\n\nrestrictedTime. specifies the outbound call interception period on the system side.\n \n202 notAnswer **callee unanswered**.\n\nOutbound call 203 userReject **callee reject hangup**.\n\nPower off. **callee powered off**.\n\n205 numberNotExist\t**callee nonexistent number**.\n\nBusy. specifies the callee is busy.\n\nOutbound call 207 outOfCredit **callee in arrears**.\n\n208 operatorError indicates operator channel exception.\n\nOutgoing call caller cancellation.\n\nOutgoing call\t 210\t notInService\t**callee out of service area**.\n\nPhone call in/out 211 clientError **client error**.\n\nOutgoing call 212 carrierBlocked **carrier blocklist**.\n\nNote: call reminder.\n\nOutbound call 215 numberInvalid **called number is invalid**.\n\nOutbound call 216 callRestricted. note: call restricted.\n\nCallee restricted by blocklist.\n\nOutbound call 218 areaRestricted. **callee area restricted**.\n\nPrompt call forwarding.\n\nCaller cancellation during ringing.\n\nCaller cancel without ring.\n\nAudio dial-in 501 call conflict **VoIP user call termination**.\n\nVoIP user client timeout.\n\nAudio dial-in 503 VoIP user client error.\n\nChinese
|
|
8791
|
+
"document": "EndStatus corresponds one-to-one with EndStatusString. the specific enumeration is as follows:.\n\n**Scenario**\tEndStatus\tEndStatusString\tStatus description.\n\nIncoming & outgoing calls. 1. ok. normal call.\n\nIVR period user give up.\n\n**User give up while in queue**.\n\nInbound call 104 ringingGiveUp. specifies the user gives up during ringing.\n\nInbound call 105. specifies no agent online.\n\nInbound call notWorkTime **off hours**. \n\nIVR ends automatically (no manual intervention).\n\nInbound call. 100. blocklist (system side).\n\nrestrictedCallee. specifies the global outbound call risk number interception (system side).\n\nOutbound call 109 tooManyRequest **outbound call frequency control interception (system side)**.\n\nOutbound call 110 restrictedArea **block outgoing calls by region (system side)**.\n\nrestrictedTime. specifies the outbound call interception period on the system side.\n \n202 notAnswer **callee unanswered**.\n\nOutbound call 203 userReject **callee reject hangup**.\n\nPower off. **callee powered off**.\n\n205 numberNotExist\t**callee nonexistent number**.\n\nBusy. specifies the callee is busy.\n\nOutbound call 207 outOfCredit **callee in arrears**.\n\n208 operatorError indicates operator channel exception.\n\nOutgoing call caller cancellation.\n\nOutgoing call\t 210\t notInService\t**callee out of service area**.\n\nPhone call in/out 211 clientError **client error**.\n\nOutgoing call 212 carrierBlocked **carrier blocklist**.\n\nNote: call reminder.\n\nOutbound call 215 numberInvalid **called number is invalid**.\n\nOutbound call 216 callRestricted. note: call restricted.\n\nCallee restricted by blocklist.\n\nOutbound call 218 areaRestricted. **callee area restricted**.\n\nPrompt call forwarding.\n\nCaller cancellation during ringing.\n\nCaller cancel without ring.\n\nAudio dial-in 501 call conflict **VoIP user call termination**.\n\nVoIP user client timeout.\n\nAudio dial-in 503 VoIP user client error.\n\nChinese version please go domestic site (https://cloud.tencent.com/document/product/679/123938).\n\nEnglish version please go international site (https://www.tencentcloud.com/document/product/1229/71847?lang=en).",
|
|
8747
8792
|
"example": "1",
|
|
8748
8793
|
"member": "int64",
|
|
8749
8794
|
"name": "EndStatus",
|