tccli 3.0.1095.1__py2.py3-none-any.whl → 3.0.1097.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/aiart/v20221229/QueryDrawPortraitJob.md +30 -0
- tccli/examples/aiart/v20221229/QueryTrainPortraitModelJob.md +24 -0
- tccli/examples/aiart/v20221229/SubmitDrawPortraitJob.md +23 -0
- tccli/examples/aiart/v20221229/SubmitTrainPortraitModelJob.md +20 -0
- tccli/examples/aiart/v20221229/UploadTrainPortraitImages.md +25 -0
- tccli/examples/ccc/v20200210/ModifyStaffPassword.md +22 -0
- tccli/examples/cls/v20201016/DeleteKafkaRecharge.md +3 -3
- tccli/examples/cls/v20201016/ModifyKafkaRecharge.md +23 -13
- tccli/examples/cls/v20201016/PreviewKafkaRecharge.md +47 -15
- tccli/examples/csip/v20221121/DescribeAlertList.md +176 -0
- tccli/examples/cynosdb/v20190107/AddClusterSlaveZone.md +2 -1
- tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +9 -2
- tccli/examples/cynosdb/v20190107/DescribeTasks.md +12 -0
- tccli/examples/cynosdb/v20190107/ModifyClusterSlaveZone.md +2 -1
- tccli/examples/cynosdb/v20190107/ModifyInstanceUpgradeLimitDays.md +22 -0
- tccli/examples/dcdb/v20180411/DescribeDCDBInstances.md +4 -3
- tccli/examples/dlc/v20210125/DescribeNotebookSessionStatementSqlResult.md +3 -1
- tccli/examples/lke/v20231130/GetEmbedding.md +4 -1
- tccli/examples/lke/v20231130/QueryParseDocResult.md +4 -1
- tccli/examples/lke/v20231130/QueryRewrite.md +6 -1
- tccli/examples/mariadb/v20170312/DescribeDBInstanceDetail.md +2 -1
- tccli/examples/mariadb/v20170312/DescribeDBInstances.md +4 -3
- tccli/examples/mps/v20190612/CreateAdaptiveDynamicStreamingTemplate.md +1 -1
- tccli/examples/mps/v20190612/ModifyAdaptiveDynamicStreamingTemplate.md +1 -1
- tccli/examples/organization/v20210331/DescribeEffectivePolicy.md +25 -0
- tccli/examples/organization/v20210331/ListNonCompliantResource.md +43 -0
- tccli/examples/ssl/v20191205/DescribeDeleteCertificatesTaskResult.md +72 -0
- tccli/examples/tdmq/v20200217/DescribeRabbitMQQueueDetail.md +25 -22
- tccli/examples/trocket/v20230308/DescribeMQTTClient.md +57 -49
- tccli/examples/trocket/v20230308/DescribeMQTTInsPublicEndpoints.md +38 -6
- tccli/examples/trocket/v20230308/DescribeMQTTInsVPCEndpoints.md +14 -12
- tccli/examples/trocket/v20230308/DescribeMQTTInstanceList.md +1 -121
- tccli/examples/trocket/v20230308/DescribeMQTTProductSKUList.md +0 -47
- tccli/examples/trocket/v20230308/DescribeMQTTUserList.md +1 -1
- tccli/examples/vpc/v20170312/DisableVpnGatewaySslClientCert.md +2 -2
- tccli/services/aiart/aiart_client.py +269 -4
- tccli/services/aiart/v20221229/api.json +405 -1
- tccli/services/aiart/v20221229/examples.json +40 -0
- tccli/services/billing/v20180709/api.json +30 -0
- tccli/services/bma/v20221115/api.json +4 -6
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +57 -5
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +9 -0
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cls/v20201016/api.json +49 -49
- tccli/services/cls/v20201016/examples.json +13 -7
- tccli/services/csip/csip_client.py +53 -0
- tccli/services/csip/v20221121/api.json +1468 -7
- tccli/services/csip/v20221121/examples.json +8 -0
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +126 -0
- tccli/services/cynosdb/v20190107/examples.json +12 -4
- tccli/services/dcdb/v20180411/api.json +45 -3
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +30 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +9 -0
- tccli/services/faceid/v20180301/api.json +22 -3
- tccli/services/hunyuan/v20230901/api.json +14 -14
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/live/v20180801/api.json +16 -7
- tccli/services/lke/v20231130/api.json +82 -6
- tccli/services/lke/v20231130/examples.json +3 -3
- tccli/services/mariadb/v20170312/api.json +45 -2
- tccli/services/mariadb/v20170312/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +172 -92
- tccli/services/mps/v20190612/examples.json +2 -2
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/omics/v20221128/api.json +20 -2
- tccli/services/organization/organization_client.py +106 -0
- tccli/services/organization/v20210331/api.json +258 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/ssl/ssl_client.py +53 -0
- tccli/services/ssl/v20191205/api.json +160 -9
- tccli/services/ssl/v20191205/examples.json +8 -0
- tccli/services/ssm/v20190923/api.json +1 -1
- tccli/services/tdmq/v20200217/api.json +65 -26
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/trocket/v20230308/api.json +226 -108
- tccli/services/trocket/v20230308/examples.json +13 -25
- tccli/services/trtc/v20190722/api.json +34 -15
- tccli/services/vpc/v20170312/api.json +20 -5
- tccli/services/vpc/v20170312/examples.json +2 -2
- tccli/services/weilingwith/v20230427/api.json +11 -11
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/RECORD +92 -81
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,7 +8,7 @@ Input:
|
|
8
8
|
tccli mps CreateAdaptiveDynamicStreamingTemplate --cli-unfold-argument \
|
9
9
|
--Name 转自适应码流模板1 \
|
10
10
|
--Format HLS \
|
11
|
-
--StreamInfos.0.Video.Codec
|
11
|
+
--StreamInfos.0.Video.Codec h264 \
|
12
12
|
--StreamInfos.0.Video.Bitrate 2000 \
|
13
13
|
--StreamInfos.0.Video.Fps 2000 \
|
14
14
|
--StreamInfos.0.Audio.Codec flac \
|
@@ -9,7 +9,7 @@ tccli mps ModifyAdaptiveDynamicStreamingTemplate --cli-unfold-argument \
|
|
9
9
|
--Definition 10038 \
|
10
10
|
--Name 转自适应码流模板2 \
|
11
11
|
--Format HLS \
|
12
|
-
--StreamInfos.0.Video.Codec
|
12
|
+
--StreamInfos.0.Video.Codec h264 \
|
13
13
|
--StreamInfos.0.Video.Bitrate 2000 \
|
14
14
|
--StreamInfos.0.Video.Fps 25 \
|
15
15
|
--StreamInfos.0.Audio.Codec flac \
|
@@ -0,0 +1,25 @@
|
|
1
|
+
**Example 1: 查询目标关联的有效策略**
|
2
|
+
|
3
|
+
查询目标关联的有效策略
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli organization DescribeEffectivePolicy --cli-unfold-argument \
|
9
|
+
--TargetId 111111111111
|
10
|
+
```
|
11
|
+
|
12
|
+
Output:
|
13
|
+
```
|
14
|
+
{
|
15
|
+
"Response": {
|
16
|
+
"EffectivePolicy": {
|
17
|
+
"TargetId": 111111111111,
|
18
|
+
"PolicyContent": "{\"tags\":{\"aaa\":{\"tag_key\":\"aaa\",\"tag_value\":[\"111\",\"222\"],\"resource_type_scope\":[\"cvm:instance\",\"cvm:volume\",\"cvm:keypair\",\"cvm:image\"]},\"bbb\":{\"tag_key\":\"bbb\",\"tag_value\":[\"333\"]}}}",
|
19
|
+
"LastUpdatedTimestamp": 1668394639
|
20
|
+
},
|
21
|
+
"RequestId": "b46d2afe-6893-4529-bc96-2c82d9214957"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
```
|
25
|
+
|
@@ -0,0 +1,43 @@
|
|
1
|
+
**Example 1: 获取成员标签检测不合规资源列表**
|
2
|
+
|
3
|
+
获取成员标签检测不合规资源列表
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli organization ListNonCompliantResource --cli-unfold-argument \
|
9
|
+
--MaxResults 10 \
|
10
|
+
--PaginationToken \
|
11
|
+
--MemberUin 1111111111
|
12
|
+
```
|
13
|
+
|
14
|
+
Output:
|
15
|
+
```
|
16
|
+
{
|
17
|
+
"Response": {
|
18
|
+
"Items": [
|
19
|
+
{
|
20
|
+
"Resource": "qcs::vpc::uin/1111111111:subnet/subnet-test1",
|
21
|
+
"ComplianceDetails": {
|
22
|
+
"ComplianceStatus": true,
|
23
|
+
"KeysWithNonCompliantValues": [
|
24
|
+
"abc"
|
25
|
+
],
|
26
|
+
"NonCompliantKeys": [
|
27
|
+
"abc"
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"Tags": [
|
31
|
+
{
|
32
|
+
"TagKey": "abc",
|
33
|
+
"TagValue": "abc"
|
34
|
+
}
|
35
|
+
]
|
36
|
+
}
|
37
|
+
],
|
38
|
+
"PaginationToken": "fgh363",
|
39
|
+
"RequestId": "242effbd-5220-4776-9cc2-87afbdcb68db"
|
40
|
+
}
|
41
|
+
}
|
42
|
+
```
|
43
|
+
|
@@ -0,0 +1,72 @@
|
|
1
|
+
**Example 1: 正常查询**
|
2
|
+
|
3
|
+
正常查询
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli ssl DescribeDeleteCertificatesTaskResult --cli-unfold-argument \
|
9
|
+
--TaskIds 11 12 13 15 14
|
10
|
+
```
|
11
|
+
|
12
|
+
Output:
|
13
|
+
```
|
14
|
+
{
|
15
|
+
"Response": {
|
16
|
+
"DeleteTaskResult": [
|
17
|
+
{
|
18
|
+
"TaskId": "11",
|
19
|
+
"Status": 0,
|
20
|
+
"CertId": "1ODjBeH8",
|
21
|
+
"Domains": [
|
22
|
+
"GMCert ECC Root CA - 01"
|
23
|
+
],
|
24
|
+
"Error": null,
|
25
|
+
"CacheTime": "2023-09-27 19:01:47"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"TaskId": "12",
|
29
|
+
"Status": 0,
|
30
|
+
"CertId": "25EMBPYQ",
|
31
|
+
"Domains": [
|
32
|
+
"hank.com"
|
33
|
+
],
|
34
|
+
"Error": null,
|
35
|
+
"CacheTime": "2023-09-27 19:01:48"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"TaskId": "13",
|
39
|
+
"Status": 0,
|
40
|
+
"CertId": "txV0pewo",
|
41
|
+
"Domains": [
|
42
|
+
"test.hankzzz.com"
|
43
|
+
],
|
44
|
+
"Error": null,
|
45
|
+
"CacheTime": "2023-09-27 19:01:48"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"TaskId": "14",
|
49
|
+
"Status": 4,
|
50
|
+
"CertId": "rcGiGyTx",
|
51
|
+
"Domains": [
|
52
|
+
"*.hath.fun"
|
53
|
+
],
|
54
|
+
"Error": "有未解绑的云资源",
|
55
|
+
"CacheTime": "2023-09-27 19:01:48"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"TaskId": "15",
|
59
|
+
"Status": 2,
|
60
|
+
"CertId": "4FVmnb1u",
|
61
|
+
"Domains": [
|
62
|
+
"*.hank-dv.com"
|
63
|
+
],
|
64
|
+
"Error": "当前的证书状态不支持此操作",
|
65
|
+
"CacheTime": "2023-09-27 19:01:48"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"RequestId": "037cc05f-c384-4d71-ab4f-a42d896ebb2e"
|
69
|
+
}
|
70
|
+
}
|
71
|
+
```
|
72
|
+
|
@@ -6,40 +6,43 @@ Input:
|
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli tdmq DescribeRabbitMQQueueDetail --cli-unfold-argument \
|
9
|
-
--InstanceId
|
10
|
-
--VirtualHost
|
11
|
-
--QueueName
|
9
|
+
--InstanceId abc \
|
10
|
+
--VirtualHost abc \
|
11
|
+
--QueueName abc
|
12
12
|
```
|
13
13
|
|
14
14
|
Output:
|
15
15
|
```
|
16
16
|
{
|
17
17
|
"Response": {
|
18
|
+
"InstanceId": "abc",
|
19
|
+
"VirtualHost": "abc",
|
20
|
+
"QueueName": "abc",
|
21
|
+
"QueueType": "abc",
|
18
22
|
"Consumers": 0,
|
19
23
|
"Durable": true,
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"VirtualHost": "xx",
|
24
|
-
"InstanceId": "xx",
|
24
|
+
"AutoDelete": true,
|
25
|
+
"Remark": "abc",
|
26
|
+
"MessageTTL": 0,
|
25
27
|
"AutoExpire": 0,
|
26
|
-
"
|
28
|
+
"MaxLength": 0,
|
27
29
|
"MaxLengthBytes": 0,
|
28
|
-
"MessageTTL": 0,
|
29
|
-
"SingleActiveConsumer": true,
|
30
|
-
"Remark": "xx",
|
31
|
-
"AutoDelete": true,
|
32
|
-
"DeadLetterExchange": "xx",
|
33
30
|
"DeliveryLimit": 0,
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
31
|
+
"OverflowBehaviour": "abc",
|
32
|
+
"DeadLetterExchange": "abc",
|
33
|
+
"DeadLetterRoutingKey": "abc",
|
34
|
+
"SingleActiveConsumer": true,
|
38
35
|
"MaximumPriority": 0,
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
36
|
+
"LazyMode": true,
|
37
|
+
"MasterLocator": "abc",
|
38
|
+
"MaxInMemoryLength": 0,
|
39
|
+
"MaxInMemoryBytes": 0,
|
40
|
+
"CreateTime": 0,
|
41
|
+
"Node": "abc",
|
42
|
+
"DeadLetterStrategy": "abc",
|
43
|
+
"QueueLeaderLocator": "abc",
|
44
|
+
"QuorumInitialGroupSize": 0,
|
45
|
+
"RequestId": "abc"
|
43
46
|
}
|
44
47
|
}
|
45
48
|
```
|
@@ -1,13 +1,13 @@
|
|
1
|
-
**Example 1:
|
1
|
+
**Example 1: 样例**
|
2
2
|
|
3
|
-
|
3
|
+
样例
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli trocket DescribeMQTTClient --cli-unfold-argument \
|
9
|
-
--InstanceId mqtt-
|
10
|
-
--ClientId
|
9
|
+
--InstanceId mqtt-2vnk55xv \
|
10
|
+
--ClientId sub_client2
|
11
11
|
```
|
12
12
|
|
13
13
|
Output:
|
@@ -16,66 +16,74 @@ Output:
|
|
16
16
|
"Error": null,
|
17
17
|
"RequestId": null,
|
18
18
|
"Response": {
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
19
|
+
"CleanSession": true,
|
20
|
+
"ClientAddress": "11.176.16.153:23354",
|
21
|
+
"ClientId": "sub_client2",
|
22
|
+
"ConnectTime": 1711444795304,
|
22
23
|
"ConnectionStatus": "CONNECTED",
|
23
|
-
"CreateTime":
|
24
|
-
"DisconnectTime": 0,
|
25
|
-
"Keepalive": 60,
|
26
|
-
"MQTTClientSubscriptions": [
|
27
|
-
{
|
28
|
-
"Qos": 0,
|
29
|
-
"TopicFilter": "mqtt-47ka4rdr%topic24"
|
30
|
-
}
|
31
|
-
],
|
32
|
-
"ProtocolVersion": 4,
|
33
|
-
"RequestId": "4ec9c58c-e6ac-4149-9673-b8f0d526a6aa"
|
34
|
-
}
|
35
|
-
}
|
36
|
-
```
|
37
|
-
|
38
|
-
**Example 2: 标准请求**
|
39
|
-
|
40
|
-
标准请求
|
41
|
-
|
42
|
-
Input:
|
43
|
-
|
44
|
-
```
|
45
|
-
tccli trocket DescribeMQTTClient --cli-unfold-argument \
|
46
|
-
--InstanceId mqtt-25m2jz9j \
|
47
|
-
--ClientId recv01
|
48
|
-
```
|
49
|
-
|
50
|
-
Output:
|
51
|
-
```
|
52
|
-
{
|
53
|
-
"Error": null,
|
54
|
-
"RequestId": null,
|
55
|
-
"Response": {
|
56
|
-
"ClientAddress": "/11.176.16.157:43440",
|
57
|
-
"ClientId": "recv01",
|
58
|
-
"ConnectTime": 1703581008199,
|
59
|
-
"ConnectionStatus": "CONNECTED",
|
60
|
-
"CreateTime": 1703581008198,
|
24
|
+
"CreateTime": 1711443908331,
|
61
25
|
"DisconnectTime": 0,
|
26
|
+
"Inbound": {
|
27
|
+
"Bytes": 40,
|
28
|
+
"Items": [
|
29
|
+
{
|
30
|
+
"Count": 1,
|
31
|
+
"MessageType": "SUBACK",
|
32
|
+
"Qos": 0
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"Count": 1,
|
36
|
+
"MessageType": "CONNACK",
|
37
|
+
"Qos": 0
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"Count": 14,
|
41
|
+
"MessageType": "PINGRESP",
|
42
|
+
"Qos": 0
|
43
|
+
}
|
44
|
+
]
|
45
|
+
},
|
62
46
|
"Keepalive": 60,
|
63
47
|
"MQTTClientSubscriptions": [
|
64
48
|
{
|
65
49
|
"Qos": 1,
|
66
|
-
"TopicFilter": "
|
50
|
+
"TopicFilter": "home/sun/+/"
|
67
51
|
},
|
68
52
|
{
|
69
53
|
"Qos": 1,
|
70
|
-
"TopicFilter": "
|
54
|
+
"TopicFilter": "home/temp/+/"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"Qos": 0,
|
58
|
+
"TopicFilter": "home/humidity/+/"
|
71
59
|
},
|
72
60
|
{
|
73
61
|
"Qos": 2,
|
74
|
-
"TopicFilter": "
|
62
|
+
"TopicFilter": "home/person/+/"
|
75
63
|
}
|
76
64
|
],
|
65
|
+
"OutBound": {
|
66
|
+
"Bytes": 134,
|
67
|
+
"Items": [
|
68
|
+
{
|
69
|
+
"Count": 1,
|
70
|
+
"MessageType": "CONNECT",
|
71
|
+
"Qos": 0
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"Count": 1,
|
75
|
+
"MessageType": "SUBSCRIBE",
|
76
|
+
"Qos": 1
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"Count": 14,
|
80
|
+
"MessageType": "PINGREQ",
|
81
|
+
"Qos": 0
|
82
|
+
}
|
83
|
+
]
|
84
|
+
},
|
77
85
|
"ProtocolVersion": 4,
|
78
|
-
"RequestId": "
|
86
|
+
"RequestId": "b59aa63c-6cc6-418a-92c7-c205cb30d4cd"
|
79
87
|
}
|
80
88
|
}
|
81
89
|
```
|
@@ -6,7 +6,7 @@ Input:
|
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli trocket DescribeMQTTInsPublicEndpoints --cli-unfold-argument \
|
9
|
-
--InstanceId mqtt-
|
9
|
+
--InstanceId mqtt-gn8qoq3z
|
10
10
|
```
|
11
11
|
|
12
12
|
Output:
|
@@ -15,11 +15,43 @@ Output:
|
|
15
15
|
"Error": null,
|
16
16
|
"RequestId": null,
|
17
17
|
"Response": {
|
18
|
-
"Bandwidth":
|
19
|
-
"Endpoints": [
|
20
|
-
|
21
|
-
|
22
|
-
|
18
|
+
"Bandwidth": 2,
|
19
|
+
"Endpoints": [
|
20
|
+
{
|
21
|
+
"Host": "mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com",
|
22
|
+
"Port": 22,
|
23
|
+
"SubnetId": null,
|
24
|
+
"Type": "mqtt-ws",
|
25
|
+
"Url": null,
|
26
|
+
"VpcId": null
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"Host": "mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com",
|
30
|
+
"Port": 11,
|
31
|
+
"SubnetId": null,
|
32
|
+
"Type": "mqtt-tcp",
|
33
|
+
"Url": null,
|
34
|
+
"VpcId": null
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"Host": "mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com",
|
38
|
+
"Port": 33,
|
39
|
+
"SubnetId": null,
|
40
|
+
"Type": "mqtt-tls",
|
41
|
+
"Url": null,
|
42
|
+
"VpcId": null
|
43
|
+
}
|
44
|
+
],
|
45
|
+
"InstanceId": "mqtt-gn8qoq3z",
|
46
|
+
"RequestId": "3891d712-94f7-4d03-9420-fae4fa3a61ea",
|
47
|
+
"Rules": [
|
48
|
+
{
|
49
|
+
"Allow": true,
|
50
|
+
"IpRule": "0.0.0.0/0",
|
51
|
+
"Remark": ""
|
52
|
+
}
|
53
|
+
],
|
54
|
+
"Status": "NORMAL"
|
23
55
|
}
|
24
56
|
}
|
25
57
|
```
|
@@ -1,12 +1,12 @@
|
|
1
|
-
**Example 1:
|
1
|
+
**Example 1: 样例**
|
2
2
|
|
3
|
-
|
3
|
+
样例
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli trocket DescribeMQTTInsVPCEndpoints --cli-unfold-argument \
|
9
|
-
--InstanceId mqtt-
|
9
|
+
--InstanceId mqtt-25zqb75a
|
10
10
|
```
|
11
11
|
|
12
12
|
Output:
|
@@ -17,23 +17,25 @@ Output:
|
|
17
17
|
"Response": {
|
18
18
|
"Endpoints": [
|
19
19
|
{
|
20
|
-
"Host": "mqtt-
|
20
|
+
"Host": "mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com",
|
21
|
+
"Ip": "10.0.0.25",
|
21
22
|
"Port": 1883,
|
22
|
-
"SubnetId":
|
23
|
+
"SubnetId": "subnet-fr9ez60m",
|
23
24
|
"Type": "mqtt-tcp",
|
24
|
-
"Url": "mqtt-
|
25
|
-
"VpcId":
|
25
|
+
"Url": "mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:1883",
|
26
|
+
"VpcId": "vpc-35wk4c6h"
|
26
27
|
},
|
27
28
|
{
|
28
|
-
"Host": "mqtt-
|
29
|
+
"Host": "mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com",
|
30
|
+
"Ip": "10.0.0.25",
|
29
31
|
"Port": 8888,
|
30
|
-
"SubnetId":
|
32
|
+
"SubnetId": "subnet-fr9ez60m",
|
31
33
|
"Type": "mqtt-ws",
|
32
|
-
"Url": "mqtt-
|
33
|
-
"VpcId":
|
34
|
+
"Url": "mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:8888",
|
35
|
+
"VpcId": "vpc-35wk4c6h"
|
34
36
|
}
|
35
37
|
],
|
36
|
-
"RequestId": "
|
38
|
+
"RequestId": "4313484d-47c1-4fc8-b402-f997d2ba7256"
|
37
39
|
}
|
38
40
|
}
|
39
41
|
```
|
@@ -21,7 +21,7 @@ Output:
|
|
21
21
|
"ClientNumLimit": 1,
|
22
22
|
"CreateTime": 1705565760,
|
23
23
|
"InstanceId": "mqtt-wjgxr8jg",
|
24
|
-
"InstanceName": "
|
24
|
+
"InstanceName": "su-0118-no-pub",
|
25
25
|
"InstanceStatus": "CREATE_FAILURE",
|
26
26
|
"InstanceType": "BASIC",
|
27
27
|
"Remark": "",
|
@@ -32,81 +32,6 @@ Output:
|
|
32
32
|
"TpsLimit": 1,
|
33
33
|
"Version": "1"
|
34
34
|
},
|
35
|
-
{
|
36
|
-
"ClientNumLimit": 1000,
|
37
|
-
"CreateTime": 1705562417,
|
38
|
-
"InstanceId": "mqtt-7pnqmkrx",
|
39
|
-
"InstanceName": "sunjianxiong-1",
|
40
|
-
"InstanceStatus": "RUNNING",
|
41
|
-
"InstanceType": "BASIC",
|
42
|
-
"Remark": "this is remark",
|
43
|
-
"SkuCode": "basic_1k",
|
44
|
-
"SubscriptionNumLimit": 1000,
|
45
|
-
"TopicNum": 0,
|
46
|
-
"TopicNumLimit": 25,
|
47
|
-
"TpsLimit": 1000,
|
48
|
-
"Version": "1"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"ClientNumLimit": 1000,
|
52
|
-
"CreateTime": 1705562390,
|
53
|
-
"InstanceId": "mqtt-92vrwg7q",
|
54
|
-
"InstanceName": "sunjianxiong-1",
|
55
|
-
"InstanceStatus": "RUNNING",
|
56
|
-
"InstanceType": "BASIC",
|
57
|
-
"Remark": "this is remark",
|
58
|
-
"SkuCode": "basic_1k",
|
59
|
-
"SubscriptionNumLimit": 1000,
|
60
|
-
"TopicNum": 0,
|
61
|
-
"TopicNumLimit": 25,
|
62
|
-
"TpsLimit": 1000,
|
63
|
-
"Version": "1"
|
64
|
-
},
|
65
|
-
{
|
66
|
-
"ClientNumLimit": 1000,
|
67
|
-
"CreateTime": 1705562343,
|
68
|
-
"InstanceId": "mqtt-mzjj8pwq",
|
69
|
-
"InstanceName": "sunjianxiong-1",
|
70
|
-
"InstanceStatus": "RUNNING",
|
71
|
-
"InstanceType": "BASIC",
|
72
|
-
"Remark": "this is remark",
|
73
|
-
"SkuCode": "basic_1k",
|
74
|
-
"SubscriptionNumLimit": 1000,
|
75
|
-
"TopicNum": 0,
|
76
|
-
"TopicNumLimit": 25,
|
77
|
-
"TpsLimit": 1000,
|
78
|
-
"Version": "1"
|
79
|
-
},
|
80
|
-
{
|
81
|
-
"ClientNumLimit": 1000,
|
82
|
-
"CreateTime": 1705562309,
|
83
|
-
"InstanceId": "mqtt-r8wq2qbr",
|
84
|
-
"InstanceName": "sunjianxiong",
|
85
|
-
"InstanceStatus": "RUNNING",
|
86
|
-
"InstanceType": "BASIC",
|
87
|
-
"Remark": "this is remark",
|
88
|
-
"SkuCode": "basic_1k",
|
89
|
-
"SubscriptionNumLimit": 1000,
|
90
|
-
"TopicNum": 0,
|
91
|
-
"TopicNumLimit": 25,
|
92
|
-
"TpsLimit": 1000,
|
93
|
-
"Version": "1"
|
94
|
-
},
|
95
|
-
{
|
96
|
-
"ClientNumLimit": 1000,
|
97
|
-
"CreateTime": 1705481574,
|
98
|
-
"InstanceId": "mqtt-o98e9db4",
|
99
|
-
"InstanceName": "sunjianxiong-0117",
|
100
|
-
"InstanceStatus": "RUNNING",
|
101
|
-
"InstanceType": "BASIC",
|
102
|
-
"Remark": "",
|
103
|
-
"SkuCode": "basic_1k",
|
104
|
-
"SubscriptionNumLimit": 1000,
|
105
|
-
"TopicNum": 1,
|
106
|
-
"TopicNumLimit": 25,
|
107
|
-
"TpsLimit": 1000,
|
108
|
-
"Version": "1"
|
109
|
-
},
|
110
35
|
{
|
111
36
|
"ClientNumLimit": 1000,
|
112
37
|
"CreateTime": 1705391046,
|
@@ -121,51 +46,6 @@ Output:
|
|
121
46
|
"TopicNumLimit": 25,
|
122
47
|
"TpsLimit": 1000,
|
123
48
|
"Version": "1"
|
124
|
-
},
|
125
|
-
{
|
126
|
-
"ClientNumLimit": 1000,
|
127
|
-
"CreateTime": 1705386756,
|
128
|
-
"InstanceId": "mqtt-3jaepn74",
|
129
|
-
"InstanceName": "sunjianxiong",
|
130
|
-
"InstanceStatus": "RUNNING",
|
131
|
-
"InstanceType": "BASIC",
|
132
|
-
"Remark": "this is remark",
|
133
|
-
"SkuCode": "basic_1k",
|
134
|
-
"SubscriptionNumLimit": 1000,
|
135
|
-
"TopicNum": 0,
|
136
|
-
"TopicNumLimit": 25,
|
137
|
-
"TpsLimit": 1000,
|
138
|
-
"Version": "1"
|
139
|
-
},
|
140
|
-
{
|
141
|
-
"ClientNumLimit": 1000,
|
142
|
-
"CreateTime": 1705305132,
|
143
|
-
"InstanceId": "mqtt-x4r9v2xq",
|
144
|
-
"InstanceName": "sunjianxiong-0115",
|
145
|
-
"InstanceStatus": "RUNNING",
|
146
|
-
"InstanceType": "BASIC",
|
147
|
-
"Remark": "",
|
148
|
-
"SkuCode": "basic_1k",
|
149
|
-
"SubscriptionNumLimit": 1000,
|
150
|
-
"TopicNum": 1,
|
151
|
-
"TopicNumLimit": 25,
|
152
|
-
"TpsLimit": 1000,
|
153
|
-
"Version": "1"
|
154
|
-
},
|
155
|
-
{
|
156
|
-
"ClientNumLimit": 1000,
|
157
|
-
"CreateTime": 1704962679,
|
158
|
-
"InstanceId": "mqtt-o47zowaz",
|
159
|
-
"InstanceName": "sjx-0111",
|
160
|
-
"InstanceStatus": "RUNNING",
|
161
|
-
"InstanceType": "BASIC",
|
162
|
-
"Remark": "",
|
163
|
-
"SkuCode": "basic_1k",
|
164
|
-
"SubscriptionNumLimit": 1000,
|
165
|
-
"TopicNum": 0,
|
166
|
-
"TopicNumLimit": 1000,
|
167
|
-
"TpsLimit": 1000,
|
168
|
-
"Version": "1"
|
169
49
|
}
|
170
50
|
],
|
171
51
|
"RequestId": "9424369d-904f-4fa2-b407-0bd5e536e989",
|
@@ -7,53 +7,6 @@ Input:
|
|
7
7
|
```
|
8
8
|
tccli trocket DescribeMQTTProductSKUList --cli-unfold-argument ```
|
9
9
|
|
10
|
-
Output:
|
11
|
-
```
|
12
|
-
{
|
13
|
-
"Error": null,
|
14
|
-
"RequestId": null,
|
15
|
-
"Response": {
|
16
|
-
"MQTTProductSkuList": [
|
17
|
-
{
|
18
|
-
"ClientNumLimit": 1,
|
19
|
-
"InstanceType": "BASIC",
|
20
|
-
"OnSale": true,
|
21
|
-
"ProxySpecCore": 2,
|
22
|
-
"ProxySpecCount": 1,
|
23
|
-
"ProxySpecMemory": 4,
|
24
|
-
"SkuCode": "mqtt_1k",
|
25
|
-
"SubscriptionNumLimit": 1,
|
26
|
-
"TopicNumLimit": 1,
|
27
|
-
"TpsLimit": 1
|
28
|
-
},
|
29
|
-
{
|
30
|
-
"ClientNumLimit": 1000,
|
31
|
-
"InstanceType": "BASIC",
|
32
|
-
"OnSale": true,
|
33
|
-
"ProxySpecCore": 1,
|
34
|
-
"ProxySpecCount": 2,
|
35
|
-
"ProxySpecMemory": 2,
|
36
|
-
"SkuCode": "basic_1k",
|
37
|
-
"SubscriptionNumLimit": 1000,
|
38
|
-
"TopicNumLimit": 25,
|
39
|
-
"TpsLimit": 1000
|
40
|
-
}
|
41
|
-
],
|
42
|
-
"RequestId": "73a1275e-26ce-494c-90d0-d7f9d0510730",
|
43
|
-
"TotalCount": 2
|
44
|
-
}
|
45
|
-
}
|
46
|
-
```
|
47
|
-
|
48
|
-
**Example 2: 标志示例**
|
49
|
-
|
50
|
-
标志示例
|
51
|
-
|
52
|
-
Input:
|
53
|
-
|
54
|
-
```
|
55
|
-
tccli trocket DescribeMQTTProductSKUList --cli-unfold-argument ```
|
56
|
-
|
57
10
|
Output:
|
58
11
|
```
|
59
12
|
{
|