tccli 3.0.1354.1__py2.py3-none-any.whl → 3.0.1355.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/aiart/v20221229/api.json +1 -1
- tccli/services/apm/v20210622/api.json +38 -0
- tccli/services/autoscaling/v20180419/api.json +45 -1
- tccli/services/ccc/v20200210/api.json +90 -0
- tccli/services/cdwch/v20200915/api.json +85 -85
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +260 -0
- tccli/services/ctsdb/v20230202/api.json +679 -0
- tccli/services/ctsdb/v20230202/examples.json +21 -0
- tccli/services/essbasic/v20210526/api.json +46 -1
- tccli/services/hunyuan/v20230901/api.json +80 -0
- tccli/services/igtm/v20231024/api.json +52 -52
- tccli/services/igtm/v20231024/examples.json +21 -21
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/securitylake/v20240117/api.json +2 -2
- tccli/services/ssl/v20191205/api.json +50 -0
- tccli/services/tcaplusdb/v20190823/api.json +2 -2
- tccli/services/teo/v20220901/api.json +55 -6
- tccli/services/teo/v20220901/examples.json +18 -0
- tccli/services/tts/v20190823/api.json +3 -3
- tccli/services/vclm/v20240523/api.json +2 -2
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1355.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1355.1.dist-info}/RECORD +29 -25
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1355.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1355.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1355.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"DescribeClusters": [
|
4
|
+
{
|
5
|
+
"document": "查询实例列表",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: ctsdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"Filters\": [\n {\n \"Name\": \"cluster_id\",\n \"Op\": \"=\",\n \"Values\": [\n \"ctsdbi-xxxxxxx\"\n ]\n }\n ],\n \"Orders\": [\n {\n \"Name\": \"created_at\",\n \"Type\": \"DESC\"\n }\n ]\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Clusters\": [\n {\n \"AppID\": 123456789,\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"AccountID\": \"xxxxxx==\",\n \"Name\": \"测试实例\",\n \"Region\": \"guangzhou\",\n \"Zones\": \"guangzhou-3\",\n \"Networks\": [\n {\n \"VIP\": \"10.0.0.x\",\n \"Port\": 8086,\n \"VpcId\": \"332211\",\n \"SubnetId\": \"55321\"\n }\n ],\n \"Spec\": {\n \"RequestUnit\": 1,\n \"PayMode\": 1,\n \"CpuLimit\": 1,\n \"MemoryLimit\": 4,\n \"DiskLimit\": 100,\n \"Shards\": 3,\n \"Replicas\": 1\n },\n \"Status\": 1,\n \"Period\": {\n \"StartTime\": \"2020-09-22T00:00:00+00:00\",\n \"EndTime\": \"2020-09-22T00:00:00+00:00\"\n },\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"Tenant\": {},\n \"Tags\": [\n {\n \"Key\": \"test\",\n \"Value\": \"示例\"\n }\n ],\n \"Security\": [\n \"test\"\n ]\n }\n ],\n \"RequestId\": \"requestxxxxxxxxxx\"\n }\n}",
|
8
|
+
"title": "查询实例列表"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"DescribeDatabases": [
|
12
|
+
{
|
13
|
+
"document": "查询数据库列表",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: ctsdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"Database\": {\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"Name\": \"测试\",\n \"CoolDownInDays\": 0,\n \"RetentionInDays\": 0,\n \"Remark\": \"\",\n \"Status\": 0,\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\"\n },\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Databases\": [\n {\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"Name\": \"testData\",\n \"CoolDownInDays\": 0,\n \"RetentionInDays\": 0,\n \"Remark\": \"test\",\n \"Status\": 0,\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"requestxxxxxxxxx\"\n }\n}",
|
16
|
+
"title": "查询数据库列表"
|
17
|
+
}
|
18
|
+
]
|
19
|
+
},
|
20
|
+
"version": "1.0"
|
21
|
+
}
|
@@ -4871,7 +4871,7 @@
|
|
4871
4871
|
},
|
4872
4872
|
{
|
4873
4873
|
"disabled": false,
|
4874
|
-
"document": "
|
4874
|
+
"document": "偏移量:从 0 开始,最大20000。",
|
4875
4875
|
"example": "0",
|
4876
4876
|
"member": "int64",
|
4877
4877
|
"name": "Offset",
|
@@ -6020,6 +6020,51 @@
|
|
6020
6020
|
"name": "CanEditApprover",
|
6021
6021
|
"required": false,
|
6022
6022
|
"type": "bool"
|
6023
|
+
},
|
6024
|
+
{
|
6025
|
+
"disabled": false,
|
6026
|
+
"document": "是否可以拒签 默认false-可以拒签 true-不可以拒签",
|
6027
|
+
"example": "true",
|
6028
|
+
"member": "bool",
|
6029
|
+
"name": "NoRefuse",
|
6030
|
+
"required": false,
|
6031
|
+
"type": "bool"
|
6032
|
+
},
|
6033
|
+
{
|
6034
|
+
"disabled": false,
|
6035
|
+
"document": "是否可以转发 默认false-可以转发 true-不可以转发",
|
6036
|
+
"example": "true",
|
6037
|
+
"member": "bool",
|
6038
|
+
"name": "NoTransfer",
|
6039
|
+
"required": false,
|
6040
|
+
"type": "bool"
|
6041
|
+
},
|
6042
|
+
{
|
6043
|
+
"disabled": false,
|
6044
|
+
"document": "当签署方有多个签署区时候,是否隐藏一键所有的签署区\n\nfalse:(默认)不隐藏\ntrue:隐藏,每个签署区要单独选择印章或者签名",
|
6045
|
+
"example": "true",
|
6046
|
+
"member": "bool",
|
6047
|
+
"name": "HideOneKeySign",
|
6048
|
+
"required": false,
|
6049
|
+
"type": "bool"
|
6050
|
+
},
|
6051
|
+
{
|
6052
|
+
"disabled": false,
|
6053
|
+
"document": "签署人阅读合同限制参数\n <br/>取值:\n<ul>\n<li> LimitReadTimeAndBottom,阅读合同必须限制阅读时长并且必须阅读到底</li>\n<li> LimitReadTime,阅读合同仅限制阅读时长</li>\n<li> LimitBottom,阅读合同仅限制必须阅读到底</li>\n<li> NoReadTimeAndBottom,阅读合同不限制阅读时长且不限制阅读到底(白名单功能,请联系客户经理开白使用)</li>\n</ul>",
|
6054
|
+
"example": "LimitBottom",
|
6055
|
+
"member": "string",
|
6056
|
+
"name": "FlowReadLimit",
|
6057
|
+
"required": false,
|
6058
|
+
"type": "string"
|
6059
|
+
},
|
6060
|
+
{
|
6061
|
+
"disabled": false,
|
6062
|
+
"document": "禁止在签署过程中添加签署日期控件\n <br/>前置条件:文件发起合同时,指定SignBeanTag=1(可以在签署过程中添加签署控件):\n<ul>\n<li> 默认值:false,在开启:签署过程中添加签署控件时,添加签署控件会默认自带签署日期控件</li>\n<li> 可选值:true,在开启:签署过程中添加签署控件时,添加签署控件不会自带签署日期控件</li>\n</ul>",
|
6063
|
+
"example": "true",
|
6064
|
+
"member": "bool",
|
6065
|
+
"name": "ForbidAddSignDate",
|
6066
|
+
"required": false,
|
6067
|
+
"type": "bool"
|
6023
6068
|
}
|
6024
6069
|
],
|
6025
6070
|
"usage": "in"
|
@@ -2536,6 +2536,26 @@
|
|
2536
2536
|
"type": "string",
|
2537
2537
|
"value_allowed_null": false
|
2538
2538
|
},
|
2539
|
+
{
|
2540
|
+
"disabled": false,
|
2541
|
+
"document": "如果Url为图片地址,标识图片宽度。",
|
2542
|
+
"example": "无",
|
2543
|
+
"member": "int64",
|
2544
|
+
"name": "Width",
|
2545
|
+
"output_required": false,
|
2546
|
+
"type": "int",
|
2547
|
+
"value_allowed_null": false
|
2548
|
+
},
|
2549
|
+
{
|
2550
|
+
"disabled": false,
|
2551
|
+
"document": "如果Url为图片地址,标识图片高度。",
|
2552
|
+
"example": "无",
|
2553
|
+
"member": "int64",
|
2554
|
+
"name": "Height",
|
2555
|
+
"output_required": false,
|
2556
|
+
"type": "int",
|
2557
|
+
"value_allowed_null": false
|
2558
|
+
},
|
2539
2559
|
{
|
2540
2560
|
"disabled": false,
|
2541
2561
|
"document": "多媒体详情地址。\n说明:\n1. 仅 type 为 image 时,该字段有值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -2546,6 +2566,36 @@
|
|
2546
2566
|
"type": "string",
|
2547
2567
|
"value_allowed_null": true
|
2548
2568
|
},
|
2569
|
+
{
|
2570
|
+
"disabled": false,
|
2571
|
+
"document": "缩略图地址。",
|
2572
|
+
"example": "无",
|
2573
|
+
"member": "string",
|
2574
|
+
"name": "ThumbURL",
|
2575
|
+
"output_required": false,
|
2576
|
+
"type": "string",
|
2577
|
+
"value_allowed_null": false
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"disabled": false,
|
2581
|
+
"document": "缩略图宽度",
|
2582
|
+
"example": "无",
|
2583
|
+
"member": "int64",
|
2584
|
+
"name": "ThumbWidth",
|
2585
|
+
"output_required": false,
|
2586
|
+
"type": "int",
|
2587
|
+
"value_allowed_null": false
|
2588
|
+
},
|
2589
|
+
{
|
2590
|
+
"disabled": false,
|
2591
|
+
"document": "缩略图高度",
|
2592
|
+
"example": "无",
|
2593
|
+
"member": "int64",
|
2594
|
+
"name": "ThumbHeight",
|
2595
|
+
"output_required": false,
|
2596
|
+
"type": "int",
|
2597
|
+
"value_allowed_null": false
|
2598
|
+
},
|
2549
2599
|
{
|
2550
2600
|
"disabled": false,
|
2551
2601
|
"document": "名称。\n说明:\n1. type 为 image 时,该字段为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -2585,6 +2635,36 @@
|
|
2585
2635
|
"output_required": false,
|
2586
2636
|
"type": "object",
|
2587
2637
|
"value_allowed_null": true
|
2638
|
+
},
|
2639
|
+
{
|
2640
|
+
"disabled": false,
|
2641
|
+
"document": "发布时间。",
|
2642
|
+
"example": "无",
|
2643
|
+
"member": "string",
|
2644
|
+
"name": "PublishTime",
|
2645
|
+
"output_required": false,
|
2646
|
+
"type": "string",
|
2647
|
+
"value_allowed_null": false
|
2648
|
+
},
|
2649
|
+
{
|
2650
|
+
"disabled": false,
|
2651
|
+
"document": "站点名称",
|
2652
|
+
"example": "无",
|
2653
|
+
"member": "string",
|
2654
|
+
"name": "SiteName",
|
2655
|
+
"output_required": false,
|
2656
|
+
"type": "string",
|
2657
|
+
"value_allowed_null": false
|
2658
|
+
},
|
2659
|
+
{
|
2660
|
+
"disabled": false,
|
2661
|
+
"document": "站点图标",
|
2662
|
+
"example": "无",
|
2663
|
+
"member": "string",
|
2664
|
+
"name": "SiteIcon",
|
2665
|
+
"output_required": false,
|
2666
|
+
"type": "string",
|
2667
|
+
"value_allowed_null": false
|
2588
2668
|
}
|
2589
2669
|
],
|
2590
2670
|
"usage": "out"
|
@@ -592,7 +592,7 @@
|
|
592
592
|
{
|
593
593
|
"disabled": false,
|
594
594
|
"document": "地址列表",
|
595
|
-
"example": "[]",
|
595
|
+
"example": "[{\"Addr\": \"2.2.2.2\"}]",
|
596
596
|
"member": "Address",
|
597
597
|
"name": "AddressSet",
|
598
598
|
"required": true,
|
@@ -638,7 +638,7 @@
|
|
638
638
|
{
|
639
639
|
"disabled": false,
|
640
640
|
"document": "业务域名",
|
641
|
-
"example": "
|
641
|
+
"example": "mainDomain.com",
|
642
642
|
"member": "string",
|
643
643
|
"name": "Domain",
|
644
644
|
"required": true,
|
@@ -683,7 +683,7 @@
|
|
683
683
|
{
|
684
684
|
"disabled": false,
|
685
685
|
"document": "接入主域名",
|
686
|
-
"example": "
|
686
|
+
"example": "rootDomain.com",
|
687
687
|
"member": "string",
|
688
688
|
"name": "AccessDomain",
|
689
689
|
"required": false,
|
@@ -692,7 +692,7 @@
|
|
692
692
|
{
|
693
693
|
"disabled": false,
|
694
694
|
"document": "接入子域名",
|
695
|
-
"example": "
|
695
|
+
"example": "subDomain",
|
696
696
|
"member": "string",
|
697
697
|
"name": "AccessSubDomain",
|
698
698
|
"required": false,
|
@@ -701,7 +701,7 @@
|
|
701
701
|
{
|
702
702
|
"disabled": false,
|
703
703
|
"document": "备注",
|
704
|
-
"example": "
|
704
|
+
"example": "备注信息",
|
705
705
|
"member": "string",
|
706
706
|
"name": "Remark",
|
707
707
|
"required": false,
|
@@ -710,7 +710,7 @@
|
|
710
710
|
{
|
711
711
|
"disabled": false,
|
712
712
|
"document": "套餐资源id,必填",
|
713
|
-
"example": "
|
713
|
+
"example": "ins-sdsdad12x",
|
714
714
|
"member": "string",
|
715
715
|
"name": "ResourceId",
|
716
716
|
"required": false,
|
@@ -895,13 +895,13 @@
|
|
895
895
|
"members": [
|
896
896
|
{
|
897
897
|
"disabled": false,
|
898
|
-
"document": "监控器id
|
898
|
+
"document": "监控器id",
|
899
899
|
"example": "1",
|
900
900
|
"member": "uint64",
|
901
901
|
"name": "MonitorId",
|
902
902
|
"output_required": true,
|
903
903
|
"type": "int",
|
904
|
-
"value_allowed_null":
|
904
|
+
"value_allowed_null": false
|
905
905
|
},
|
906
906
|
{
|
907
907
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -986,13 +986,13 @@
|
|
986
986
|
"members": [
|
987
987
|
{
|
988
988
|
"disabled": false,
|
989
|
-
"document": "新增策略id
|
989
|
+
"document": "新增策略id",
|
990
990
|
"example": "1",
|
991
991
|
"member": "int64",
|
992
992
|
"name": "StrategyId",
|
993
993
|
"output_required": true,
|
994
994
|
"type": "int",
|
995
|
-
"value_allowed_null":
|
995
|
+
"value_allowed_null": false
|
996
996
|
},
|
997
997
|
{
|
998
998
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1023,13 +1023,13 @@
|
|
1023
1023
|
"members": [
|
1024
1024
|
{
|
1025
1025
|
"disabled": false,
|
1026
|
-
"document": "
|
1026
|
+
"document": "是否成功",
|
1027
1027
|
"example": "success",
|
1028
1028
|
"member": "string",
|
1029
1029
|
"name": "Msg",
|
1030
1030
|
"output_required": true,
|
1031
1031
|
"type": "string",
|
1032
|
-
"value_allowed_null":
|
1032
|
+
"value_allowed_null": false
|
1033
1033
|
},
|
1034
1034
|
{
|
1035
1035
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1060,13 +1060,13 @@
|
|
1060
1060
|
"members": [
|
1061
1061
|
{
|
1062
1062
|
"disabled": false,
|
1063
|
-
"document": "
|
1063
|
+
"document": "成功返回",
|
1064
1064
|
"example": "success",
|
1065
1065
|
"member": "string",
|
1066
1066
|
"name": "Msg",
|
1067
1067
|
"output_required": true,
|
1068
1068
|
"type": "string",
|
1069
|
-
"value_allowed_null":
|
1069
|
+
"value_allowed_null": false
|
1070
1070
|
},
|
1071
1071
|
{
|
1072
1072
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1106,13 +1106,13 @@
|
|
1106
1106
|
"members": [
|
1107
1107
|
{
|
1108
1108
|
"disabled": false,
|
1109
|
-
"document": "
|
1109
|
+
"document": "是否成功",
|
1110
1110
|
"example": "success",
|
1111
1111
|
"member": "string",
|
1112
1112
|
"name": "Msg",
|
1113
1113
|
"output_required": true,
|
1114
1114
|
"type": "string",
|
1115
|
-
"value_allowed_null":
|
1115
|
+
"value_allowed_null": false
|
1116
1116
|
},
|
1117
1117
|
{
|
1118
1118
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1143,13 +1143,13 @@
|
|
1143
1143
|
"members": [
|
1144
1144
|
{
|
1145
1145
|
"disabled": false,
|
1146
|
-
"document": "
|
1147
|
-
"example": "
|
1146
|
+
"document": "所属地域",
|
1147
|
+
"example": "无",
|
1148
1148
|
"member": "AddressLocation",
|
1149
1149
|
"name": "AddressLocation",
|
1150
1150
|
"output_required": true,
|
1151
1151
|
"type": "list",
|
1152
|
-
"value_allowed_null":
|
1152
|
+
"value_allowed_null": false
|
1153
1153
|
},
|
1154
1154
|
{
|
1155
1155
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1180,23 +1180,23 @@
|
|
1180
1180
|
"members": [
|
1181
1181
|
{
|
1182
1182
|
"disabled": false,
|
1183
|
-
"document": "
|
1183
|
+
"document": "资源组详情描述",
|
1184
1184
|
"example": "无",
|
1185
1185
|
"member": "AddressPoolDetail",
|
1186
1186
|
"name": "AddressPool",
|
1187
1187
|
"output_required": true,
|
1188
1188
|
"type": "object",
|
1189
|
-
"value_allowed_null":
|
1189
|
+
"value_allowed_null": false
|
1190
1190
|
},
|
1191
1191
|
{
|
1192
1192
|
"disabled": false,
|
1193
|
-
"document": "
|
1193
|
+
"document": "资源组中的资源列表",
|
1194
1194
|
"example": "无",
|
1195
1195
|
"member": "Address",
|
1196
1196
|
"name": "AddressSet",
|
1197
1197
|
"output_required": true,
|
1198
1198
|
"type": "list",
|
1199
|
-
"value_allowed_null":
|
1199
|
+
"value_allowed_null": false
|
1200
1200
|
},
|
1201
1201
|
{
|
1202
1202
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1245,23 +1245,23 @@
|
|
1245
1245
|
"members": [
|
1246
1246
|
{
|
1247
1247
|
"disabled": false,
|
1248
|
-
"document": "
|
1248
|
+
"document": "资源组列表",
|
1249
1249
|
"example": "无",
|
1250
1250
|
"member": "AddressPool",
|
1251
1251
|
"name": "AddressPoolSet",
|
1252
1252
|
"output_required": true,
|
1253
1253
|
"type": "list",
|
1254
|
-
"value_allowed_null":
|
1254
|
+
"value_allowed_null": false
|
1255
1255
|
},
|
1256
1256
|
{
|
1257
1257
|
"disabled": false,
|
1258
|
-
"document": "
|
1259
|
-
"example": "
|
1258
|
+
"document": "总数",
|
1259
|
+
"example": "1",
|
1260
1260
|
"member": "uint64",
|
1261
1261
|
"name": "TotalCount",
|
1262
1262
|
"output_required": true,
|
1263
1263
|
"type": "int",
|
1264
|
-
"value_allowed_null":
|
1264
|
+
"value_allowed_null": false
|
1265
1265
|
},
|
1266
1266
|
{
|
1267
1267
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1594,33 +1594,33 @@
|
|
1594
1594
|
"members": [
|
1595
1595
|
{
|
1596
1596
|
"disabled": false,
|
1597
|
-
"document": "
|
1597
|
+
"document": "实例列表",
|
1598
1598
|
"example": "无",
|
1599
1599
|
"member": "Instance",
|
1600
1600
|
"name": "InstanceSet",
|
1601
1601
|
"output_required": true,
|
1602
1602
|
"type": "list",
|
1603
|
-
"value_allowed_null":
|
1603
|
+
"value_allowed_null": false
|
1604
1604
|
},
|
1605
1605
|
{
|
1606
1606
|
"disabled": false,
|
1607
|
-
"document": "
|
1608
|
-
"example": "
|
1607
|
+
"document": "列表总数",
|
1608
|
+
"example": "1",
|
1609
1609
|
"member": "uint64",
|
1610
1610
|
"name": "TotalCount",
|
1611
1611
|
"output_required": true,
|
1612
1612
|
"type": "int",
|
1613
|
-
"value_allowed_null":
|
1613
|
+
"value_allowed_null": false
|
1614
1614
|
},
|
1615
1615
|
{
|
1616
1616
|
"disabled": false,
|
1617
|
-
"document": "是否支持系统域名接入:true支持;false
|
1618
|
-
"example": "
|
1617
|
+
"document": "是否支持系统域名接入:true支持;false不支持",
|
1618
|
+
"example": "false",
|
1619
1619
|
"member": "bool",
|
1620
1620
|
"name": "SystemAccessEnabled",
|
1621
1621
|
"output_required": false,
|
1622
1622
|
"type": "bool",
|
1623
|
-
"value_allowed_null":
|
1623
|
+
"value_allowed_null": false
|
1624
1624
|
},
|
1625
1625
|
{
|
1626
1626
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1771,13 +1771,13 @@
|
|
1771
1771
|
"members": [
|
1772
1772
|
{
|
1773
1773
|
"disabled": false,
|
1774
|
-
"document": "
|
1775
|
-
"example": "
|
1774
|
+
"document": "监控器列表",
|
1775
|
+
"example": "无",
|
1776
1776
|
"member": "MonitorDetail",
|
1777
1777
|
"name": "MonitorDataSet",
|
1778
1778
|
"output_required": true,
|
1779
1779
|
"type": "list",
|
1780
|
-
"value_allowed_null":
|
1780
|
+
"value_allowed_null": false
|
1781
1781
|
},
|
1782
1782
|
{
|
1783
1783
|
"disabled": false,
|
@@ -1841,7 +1841,7 @@
|
|
1841
1841
|
{
|
1842
1842
|
"disabled": false,
|
1843
1843
|
"document": "实例id",
|
1844
|
-
"example": "gtm-
|
1844
|
+
"example": "gtm-dsdd123xdo",
|
1845
1845
|
"member": "string",
|
1846
1846
|
"name": "InstanceId",
|
1847
1847
|
"required": true,
|
@@ -1928,23 +1928,23 @@
|
|
1928
1928
|
"members": [
|
1929
1929
|
{
|
1930
1930
|
"disabled": false,
|
1931
|
-
"document": "
|
1931
|
+
"document": "策略列表",
|
1932
1932
|
"example": "无",
|
1933
1933
|
"member": "Strategy",
|
1934
1934
|
"name": "StrategySet",
|
1935
1935
|
"output_required": true,
|
1936
1936
|
"type": "list",
|
1937
|
-
"value_allowed_null":
|
1937
|
+
"value_allowed_null": false
|
1938
1938
|
},
|
1939
1939
|
{
|
1940
1940
|
"disabled": false,
|
1941
|
-
"document": "
|
1942
|
-
"example": "
|
1941
|
+
"document": "总数",
|
1942
|
+
"example": "1",
|
1943
1943
|
"member": "uint64",
|
1944
1944
|
"name": "TotalCount",
|
1945
1945
|
"output_required": true,
|
1946
1946
|
"type": "int",
|
1947
|
-
"value_allowed_null":
|
1947
|
+
"value_allowed_null": false
|
1948
1948
|
},
|
1949
1949
|
{
|
1950
1950
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3021,7 +3021,7 @@
|
|
3021
3021
|
},
|
3022
3022
|
{
|
3023
3023
|
"disabled": false,
|
3024
|
-
"document": "流量策略: WEIGHT负载均衡,
|
3024
|
+
"document": "流量策略: WEIGHT负载均衡,ALL解析全部",
|
3025
3025
|
"example": "ALL",
|
3026
3026
|
"member": "string",
|
3027
3027
|
"name": "TrafficStrategy",
|
@@ -3054,13 +3054,13 @@
|
|
3054
3054
|
"members": [
|
3055
3055
|
{
|
3056
3056
|
"disabled": false,
|
3057
|
-
"document": "
|
3057
|
+
"document": "是否修改成功",
|
3058
3058
|
"example": "success",
|
3059
3059
|
"member": "string",
|
3060
3060
|
"name": "Msg",
|
3061
3061
|
"output_required": true,
|
3062
3062
|
"type": "string",
|
3063
|
-
"value_allowed_null":
|
3063
|
+
"value_allowed_null": false
|
3064
3064
|
},
|
3065
3065
|
{
|
3066
3066
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3281,13 +3281,13 @@
|
|
3281
3281
|
"members": [
|
3282
3282
|
{
|
3283
3283
|
"disabled": false,
|
3284
|
-
"document": "success
|
3284
|
+
"document": "success 为修改成功",
|
3285
3285
|
"example": "success",
|
3286
3286
|
"member": "string",
|
3287
3287
|
"name": "Msg",
|
3288
3288
|
"output_required": true,
|
3289
3289
|
"type": "string",
|
3290
|
-
"value_allowed_null":
|
3290
|
+
"value_allowed_null": false
|
3291
3291
|
},
|
3292
3292
|
{
|
3293
3293
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3390,13 +3390,13 @@
|
|
3390
3390
|
"members": [
|
3391
3391
|
{
|
3392
3392
|
"disabled": false,
|
3393
|
-
"document": "
|
3393
|
+
"document": "是否成功",
|
3394
3394
|
"example": "success",
|
3395
3395
|
"member": "string",
|
3396
3396
|
"name": "Msg",
|
3397
3397
|
"output_required": true,
|
3398
3398
|
"type": "string",
|
3399
|
-
"value_allowed_null":
|
3399
|
+
"value_allowed_null": false
|
3400
3400
|
},
|
3401
3401
|
{
|
3402
3402
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|