tccli-intl-en 3.1.13.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 +3 -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/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 +20 -20
- tccli/services/cvm/v20170312/examples.json +8 -8
- 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/hunyuan_client.py +448 -0
- tccli/services/hunyuan/v20230901/api.json +879 -18
- tccli/services/hunyuan/v20230901/examples.json +64 -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/v20200326/api.json +309 -38
- 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 +341 -61
- tccli/services/mps/v20190612/api.json +890 -31
- tccli/services/mps/v20190612/examples.json +40 -0
- 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/v20220901/api.json +10 -10
- 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.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": {
|
|
3
|
+
"AddClientSubscription": [
|
|
4
|
+
{
|
|
5
|
+
"document": "This example shows you the example.",
|
|
6
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddMQTTClientSubscription\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"ClientId\": \"sub_client1\",\n \"TopicFilter\": \"home/lyx\",\n \"Qos\": \"2\"\n}",
|
|
7
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"e6ce51ed-bc8e-4cc7-9cf0-f6bfcf5003dc\"\n }\n}",
|
|
8
|
+
"title": "Example"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"CreateAuthorizationPolicy": [
|
|
12
|
+
{
|
|
13
|
+
"document": "",
|
|
14
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuthorizationPolicy\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-xxx\",\n \"PolicyName\": \"name1\",\n \"PolicyVersion\": 1,\n \"Priority\": 4,\n \"Effect\": \"allow\",\n \"Actions\": \"pub\",\n \"Retain\": 1,\n \"Qos\": \"2\"\n}",
|
|
15
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Id\": 6,\n \"InstanceId\": \"mqtt-xxx\",\n \"RequestId\": \"2e477c8c-abef-46e2-bde3-29433b34f309\"\n }\n}",
|
|
16
|
+
"title": "Example"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"CreateInstance": [
|
|
20
|
+
{
|
|
21
|
+
"document": "This example shows you the example.",
|
|
22
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTInstance\n<Common request parameters>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"instance-1\",\n \"SkuCode\": \"basic_1k\",\n \"Remark\": \"this is remark\",\n \"VpcList\": [\n {\n \"VpcId\": \"vpc-9a5wnirv\",\n \"SubnetId\": \"subnet-0tw6tlfi\"\n }\n ],\n \"IpRules\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Allow\": true,\n \"Remark\": \"remark\"\n }\n ]\n}",
|
|
23
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"RequestId\": \"request-id\"\n }\n}",
|
|
24
|
+
"title": "Example"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"CreateMessageEnrichmentRule": [
|
|
28
|
+
{
|
|
29
|
+
"document": "This example shows you the example.",
|
|
30
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMessageEnrichmentRule\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-g4r4wpne\",\n \"RuleName\": \"rule1\",\n \"Condition\": \"eyJjbGllbnRJZCI6ImNsaWVudC0xIiwidXNlcm5hbWUiOiJjbGllbnQtMSIsInRvcGljIjoiaG9tZS9yb29tMSJ9\",\n \"Actions\": \"eyJtZXNzYWdlRXhwaXJ5SW50ZXJ2YWwiOjM2MCwicmVzcG9uc2VUb3BpYyI6InJlcGxpZXMvZGV2aWNlcy8ke2NsaWVudGlkfSIsImNvcnJlbGF0aW9uRGF0YSI6IiR7dHJhY2VpZH0iLCJ1c2VyUHJvcGVydHkiOlt7ImtleSI6InRyYWNlLWlkIiwidmFsdWUiOiIke3RyYWNlaWR9In1dfQ==\",\n \"Priority\": 2,\n \"Status\": 1,\n \"Remark\": \"remark\"\n}",
|
|
31
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Id\": 6,\n \"InstanceId\": \"mqtt-g4r4wpne\",\n \"RequestId\": \"63e5ecf1-3d79-4f28-aef3-6e7396f78dcd\"\n }\n}",
|
|
32
|
+
"title": "Example"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"CreateUser": [
|
|
36
|
+
{
|
|
37
|
+
"document": "This example shows you the example.",
|
|
38
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTUser\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-12345\",\n \"Remark\": \"remark\",\n \"Username\": \"user1\",\n \"Password\": \"user1-pd\"\n}",
|
|
39
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"25cb77a7-2add-4086-8fd2-a05b5bd34776\"\n }\n}",
|
|
40
|
+
"title": "Example"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"DeleteAuthorizationPolicy": [
|
|
44
|
+
{
|
|
45
|
+
"document": "This example shows you the example.",
|
|
46
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAuthorizationPolicy\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Id\": 8\n}",
|
|
47
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"ed018161-ce7a-4ccc-bf9e-b85f4dbf2e2a\"\n }\n}",
|
|
48
|
+
"title": "Example"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"DeleteClientSubscription": [
|
|
52
|
+
{
|
|
53
|
+
"document": "This example shows you the example.",
|
|
54
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTClientSubscription\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"ClientId\": \"sub_client1\",\n \"TopicFilter\": \"home/lyx\"\n}",
|
|
55
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"8f068485-7252-481d-bdf9-62fdda0229f2\"\n }\n}",
|
|
56
|
+
"title": "Example"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"DeleteInstance": [
|
|
60
|
+
{
|
|
61
|
+
"document": "This example shows you the example.",
|
|
62
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTInstance\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-wjgxr8jg\"\n}",
|
|
63
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"84afeb76-9175-47ec-a6f1-8d0af0c0aae6\"\n }\n}",
|
|
64
|
+
"title": "Example"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"DeleteMessageEnrichmentRule": [
|
|
68
|
+
{
|
|
69
|
+
"document": "This example shows you the example.",
|
|
70
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMessageEnrichmentRule\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-g4r4wpne\",\n \"Id\": 6\n}",
|
|
71
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"718a230c-f185-4d53-9cf7-2b2a324a2216\"\n }\n}",
|
|
72
|
+
"title": "Example"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"DeleteTopic": [
|
|
76
|
+
{
|
|
77
|
+
"document": "This example shows you the example.",
|
|
78
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTTopic\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\",\n \"Topic\": \"home\"\n}",
|
|
79
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"f3a081b8-dc97-4d62-bb1a-d1aa9fe80da8\"\n }\n}",
|
|
80
|
+
"title": "Example"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"DeleteUser": [
|
|
84
|
+
{
|
|
85
|
+
"document": "This example shows you the example.",
|
|
86
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTUser\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"Username\": \"user1\"\n}",
|
|
87
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"74625f9b-ce92-43d5-ba0b-9a85ddb99041\"\n }\n}",
|
|
88
|
+
"title": "Example"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"DescribeAuthorizationPolicies": [
|
|
92
|
+
{
|
|
93
|
+
"document": "This example shows you the example.",
|
|
94
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuthorizationPolicies\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-mzd7ewkr\"\n}",
|
|
95
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"Actions\": \"connect,pub,sub\",\n \"ClientId\": \"client1\",\n \"CreatedTime\": 1742387322000,\n \"Effect\": \"allow\",\n \"Id\": 3867,\n \"InstanceId\": \"mqtt-mzd7ewkr\",\n \"Ip\": \"0.0.0.0/0\",\n \"PolicyName\": \"default_policy\",\n \"Priority\": 1,\n \"Qos\": \"0,1,2\",\n \"Remark\": \"\",\n \"Resources\": \"topic1\",\n \"Retain\": 3,\n \"UpdateTime\": 1742458867000,\n \"Username\": \"default_user\",\n \"Version\": 1\n }\n ],\n \"RequestId\": \"9c44531d-37bd-4c8f-ab9f-b35589fa5b4d\"\n }\n}",
|
|
96
|
+
"title": "Example"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"DescribeClientList": [
|
|
100
|
+
{
|
|
101
|
+
"document": "This example shows you the example.",
|
|
102
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTClientList\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"ClientId\": \"sub\",\n \"Number\": \"10\"\n}",
|
|
103
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Clients\": [\n {\n \"ClientAddress\": \"11.176.16.153:63066\",\n \"ClientId\": \"sub_client1\",\n \"ConnectTime\": 1710314923557,\n \"ConnectionStatus\": \"CONNECTED\",\n \"CreateTime\": 1710314923554,\n \"DisconnectTime\": 0,\n \"Keepalive\": 60,\n \"MQTTClientSubscriptions\": [\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/temp/+/\"\n },\n {\n \"Qos\": 0,\n \"TopicFilter\": \"home/humidity/+/\"\n },\n {\n \"Qos\": 2,\n \"TopicFilter\": \"home/person/+/\"\n }\n ],\n \"ProtocolVersion\": 4\n },\n {\n \"ClientAddress\": \"11.176.16.153:62048\",\n \"ClientId\": \"sub_client2\",\n \"ConnectTime\": 1710314912143,\n \"ConnectionStatus\": \"CONNECTED\",\n \"CreateTime\": 1710314912140,\n \"DisconnectTime\": 0,\n \"Keepalive\": 60,\n \"MQTTClientSubscriptions\": [\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/sun/+/\"\n },\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/temp/+/\"\n },\n {\n \"Qos\": 0,\n \"TopicFilter\": \"home/humidity/+/\"\n },\n {\n \"Qos\": 2,\n \"TopicFilter\": \"home/person/+/\"\n }\n ],\n \"ProtocolVersion\": 4\n }\n ],\n \"RequestId\": \"9f81924f-41e8-4f24-aaf2-61da7da9c713\"\n }\n}",
|
|
104
|
+
"title": "Example"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"DescribeInstance": [
|
|
108
|
+
{
|
|
109
|
+
"document": "",
|
|
110
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-7peanr83\"\n}",
|
|
111
|
+
"output": "{\n \"Response\": {\n \"AuthorizationPolicy\": false,\n \"AuthorizationPolicyLimit\": 20,\n \"AutoSubscriptionPolicyLimit\": 10,\n \"AutomaticActivation\": true,\n \"ClientNumLimit\": 4000,\n \"CreatedTime\": 1756879989,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"API\",\n \"ExpiryTime\": 1759471988911,\n \"InstanceId\": \"mqtt-7peanr83\",\n \"InstanceName\": \"instance-1\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxCaNum\": 20,\n \"MaxSubscription\": 120000,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxTopicFilterPerAutoSubscriptionPolicy\": 20,\n \"MaxTopicFilterPerSharedSubscriptionGroup\": 10,\n \"MessageRate\": -1,\n \"PayMode\": \"PREPAID\",\n \"RegistrationCode\": \"client-test\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"ServerCertLimit\": 3,\n \"SharedSubscriptionGroupLimit\": 20,\n \"SkuCode\": \"pro_2k_2\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 300,\n \"TopicPrefixSlashLimit\": 2,\n \"TpsLimit\": 2000,\n \"TransportLayerSecurity\": \"TLSv1.3,TLSv1.2,TLSv1.1,TLSv1\",\n \"TrustedCaLimit\": 3,\n \"UseDefaultServerCert\": true,\n \"X509Mode\": \"BYOC\",\n \"RequestId\": \"8a95a551-ca77-45f6-aa00-77a090cac898\"\n }\n}",
|
|
112
|
+
"title": "Example"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"DescribeMessageByTopic": [
|
|
116
|
+
{
|
|
117
|
+
"document": "This example shows you the example.",
|
|
118
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessageByTopic\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-g839agr2\",\n \"Topic\": \"home/room3\",\n \"StartTime\": 1745828681259\n}",
|
|
119
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientId\": \"mqttxxxxxx\",\n \"MessageId\": \"15397032005D639FEE48935F932F004D\",\n \"OriginTopic\": \"home/room3\",\n \"Qos\": \"1\",\n \"StoreTimestamp\": \"2025-04-29 14:48:34\"\n },\n {\n \"ClientId\": \"mqttxxxxxx\",\n \"MessageId\": \"15397032005D639FEE48935FA6B80050\",\n \"OriginTopic\": \"home/room3\",\n \"Qos\": \"1\",\n \"StoreTimestamp\": \"2025-04-29 14:48:39\"\n },\n {\n \"ClientId\": \"mqttxxxxxx\",\n \"MessageId\": \"15397032005D639FEE48935FBA410057\",\n \"OriginTopic\": \"home/room3\",\n \"Qos\": \"1\",\n \"StoreTimestamp\": \"2025-04-29 14:48:44\"\n },\n {\n \"ClientId\": \"mqttxxxxxx\",\n \"MessageId\": \"15397032005D639FEE4893603732005C\",\n \"OriginTopic\": \"home/room3\",\n \"Qos\": \"1\",\n \"StoreTimestamp\": \"2025-04-29 14:49:16\"\n }\n ],\n \"RequestId\": \"6af56edc-5085-4583-8366-7f125c973603\"\n }\n}",
|
|
120
|
+
"title": "Example"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"DescribeMessageDetails": [
|
|
124
|
+
{
|
|
125
|
+
"document": "This example shows you the example.",
|
|
126
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessageDetails\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-g839agr2\",\n \"MessageId\": \"15397032005D639FEE4893603732005C\"\n}",
|
|
127
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Body\": \"this is body\",\n \"ClientId\": \"client1\",\n \"MessageId\": \"15397032005D639FEE4893603732005C\",\n \"OriginTopic\": \"home/room3\",\n \"Qos\": \"1\",\n \"RequestId\": \"ba5d5d6a-64c9-40cf-8889-21efed76389d\",\n \"StoreTimestamp\": \"1745828681259\",\n \"UserProperties\": [\n {\n \"Key\": \"key1\",\n \"Value\": \"value-1\"\n },\n {\n \"Key\": \"key2\",\n \"Value\": \"value-2\"\n }\n ]\n }\n}",
|
|
128
|
+
"title": "Example"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"DescribeMessageEnrichmentRules": [
|
|
132
|
+
{
|
|
133
|
+
"document": "This example shows you the example.",
|
|
134
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessageEnrichmentRules\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-g4r4wpne\"\n}",
|
|
135
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"Actions\": \"eyJ1c2VyUHJvcGVydHkiOiBbeyJrZXkiOiAidHJhY2UtaWQiLCAidmFsdWUiOiAiJHt0cmFjZWlkfSJ9XSwgInJlc3BvbnNlVG9waWMiOiAicmVwbGllcy9kZXZpY2VzLyR7Y2xpZW50aWR9IiwgImNvcnJlbGF0aW9uRGF0YSI6ICIke3RyYWNlaWR9IiwgIm1lc3NhZ2VFeHBpcnlJbnRlcnZhbCI6IDM2MH0=\",\n \"Condition\": \"eyJ0b3BpYyI6ICJob21lL3Jvb20xIiwgImNsaWVudElkIjogImNsaWVudC0xIiwgInVzZXJuYW1lIjogImNsaWVudC0xIn0=\",\n \"CreatedTime\": 1763347106093,\n \"Id\": 5,\n \"InstanceId\": \"mqtt-g4r4wpne\",\n \"Priority\": 1,\n \"Remark\": \"remark\",\n \"RuleName\": \"rule1\",\n \"Status\": 1,\n \"UpdateTime\": 1763347106093\n },\n {\n \"Actions\": \"eyJ1c2VyUHJvcGVydHkiOiBbeyJrZXkiOiAidHJhY2UtaWQiLCAidmFsdWUiOiAiJHt0cmFjZWlkfSJ9XSwgInJlc3BvbnNlVG9waWMiOiAicmVwbGllcy9kZXZpY2VzLyR7Y2xpZW50aWR9IiwgImNvcnJlbGF0aW9uRGF0YSI6ICIke3RyYWNlaWR9IiwgIm1lc3NhZ2VFeHBpcnlJbnRlcnZhbCI6IDM2MH0=\",\n \"Condition\": \"eyJ0b3BpYyI6ICJob21lL3Jvb20xIiwgImNsaWVudElkIjogImNsaWVudC0xIiwgInVzZXJuYW1lIjogImNsaWVudC0xIn0=\",\n \"CreatedTime\": 1763347249927,\n \"Id\": 6,\n \"InstanceId\": \"mqtt-g4r4wpne\",\n \"Priority\": 2,\n \"Remark\": \"remark\",\n \"RuleName\": \"rule2\",\n \"Status\": 1,\n \"UpdateTime\": 1763347388148\n }\n ],\n \"RequestId\": \"6e898343-e911-49de-8491-f23108edd157\"\n }\n}",
|
|
136
|
+
"title": "Example"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"DescribeTopic": [
|
|
140
|
+
{
|
|
141
|
+
"document": "This example shows you the example.",
|
|
142
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTTopic\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"Topic\": \"topic1\"\n}",
|
|
143
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CreatedTime\": 1705567642,\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"Remark\": \"\",\n \"RequestId\": \"acf7faf2-b2a9-431c-96b9-f589262da8f7\",\n \"Topic\": \"topic1\"\n }\n}",
|
|
144
|
+
"title": "Example"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"DescribeUserList": [
|
|
148
|
+
{
|
|
149
|
+
"document": "This example shows you the example.",
|
|
150
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTUserList\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
|
151
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CreatedTime\": 1705392159000,\n \"ModifiedTime\": 1705392159000,\n \"Password\": \"pwd1\",\n \"Remark\": \"remark\",\n \"Username\": \"user1\"\n }\n ],\n \"RequestId\": \"8e86117c-a56c-4598-9e1f-4a039eed6e3a\",\n \"TotalCount\": 1\n }\n}",
|
|
152
|
+
"title": "Example"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"KickOutClient": [
|
|
156
|
+
{
|
|
157
|
+
"document": "This example shows you the example.",
|
|
158
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: KickOutClient\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-pjn3nqdm\",\n \"ClientId\": \"mqtt_chongfu\"\n}",
|
|
159
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"902a374b-fe13-4078-837a-9fde320acf6c\"\n }\n}",
|
|
160
|
+
"title": "Example"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"ModifyAuthorizationPolicy": [
|
|
164
|
+
{
|
|
165
|
+
"document": "This example shows you the example.",
|
|
166
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuthorizationPolicy\n<Common request parameters>\n\n{\n \"Id\": 18,\n \"InstanceId\": \"mqtt-jeredv33\",\n \"PolicyName\": \"policy-1\"\n}",
|
|
167
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"657a771d-a70e-4c0d-a70a-eb7f82471000\"\n }\n}",
|
|
168
|
+
"title": "Example"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"ModifyInstance": [
|
|
172
|
+
{
|
|
173
|
+
"document": "This example shows you the example.",
|
|
174
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTInstance\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Name\": \"instance-2\",\n \"Remark\": \"ramark2\"\n}",
|
|
175
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"9955522b-ac27-46c1-8a16-3ed6f98f9c5c\"\n }\n}",
|
|
176
|
+
"title": "Example"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"ModifyMessageEnrichmentRule": [
|
|
180
|
+
{
|
|
181
|
+
"document": "This example shows you the example.",
|
|
182
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMessageEnrichmentRule\n<Common request parameters>\n\n{\n \"Id\": 6,\n \"InstanceId\": \"mqtt-g4r4wpne\",\n \"RuleName\": \"rule2\"\n}",
|
|
183
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"018d5c6a-33bb-41b5-aa38-98cd4e226546\"\n }\n}",
|
|
184
|
+
"title": "Example"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"ModifyUser": [
|
|
188
|
+
{
|
|
189
|
+
"document": "This example shows you the example.",
|
|
190
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTUser\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"Username\": \"user2\",\n \"Remark\": \"remark2\"\n}",
|
|
191
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"85d3aeee-ba25-47cc-8c17-7ad837b877ba\"\n }\n}",
|
|
192
|
+
"title": "Example"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"UpdateAuthorizationPolicyPriority": [
|
|
196
|
+
{
|
|
197
|
+
"document": "This example shows you the example.",
|
|
198
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAuthorizationPolicyPriority\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Priorities\": [\n {\n \"Id\": 1,\n \"Priority\": 3\n },\n {\n \"Id\": 6,\n \"Priority\": 1\n },\n {\n \"Id\": 7,\n \"Priority\": 2\n }\n ]\n}",
|
|
199
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"1186da0d-931d-47a3-80a1-885ea2c00067\"\n }\n}",
|
|
200
|
+
"title": "Example"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"UpdateMessageEnrichmentRulePriority": [
|
|
204
|
+
{
|
|
205
|
+
"document": "This example shows you the example.",
|
|
206
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateMessageEnrichmentRulePriority\n<Common request parameters>\n\n{\n \"InstanceId\": \"mqtt-g4r4wpne\",\n \"Priorities\": [\n {\n \"Id\": 6,\n \"Priority\": 10\n }\n ]\n}",
|
|
207
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"cf686c8f-edb9-46e5-9a4d-d45296e377f9\"\n }\n}",
|
|
208
|
+
"title": "Example"
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
"version": "1.0"
|
|
213
|
+
}
|
|
@@ -3872,7 +3872,7 @@
|
|
|
3872
3872
|
{
|
|
3873
3873
|
"disabled": false,
|
|
3874
3874
|
"document": "Date of birth",
|
|
3875
|
-
"example": "
|
|
3875
|
+
"example": "20230415",
|
|
3876
3876
|
"member": "string",
|
|
3877
3877
|
"name": "DateOfBirth",
|
|
3878
3878
|
"output_required": true,
|
|
@@ -3962,7 +3962,7 @@
|
|
|
3962
3962
|
{
|
|
3963
3963
|
"disabled": false,
|
|
3964
3964
|
"document": "The second row of the MRZ at the bottom",
|
|
3965
|
-
"example": "
|
|
3965
|
+
"example": "1357",
|
|
3966
3966
|
"member": "string",
|
|
3967
3967
|
"name": "CodeCrc",
|
|
3968
3968
|
"output_required": true,
|
|
@@ -4002,7 +4002,7 @@
|
|
|
4002
4002
|
{
|
|
4003
4003
|
"disabled": false,
|
|
4004
4004
|
"document": "Document content in Information Zone",
|
|
4005
|
-
"example": "
|
|
4005
|
+
"example": "无",
|
|
4006
4006
|
"member": "PassportRecognizeInfos",
|
|
4007
4007
|
"name": "PassportRecognizeInfos",
|
|
4008
4008
|
"output_required": true,
|
|
@@ -4029,6 +4029,16 @@
|
|
|
4029
4029
|
"type": "int",
|
|
4030
4030
|
"value_allowed_null": false
|
|
4031
4031
|
},
|
|
4032
|
+
{
|
|
4033
|
+
"disabled": false,
|
|
4034
|
+
"document": "complete or not",
|
|
4035
|
+
"example": "true",
|
|
4036
|
+
"member": "bool",
|
|
4037
|
+
"name": "IsComplete",
|
|
4038
|
+
"output_required": false,
|
|
4039
|
+
"type": "bool",
|
|
4040
|
+
"value_allowed_null": false
|
|
4041
|
+
},
|
|
4032
4042
|
{
|
|
4033
4043
|
"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.",
|
|
4034
4044
|
"member": "string",
|
|
@@ -9219,6 +9229,16 @@
|
|
|
9219
9229
|
"type": "int",
|
|
9220
9230
|
"value_allowed_null": false
|
|
9221
9231
|
},
|
|
9232
|
+
{
|
|
9233
|
+
"disabled": false,
|
|
9234
|
+
"document": "The card information field complete or not\ntrue: complete; false: incomplete",
|
|
9235
|
+
"example": "false",
|
|
9236
|
+
"member": "bool",
|
|
9237
|
+
"name": "IsComplete",
|
|
9238
|
+
"output_required": false,
|
|
9239
|
+
"type": "bool",
|
|
9240
|
+
"value_allowed_null": false
|
|
9241
|
+
},
|
|
9222
9242
|
{
|
|
9223
9243
|
"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.",
|
|
9224
9244
|
"member": "string",
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
],
|
|
121
121
|
"MLIDPassportOCR": [
|
|
122
122
|
{
|
|
123
|
-
"document": "",
|
|
124
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: MLIDPassportOCR\n<
|
|
123
|
+
"document": "Passport recognition (multiple countries and regions)",
|
|
124
|
+
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: MLIDPassportOCR\n<Common Request Parameters>\n\n{\n \"ImageBase64\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/MLIDPassportOCR/MLIDPassportOCR1.png\"\n}",
|
|
125
125
|
"output": "{\n \"Response\": {\n \"AdvancedInfo\": \"\",\n \"CodeCrc\": \"4567123452USA9004117F2107268713843748<708026\",\n \"CodeSet\": \"P<USACARTER<<ESTHER<<<<<<<<<<<<<<<<<<<<<<<<<\",\n \"DateOfBirth\": \"19900411\",\n \"DateOfExpiration\": \"20210726\",\n \"GivenName\": \"ESTHER\",\n \"ID\": \"456712345\",\n \"Image\": \"\",\n \"IssuingCountry\": \"USA\",\n \"Name\": \"CARTER ESTHER\",\n \"Nationality\": \"USA\",\n \"PassportRecognizeInfos\": {\n \"DateOfBirth\": \"11 Apr 1990\",\n \"DateOfExpiration\": \"26 Jul 2021\",\n \"DateOfIssuance\": \"27 Jul 2011\",\n \"GivenName\": \"ESTHER\",\n \"IssuePlace\": \"\",\n \"IssuingAuthority\": \"\",\n \"IssuingCountry\": \"USA\",\n \"Name\": \"\",\n \"Nationality\": \"UNITED STATES OF AMERICA\",\n \"PassportID\": \"456712345\",\n \"Sex\": \"F\",\n \"Signature\": \"\",\n \"Surname\": \"CARTER\",\n \"Type\": \"P\"\n },\n \"RequestId\": \"dad946b2-1288-4df9-a0b4-6abfaba1e170\",\n \"Sex\": \"F\",\n \"Surname\": \"CARTER\",\n \"Type\": \"P\",\n \"Warn\": [\n -9108,\n -9102\n ],\n \"WarnCardInfos\": [\n -9109\n ]\n }\n}",
|
|
126
|
-
"title": ""
|
|
126
|
+
"title": "Passport Recognition (Multiple Countries and Regions) Example Code"
|
|
127
127
|
}
|
|
128
128
|
],
|
|
129
129
|
"MainlandPermitOCR": [
|
|
@@ -305,9 +305,9 @@
|
|
|
305
305
|
"RecognizeThaiIDCardOCR": [
|
|
306
306
|
{
|
|
307
307
|
"document": "",
|
|
308
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeThaiIDCardOCR\n<
|
|
309
|
-
"output": "{\n \"Response\": {\n \"Address\": \"
|
|
310
|
-
"title": ""
|
|
308
|
+
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeThaiIDCardOCR\n<Common Request Parameters>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
|
309
|
+
"output": "{\n \"Response\": {\n \"Address\": \"\",\n \"AdvancedInfo\": \"{\\\"ID\\\":0.9995814561843872,\\\"ThaiName\\\":0.9961479902267456,\\\"EnFirstName\\\":0.9232422113418579,\\\"EnLastName\\\":0.943652331829071,\\\"Birthday\\\":0.9828404188156128,\\\"EnBirthday\\\":0.92333984375,\\\"Religion\\\":1,\\\"ExpirationDate\\\":0.9919084906578064,\\\"IssueDate\\\":0.9893275499343872,\\\"EnExpirationDate\\\":0.9890950322151184,\\\"EnIssueDate\\\":0.9800618290901184,\\\"SerialNumber\\\":0.9995659589767456}\",\n \"Birthday\": \"\",\n \"EnBirthday\": \"14 Dec. 1966\",\n \"EnExpirationDate\": \"13 Dec. 2024\",\n \"EnFirstName\": \"Mr. Thanakit\",\n \"EnIssueDate\": \"9 Dec. 2016\",\n \"EnLastName\": \"Boonyopakron\",\n \"ExpirationDate\": \"\",\n \"ID\": \"3 1020 01968 75 6\",\n \"IssueDate\": \"\",\n \"PortraitImage\": \"\",\n \"Religion\": \"\",\n \"RequestId\": \"d4af8019-08e0-4d8d-a986-e1f45efb4a6c\",\n \"SerialNumber\": \"1204-03-12091012\",\n \"ThaiName\": \"\",\n \"WarnCardInfos\": [\n -9109\n ]\n }\n}",
|
|
310
|
+
"title": "RecognizeThaiIDCardOCR call"
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
313
|
"RecognizeThaiPinkCard": [
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
862
|
"disabled": false,
|
|
863
|
-
"document": "Instance ID.\n- There are region and AZ limitations for adding a replication group instance. For detailed information, see [Use Limits](https://www.tencentcloud.
|
|
863
|
+
"document": "Instance ID.\n- There are region and AZ limitations for adding a replication group instance. For detailed information, see [Use Limits](https://www.tencentcloud.com/document/product/239/71934?from_cn_redirect=1).\n- Currently, only Redis 4.0 and 5.0 cluster architecture instances support being added to the replication groups.\n- Log in to the [Redis console](https://console.cloud.tencent.com/redis/instance/list), and copy the ID of the instance that needs to be added to the replication group in the instance list.",
|
|
864
864
|
"example": "crs-deindi7de",
|
|
865
865
|
"member": "string",
|
|
866
866
|
"name": "InstanceId",
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
},
|
|
963
963
|
{
|
|
964
964
|
"disabled": false,
|
|
965
|
-
"document": "ID of the applied parameter template.\n- The parameter template ID can be obtained through the response parameter **TemplateId** of the API [DescribeParamTemplateInfo](https://www.tencentcloud.
|
|
965
|
+
"document": "ID of the applied parameter template.\n- The parameter template ID can be obtained through the response parameter **TemplateId** of the API [DescribeParamTemplateInfo](https://www.tencentcloud.com/document/product/239/58748?from_cn_redirect=1).\n- The operation can only be successfully performed when the parameter template version matches the architecture version of the target instance. A version mismatch will trigger an execution error.",
|
|
966
966
|
"example": "crs-cfg-rhlppeye",
|
|
967
967
|
"member": "string",
|
|
968
968
|
"name": "TemplateId",
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
},
|
|
1683
1683
|
{
|
|
1684
1684
|
"disabled": false,
|
|
1685
|
-
"document": "Security group ID. Call the [DescribeInstanceSecurityGroup](https://www.tencentcloud.
|
|
1685
|
+
"document": "Security group ID. Call the [DescribeInstanceSecurityGroup](https://www.tencentcloud.com/document/product/239/34447?from_cn_redirect=1) API to obtain the security group ID for the instance.",
|
|
1686
1686
|
"example": "[\"sg-bmadczm1\"]",
|
|
1687
1687
|
"member": "string",
|
|
1688
1688
|
"name": "SecurityGroupIdList",
|
|
@@ -6794,7 +6794,7 @@
|
|
|
6794
6794
|
},
|
|
6795
6795
|
{
|
|
6796
6796
|
"disabled": false,
|
|
6797
|
-
"document": "ID of the AZ to which the instance belongs. See [Regions and AZs](https://www.tencentcloud.
|
|
6797
|
+
"document": "ID of the AZ to which the instance belongs. See [Regions and AZs](https://www.tencentcloud.com/document/product/239/4106?from_cn_redirect=1).\n**Note**: Specify at least one parameter from **ZoneId** and **ZoneName**.",
|
|
6798
6798
|
"example": "100002",
|
|
6799
6799
|
"member": "uint64",
|
|
6800
6800
|
"name": "ZoneId",
|
|
@@ -6830,7 +6830,7 @@
|
|
|
6830
6830
|
},
|
|
6831
6831
|
{
|
|
6832
6832
|
"disabled": false,
|
|
6833
|
-
"document": "Name of the AZ to which the instance belongs. See [Regions and AZs](https://www.tencentcloud.
|
|
6833
|
+
"document": "Name of the AZ to which the instance belongs. See [Regions and AZs](https://www.tencentcloud.com/document/product/239/4106?from_cn_redirect=1).\n**Note**: Specify at least one parameter from **ZoneId** and **ZoneName**.",
|
|
6834
6834
|
"example": "ap-guangzhou",
|
|
6835
6835
|
"member": "string",
|
|
6836
6836
|
"name": "ZoneName",
|
|
@@ -9196,7 +9196,7 @@
|
|
|
9196
9196
|
},
|
|
9197
9197
|
{
|
|
9198
9198
|
"disabled": false,
|
|
9199
|
-
"document": "Replaces with the new security group ID list, which is an array of one or more security group IDs.\n- To configure a security group for an instance for the first time, call the API [AssociateSecurityGroups](https://www.tencentcloud.
|
|
9199
|
+
"document": "Replaces with the new security group ID list, which is an array of one or more security group IDs.\n- To configure a security group for an instance for the first time, call the API [AssociateSecurityGroups](https://www.tencentcloud.com/document/product/239/41260?from_cn_redirect=1) to bind a security group first.\n- To replace the security group, obtain the security group ID on the [security group](https://console.tencentcloud.com/vpc/security-group) page of the console.\n\n**Note:** This input parameter performs a full replacement on all existing collections but not an incremental update. To modify it, import the expected full collections.",
|
|
9200
9200
|
"example": "[\"sg-ajr1jzgj\"]",
|
|
9201
9201
|
"member": "string",
|
|
9202
9202
|
"name": "SecurityGroupIds",
|
|
@@ -9442,7 +9442,7 @@
|
|
|
9442
9442
|
},
|
|
9443
9443
|
{
|
|
9444
9444
|
"disabled": false,
|
|
9445
|
-
"document": "Event ID. Call the [DescribeInstanceEvents](https://www.tencentcloud.
|
|
9445
|
+
"document": "Event ID. Call the [DescribeInstanceEvents](https://www.tencentcloud.com/document/product/239/104779?from_cn_redirect=1) API to obtain the ID of the event to be modified.",
|
|
9446
9446
|
"example": "89",
|
|
9447
9447
|
"member": "int64",
|
|
9448
9448
|
"name": "EventId",
|
|
@@ -11607,7 +11607,7 @@
|
|
|
11607
11607
|
"members": [
|
|
11608
11608
|
{
|
|
11609
11609
|
"disabled": false,
|
|
11610
|
-
"document": "ID of the instance to be operated, which can be obtained through the response parameter InstanceId of the [DescribeInstances](https://www.tencentcloud.
|
|
11610
|
+
"document": "ID of the instance to be operated, which can be obtained through the response parameter InstanceId of the [DescribeInstances](https://www.tencentcloud.com/document/product/239/20018?from_cn_redirect=1) API.",
|
|
11611
11611
|
"example": "crs-5a4py64p",
|
|
11612
11612
|
"member": "string",
|
|
11613
11613
|
"name": "InstanceId",
|
|
@@ -11616,7 +11616,7 @@
|
|
|
11616
11616
|
},
|
|
11617
11617
|
{
|
|
11618
11618
|
"disabled": false,
|
|
11619
|
-
"document": "Backup ID, which can be obtained through the response parameter RedisBackupSet of the [DescribeInstanceBackups](https://www.tencentcloud.
|
|
11619
|
+
"document": "Backup ID, which can be obtained through the response parameter RedisBackupSet of the [DescribeInstanceBackups](https://www.tencentcloud.com/document/product/239/20011?from_cn_redirect=1) API.",
|
|
11620
11620
|
"example": "\"154572601-1165734321-153731245\"",
|
|
11621
11621
|
"member": "string",
|
|
11622
11622
|
"name": "BackupId",
|
|
@@ -12103,7 +12103,7 @@
|
|
|
12103
12103
|
},
|
|
12104
12104
|
{
|
|
12105
12105
|
"disabled": false,
|
|
12106
|
-
"document": "Instance proxy ID list. Call the API [DescribeInstanceNodeInfo](https://www.tencentcloud.
|
|
12106
|
+
"document": "Instance proxy ID list. Call the API [DescribeInstanceNodeInfo](https://www.tencentcloud.com/document/product/239/48603?from_cn_redirect=1) to obtain IDs from **NodeId** in the **Proxy** response parameter.",
|
|
12107
12107
|
"example": "[\"896873be5805ebacae5042311237e6d2d78be00b\"]",
|
|
12108
12108
|
"member": "string",
|
|
12109
12109
|
"name": "ProxyIDList",
|
|
@@ -12600,7 +12600,7 @@
|
|
|
12600
12600
|
},
|
|
12601
12601
|
{
|
|
12602
12602
|
"disabled": false,
|
|
12603
|
-
"document": "Current proxy version. Call the [DescribeInstances](https://www.tencentcloud.
|
|
12603
|
+
"document": "Current proxy version. Call the [DescribeInstances](https://www.tencentcloud.com/document/product/239/20018?from_cn_redirect=1) API to obtain the current proxy version for the instance.",
|
|
12604
12604
|
"example": "5.0.0",
|
|
12605
12605
|
"member": "string",
|
|
12606
12606
|
"name": "CurrentProxyVersion",
|
|
@@ -12609,7 +12609,7 @@
|
|
|
12609
12609
|
},
|
|
12610
12610
|
{
|
|
12611
12611
|
"disabled": false,
|
|
12612
|
-
"document": "Upgradable Redis version. Call the [DescribeInstances](https://www.tencentcloud.
|
|
12612
|
+
"document": "Upgradable Redis version. Call the [DescribeInstances](https://www.tencentcloud.com/document/product/239/20018?from_cn_redirect=1) API to obtain the upgradable Redis version for the instance.",
|
|
12613
12613
|
"example": "5.0.1",
|
|
12614
12614
|
"member": "string",
|
|
12615
12615
|
"name": "UpgradeProxyVersion",
|