tccli 3.0.827.1__py2.py3-none-any.whl → 3.0.829.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/services/autoscaling/v20180419/api.json +14 -14
- tccli/services/cam/v20190116/api.json +16 -9
- tccli/services/cam/v20190116/examples.json +2 -2
- tccli/services/cdn/v20180606/api.json +6 -6
- tccli/services/cdn/v20180606/examples.json +4 -4
- tccli/services/cloudstudio/cloudstudio_client.py +53 -0
- tccli/services/cloudstudio/v20210524/api.json +89 -0
- tccli/services/cloudstudio/v20210524/examples.json +8 -0
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/ess/v20201111/api.json +9 -0
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +134 -383
- tccli/services/essbasic/v20210526/examples.json +89 -95
- tccli/services/faceid/v20180301/api.json +19 -33
- tccli/services/ic/v20190307/api.json +1 -1
- tccli/services/ims/ims_client.py +53 -0
- tccli/services/ims/v20200713/api.json +3 -23
- tccli/services/ims/v20200713/examples.json +2 -2
- tccli/services/ims/v20201229/api.json +107 -2
- tccli/services/ims/v20201229/examples.json +10 -2
- tccli/services/live/v20180801/api.json +2 -6
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +50 -51
- tccli/services/mongodb/v20190725/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +8130 -2302
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +32 -134
- tccli/services/ocr/v20181119/examples.json +15 -15
- tccli/services/pts/v20210728/api.json +27 -78
- tccli/services/sqlserver/v20180328/api.json +5 -5
- tccli/services/sslpod/v20190605/api.json +1 -1
- tccli/services/tem/v20210701/api.json +1 -1
- tccli/services/tione/v20191022/api.json +1 -1
- tccli/services/tione/v20211111/api.json +1 -1
- tccli/services/tke/v20180525/api.json +26 -32
- tccli/services/tke/v20180525/examples.json +9 -9
- tccli/services/trtc/v20190722/api.json +3 -25
- tccli/services/vpc/v20170312/api.json +60 -51
- tccli/services/vpc/v20170312/examples.json +17 -17
- {tccli-3.0.827.1.dist-info → tccli-3.0.829.1.dist-info}/METADATA +2 -2
- {tccli-3.0.827.1.dist-info → tccli-3.0.829.1.dist-info}/RECORD +46 -46
- {tccli-3.0.827.1.dist-info → tccli-3.0.829.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.827.1.dist-info → tccli-3.0.829.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.827.1.dist-info → tccli-3.0.829.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.827.1.dist-info → tccli-3.0.829.1.dist-info}/top_level.txt +0 -0
@@ -113,7 +113,7 @@
|
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
115
|
"CreateLiveTranscodeRule": {
|
116
|
-
"document": "
|
116
|
+
"document": "创建转码规则,数量上限:50,需要先调用[CreateLiveTranscodeTemplate](/document/product/267/32646)接口创建转码模板,将返回的模板id绑定到流使用。\n<br>转码相关文档:[直播转封装及转码](/document/product/267/32736)。",
|
117
117
|
"input": "CreateLiveTranscodeRuleRequest",
|
118
118
|
"name": "创建转码规则",
|
119
119
|
"output": "CreateLiveTranscodeRuleResponse",
|
@@ -3154,7 +3154,6 @@
|
|
3154
3154
|
"document": "CreateLiveTranscodeRule请求参数结构体",
|
3155
3155
|
"members": [
|
3156
3156
|
{
|
3157
|
-
"default": "",
|
3158
3157
|
"document": "播放域名。",
|
3159
3158
|
"example": "xxx.xx.com",
|
3160
3159
|
"member": "string",
|
@@ -3163,8 +3162,7 @@
|
|
3163
3162
|
"type": "string"
|
3164
3163
|
},
|
3165
3164
|
{
|
3166
|
-
"
|
3167
|
-
"document": "推流路径,与推流和播放地址中的AppName保持一致。如果只绑定域名,则此处填空。",
|
3165
|
+
"document": "推流路径,与推流和播放地址中的AppName保持一致。如果只绑定域名,则此处填\"\"。",
|
3168
3166
|
"example": "live",
|
3169
3167
|
"member": "string",
|
3170
3168
|
"name": "AppName",
|
@@ -3172,7 +3170,6 @@
|
|
3172
3170
|
"type": "string"
|
3173
3171
|
},
|
3174
3172
|
{
|
3175
|
-
"default": "",
|
3176
3173
|
"document": "流名称。如果只绑定域名或路径,则此处填空。",
|
3177
3174
|
"example": "stream",
|
3178
3175
|
"member": "string",
|
@@ -3181,7 +3178,6 @@
|
|
3181
3178
|
"type": "string"
|
3182
3179
|
},
|
3183
3180
|
{
|
3184
|
-
"default": "",
|
3185
3181
|
"document": "指定已有的模板Id。",
|
3186
3182
|
"example": "1000",
|
3187
3183
|
"member": "int64",
|
@@ -154,7 +154,7 @@
|
|
154
154
|
],
|
155
155
|
"CreateLiveTranscodeRule": [
|
156
156
|
{
|
157
|
-
"document": "",
|
157
|
+
"document": "CreateLiveTranscodeRule 默认示例。",
|
158
158
|
"input": "https://live.tencentcloudapi.com/?Action=CreateLiveTranscodeRule\n&DomainName=5000.liveplay.myqcloud.com\n&AppName=live\n&StreamName=stream1\n&TemplateId=1000\n&<公共请求参数>",
|
159
159
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
160
160
|
"title": "请求示例"
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
38
|
"CreateDBInstanceHour": {
|
39
|
-
"document": "
|
39
|
+
"document": "本接口(CreateDBInstanceHour)用于创建按量计费的MongoDB云数据库实例。",
|
40
40
|
"input": "CreateDBInstanceHourRequest",
|
41
41
|
"name": "创建云数据库实例(按量计费)",
|
42
42
|
"output": "CreateDBInstanceHourResponse",
|
@@ -772,8 +772,7 @@
|
|
772
772
|
"document": "CreateDBInstanceHour请求参数结构体",
|
773
773
|
"members": [
|
774
774
|
{
|
775
|
-
"
|
776
|
-
"document": "实例内存大小,单位:GB",
|
775
|
+
"document": "实例内存大小,单位:GB。",
|
777
776
|
"example": "4",
|
778
777
|
"member": "uint64",
|
779
778
|
"name": "Memory",
|
@@ -781,8 +780,7 @@
|
|
781
780
|
"type": "int"
|
782
781
|
},
|
783
782
|
{
|
784
|
-
"
|
785
|
-
"document": "实例硬盘大小,单位:GB",
|
783
|
+
"document": "实例硬盘大小,单位:GB。",
|
786
784
|
"example": "250",
|
787
785
|
"member": "uint64",
|
788
786
|
"name": "Volume",
|
@@ -790,8 +788,7 @@
|
|
790
788
|
"type": "int"
|
791
789
|
},
|
792
790
|
{
|
793
|
-
"
|
794
|
-
"document": "副本集个数,创建副本集实例时,该参数必须设置为1;创建分片实例时,具体参照查询云数据库的售卖规格返回参数",
|
791
|
+
"document": "指副本集数量。\n- 创建副本集实例,该参数只能为1。\n- 创建分片实例,指分片的数量。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
|
795
792
|
"example": "1",
|
796
793
|
"member": "uint64",
|
797
794
|
"name": "ReplicateSetNum",
|
@@ -799,8 +796,7 @@
|
|
799
796
|
"type": "int"
|
800
797
|
},
|
801
798
|
{
|
802
|
-
"
|
803
|
-
"document": "每个副本集内节点个数,具体参照查询云数据库的售卖规格返回参数",
|
799
|
+
"document": "指每个副本集内节点个数。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
|
804
800
|
"example": "2",
|
805
801
|
"member": "uint64",
|
806
802
|
"name": "NodeNum",
|
@@ -808,8 +804,7 @@
|
|
808
804
|
"type": "int"
|
809
805
|
},
|
810
806
|
{
|
811
|
-
"
|
812
|
-
"document": "版本号,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。参数与版本对应关系是MONGO_3_WT:MongoDB 3.2 WiredTiger存储引擎版本,MONGO_3_ROCKS:MongoDB 3.2 RocksDB存储引擎版本,MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本",
|
807
|
+
"document": "指版本信息。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。",
|
813
808
|
"example": "MONGO_3_WT",
|
814
809
|
"member": "string",
|
815
810
|
"name": "MongoVersion",
|
@@ -817,8 +812,7 @@
|
|
817
812
|
"type": "string"
|
818
813
|
},
|
819
814
|
{
|
820
|
-
"
|
821
|
-
"document": "机器类型,HIO:高IO型;HIO10G:高IO万兆",
|
815
|
+
"document": "机器类型。\n- HIO:高IO型。\n- HIO10G:高IO万兆。",
|
822
816
|
"example": "HIO10G",
|
823
817
|
"member": "string",
|
824
818
|
"name": "MachineCode",
|
@@ -826,8 +820,7 @@
|
|
826
820
|
"type": "string"
|
827
821
|
},
|
828
822
|
{
|
829
|
-
"
|
830
|
-
"document": "实例数量,最小值1,最大值为10",
|
823
|
+
"document": "实例数量,最小值1,最大值为10。",
|
831
824
|
"example": "1",
|
832
825
|
"member": "uint64",
|
833
826
|
"name": "GoodsNum",
|
@@ -835,8 +828,7 @@
|
|
835
828
|
"type": "int"
|
836
829
|
},
|
837
830
|
{
|
838
|
-
"
|
839
|
-
"document": "可用区信息,格式如:ap-guangzhou-2。注:此参数填写的是主可用区,如果选择多可用区部署,Zone必须是AvailabilityZoneList中的一个",
|
831
|
+
"document": "可用区信息,输入格式如:ap-guangzhou-2。\n- 具体信息,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- 该参数为主可用区,如果多可用区部署,Zone必须是AvailabilityZoneList中的一个。",
|
840
832
|
"example": "ap-guangzhou-3",
|
841
833
|
"member": "string",
|
842
834
|
"name": "Zone",
|
@@ -844,8 +836,7 @@
|
|
844
836
|
"type": "string"
|
845
837
|
},
|
846
838
|
{
|
847
|
-
"
|
848
|
-
"document": "实例类型,REPLSET-副本集,SHARD-分片集群",
|
839
|
+
"document": "实例架构类型。\n- REPLSET:副本集。\n- SHARD:分片集群。",
|
849
840
|
"example": "REPLSET",
|
850
841
|
"member": "string",
|
851
842
|
"name": "ClusterType",
|
@@ -853,8 +844,7 @@
|
|
853
844
|
"type": "string"
|
854
845
|
},
|
855
846
|
{
|
856
|
-
"
|
857
|
-
"document": "私有网络ID,如果不设置该参数则默认选择基础网络",
|
847
|
+
"document": "私有网络ID,如果不设置该参数,则默认选择基础网络。",
|
858
848
|
"example": "无",
|
859
849
|
"member": "string",
|
860
850
|
"name": "VpcId",
|
@@ -862,8 +852,7 @@
|
|
862
852
|
"type": "string"
|
863
853
|
},
|
864
854
|
{
|
865
|
-
"
|
866
|
-
"document": "私有网络下的子网ID,如果设置了 VpcId,则 SubnetId必填",
|
855
|
+
"document": "私有网络下的子网 ID,如果配置参数 VpcId,则 SubnetId必须配置。",
|
867
856
|
"example": "无",
|
868
857
|
"member": "string",
|
869
858
|
"name": "SubnetId",
|
@@ -871,8 +860,7 @@
|
|
871
860
|
"type": "string"
|
872
861
|
},
|
873
862
|
{
|
874
|
-
"
|
875
|
-
"document": "实例密码,不设置该参数则默认密码规则为 实例ID+\"@\"+主账户uin。举例实例id为cmgo-higv73ed,uin为100000001,则默认密码为\"cmgo-higv73ed@100000001\"。密码必须是8-16位字符,且至少包含字母、数字和字符 !@#%^*() 中的两种",
|
863
|
+
"document": "实例密码。\n- 不设置该参数,则默认密码格式为:实例ID+@+主账户uin。例如:实例 ID 为cmgo-higv73ed,UIN 为100000001,则默认密码为:cmgo-higv73ed@100000001。 \n- 自定义密码长度为8-32个字符,至少包含字母、数字和字符(!@#%^*()_)中的两种。",
|
876
864
|
"example": "无",
|
877
865
|
"member": "string",
|
878
866
|
"name": "Password",
|
@@ -880,8 +868,7 @@
|
|
880
868
|
"type": "string"
|
881
869
|
},
|
882
870
|
{
|
883
|
-
"
|
884
|
-
"document": "项目ID,不设置为默认项目",
|
871
|
+
"document": "项目ID。若不设置该参数,则为默认项目。",
|
885
872
|
"example": "无",
|
886
873
|
"member": "int64",
|
887
874
|
"name": "ProjectId",
|
@@ -889,8 +876,7 @@
|
|
889
876
|
"type": "int"
|
890
877
|
},
|
891
878
|
{
|
892
|
-
"
|
893
|
-
"document": "实例标签信息",
|
879
|
+
"document": "实例标签信息。",
|
894
880
|
"example": "无",
|
895
881
|
"member": "TagInfo",
|
896
882
|
"name": "Tags",
|
@@ -898,8 +884,7 @@
|
|
898
884
|
"type": "list"
|
899
885
|
},
|
900
886
|
{
|
901
|
-
"
|
902
|
-
"document": "1:正式实例,2:临时实例,3:只读实例,4:灾备实例,5:克隆实例",
|
887
|
+
"document": "实例类型。\n- 1:正式实例。\n- 3:只读实例。\n- 4:灾备实例。",
|
903
888
|
"example": "1",
|
904
889
|
"member": "int64",
|
905
890
|
"name": "Clone",
|
@@ -907,8 +892,7 @@
|
|
907
892
|
"type": "int"
|
908
893
|
},
|
909
894
|
{
|
910
|
-
"
|
911
|
-
"document": "父实例Id,当Clone为3或者4时,这个必须填",
|
895
|
+
"document": "父实例 ID。当参数**Clone**为3或者4时,即实例为只读或灾备实例时,该参数必须配置。",
|
912
896
|
"example": "无",
|
913
897
|
"member": "string",
|
914
898
|
"name": "Father",
|
@@ -916,8 +900,7 @@
|
|
916
900
|
"type": "string"
|
917
901
|
},
|
918
902
|
{
|
919
|
-
"
|
920
|
-
"document": "安全组",
|
903
|
+
"document": "安全组。",
|
921
904
|
"example": "无",
|
922
905
|
"member": "string",
|
923
906
|
"name": "SecurityGroup",
|
@@ -925,8 +908,7 @@
|
|
925
908
|
"type": "list"
|
926
909
|
},
|
927
910
|
{
|
928
|
-
"
|
929
|
-
"document": "克隆实例回档时间。若是克隆实例,则必须填写,示例:2021-08-13 16:30:00。注:只能回档7天内的时间点",
|
911
|
+
"document": "克隆实例回档时间。\n- 若为克隆实例,则必须配置该参数。输入格式示例:2021-08-13 16:30:00。\n- 回档时间范围:仅能回档7天内时间点的数据。",
|
930
912
|
"example": "无",
|
931
913
|
"member": "string",
|
932
914
|
"name": "RestoreTime",
|
@@ -934,8 +916,7 @@
|
|
934
916
|
"type": "string"
|
935
917
|
},
|
936
918
|
{
|
937
|
-
"
|
938
|
-
"document": "实例名称。注:名称只支持长度为60个字符的中文、英文、数字、下划线_、分隔符-",
|
919
|
+
"document": "实例名称。仅支持长度为60个字符的中文、英文、数字、下划线_、分隔符- 。",
|
939
920
|
"example": "无",
|
940
921
|
"member": "string",
|
941
922
|
"name": "InstanceName",
|
@@ -943,8 +924,7 @@
|
|
943
924
|
"type": "string"
|
944
925
|
},
|
945
926
|
{
|
946
|
-
"
|
947
|
-
"document": "多可用区部署的节点列表,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。注:1、多可用区部署节点只能部署在3个不同可用区;2、为了保障跨可用区切换,不支持将集群的大多数节点部署在同一个可用区(如3节点集群不支持2个节点部署在同一个区);3、不支持4.2及以上版本;4、不支持只读灾备实例;5、不能选择基础网络",
|
927
|
+
"document": "多可用区部署的节点列表。具体信息,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)获取。\n- 多可用区部署节点只能部署在3个不同可用区。不支持将集群的大多数节点部署在同一个可用区。例如:3节点集群不支持2个节点部署在同一个区。\n- 不支持4.2及以上版本。\n- 不支持只读灾备实例。\n- 不能选择基础网络。",
|
948
928
|
"example": "无",
|
949
929
|
"member": "string",
|
950
930
|
"name": "AvailabilityZoneList",
|
@@ -952,8 +932,7 @@
|
|
952
932
|
"type": "list"
|
953
933
|
},
|
954
934
|
{
|
955
|
-
"
|
956
|
-
"document": "mongos cpu数量,购买MongoDB 4.2 WiredTiger存储引擎版本的分片集群时必须填写,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果",
|
935
|
+
"document": "Mongos CPU 核数。\n- 购买MongoDB 3.6 WiredTiger存储引擎版本以上的分片集群时,可选择性配置该参数。\n- 若不配置该参数,则根据Mongod节点规格默认适配 Mongos 规格,默认规格免费。",
|
957
936
|
"example": "无",
|
958
937
|
"member": "uint64",
|
959
938
|
"name": "MongosCpu",
|
@@ -961,8 +940,7 @@
|
|
961
940
|
"type": "int"
|
962
941
|
},
|
963
942
|
{
|
964
|
-
"
|
965
|
-
"document": "mongos 内存大小,购买MongoDB 4.2 WiredTiger存储引擎版本的分片集群时必须填写,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果",
|
943
|
+
"document": "Mongos 内存大小。\n- 购买MongoDB 3.6 WiredTiger存储引擎版本以上的分片集群时,可选择性配置该参数。\n- 若不配置该参数,则根据Mongod节点规格默认适配 Mongos 规格,默认规格免费。",
|
966
944
|
"example": "无",
|
967
945
|
"member": "uint64",
|
968
946
|
"name": "MongosMemory",
|
@@ -970,13 +948,36 @@
|
|
970
948
|
"type": "int"
|
971
949
|
},
|
972
950
|
{
|
973
|
-
"
|
974
|
-
"document": "mongos 数量,购买MongoDB 4.2 WiredTiger存储引擎版本的分片集群时必须填写,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。注:为了保障高可用,最低需要购买3个mongos,上限为32个",
|
951
|
+
"document": "Mongos 数量。\n- 购买MongoDB 3.6 WiredTiger存储引擎版本以上的分片集群时,可选择性配置该参数。\n- 若不配置该参数,则根据Mongod节点规格默认适配 Mongos 规格,默认规格免费。",
|
975
952
|
"example": "无",
|
976
953
|
"member": "uint64",
|
977
954
|
"name": "MongosNodeNum",
|
978
955
|
"required": false,
|
979
956
|
"type": "int"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"document": "只读节点数量,最大不超过7个。",
|
960
|
+
"example": "无",
|
961
|
+
"member": "uint64",
|
962
|
+
"name": "ReadonlyNodeNum",
|
963
|
+
"required": false,
|
964
|
+
"type": "int"
|
965
|
+
},
|
966
|
+
{
|
967
|
+
"document": "指只读节点所属可用区。跨可用区部署实例,参数**ReadonlyNodeNum**不为**0**时,必须配置该参数。",
|
968
|
+
"example": "无",
|
969
|
+
"member": "string",
|
970
|
+
"name": "ReadonlyNodeAvailabilityZoneList",
|
971
|
+
"required": false,
|
972
|
+
"type": "list"
|
973
|
+
},
|
974
|
+
{
|
975
|
+
"document": "Hidden节点所属可用区。跨可用区部署实例,必须配置该参数。",
|
976
|
+
"example": "无",
|
977
|
+
"member": "string",
|
978
|
+
"name": "HiddenZone",
|
979
|
+
"required": false,
|
980
|
+
"type": "string"
|
980
981
|
}
|
981
982
|
],
|
982
983
|
"type": "object"
|
@@ -985,20 +986,18 @@
|
|
985
986
|
"document": "CreateDBInstanceHour返回参数结构体",
|
986
987
|
"members": [
|
987
988
|
{
|
988
|
-
"document": "订单ID",
|
989
|
+
"document": "订单ID。",
|
989
990
|
"example": "20190709160000003502416120946732",
|
990
991
|
"member": "string",
|
991
992
|
"name": "DealId",
|
992
|
-
"required": true,
|
993
993
|
"type": "string",
|
994
994
|
"value_allowed_null": false
|
995
995
|
},
|
996
996
|
{
|
997
|
-
"document": "创建的实例ID
|
997
|
+
"document": "创建的实例ID列表。",
|
998
998
|
"example": "[\"cmgo-m26c6jsf\"]",
|
999
999
|
"member": "string",
|
1000
1000
|
"name": "InstanceIds",
|
1001
|
-
"required": true,
|
1002
1001
|
"type": "list",
|
1003
1002
|
"value_allowed_null": false
|
1004
1003
|
},
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"CreateDBInstanceHour": [
|
44
44
|
{
|
45
45
|
"document": "当前示例仅适合4.0版本,其余版本请严格参考传入参数中各版本说明项",
|
46
|
-
"input": "
|
46
|
+
"input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDBInstanceHour\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou-3\",\n \"GoodsNum\": \"1\",\n \"Clone\": \"1\",\n \"Memory\": \"4\",\n \"ClusterType\": \"REPLSET\",\n \"Volume\": \"250\",\n \"NodeNum\": \"2\",\n \"ReplicateSetNum\": \"1\",\n \"MachineCode\": \"HIO10G\",\n \"MongoVersion\": \"MONGO_40_WT\"\n}",
|
47
47
|
"output": "{\n \"Response\": {\n \"RequestId\": \"eaf9b19d-5ad4-4ca2-9fc4-a319aeb9181f\",\n \"DealId\": \"20190709160000003502416120946732\",\n \"InstanceIds\": [\n \"cmgo-m26c6jsf\"\n ]\n }\n}",
|
48
48
|
"title": "创建云数据库实例(按量计费)"
|
49
49
|
}
|