File tree Expand file tree Collapse file tree 1 file changed +40
-4
lines changed Expand file tree Collapse file tree 1 file changed +40
-4
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,18 @@ export const ProductConfig: IProductConfig = {
66
66
"reqBodyType" : "json" ,
67
67
"bodyType" : "json"
68
68
} ,
69
- "schedulerx" : {
70
- "version" : "2019-04-30" ,
71
- "endpoint" : "schedulerx.aliyuncs.com" ,
69
+ "rds" :{
70
+ "version" : "2014-08-15" ,
71
+ "endpoint" : "rds.aliyuncs.com" ,
72
+ "style" : "RPC" ,
73
+ "protocol" : "HTTPS" ,
74
+ "pathName" : "/" ,
75
+ "reqBodyType" : "json" ,
76
+ "bodyType" : "json"
77
+ } ,
78
+ "slb" : {
79
+ "version" : "2014-05-15" ,
80
+ "endpoint" : "slb.[regionId].aliyuncs.com" ,
72
81
"style" : "RPC" ,
73
82
"protocol" : "HTTPS" ,
74
83
"pathName" : "/" ,
@@ -77,11 +86,38 @@ export const ProductConfig: IProductConfig = {
77
86
} ,
78
87
"cs" : {
79
88
"version" : "2015-12-15" ,
80
- "endpoint" : "cs.[regionid ].aliyuncs.com" ,
89
+ "endpoint" : "cs.[regionId ].aliyuncs.com" ,
81
90
"style" : "ROA" ,
82
91
"protocol" : "HTTPS" ,
83
92
"pathName" : "/api/v1/clusters" ,
84
93
"reqBodyType" : "json" ,
85
94
"bodyType" : "json"
95
+ } ,
96
+ "vpc" :{
97
+ "version" : "2016-04-28" ,
98
+ "endpoint" : "vpc.[regionId].aliyuncs.com" ,
99
+ "style" : "RPC" ,
100
+ "protocol" : "HTTPS" ,
101
+ "pathName" : "/" ,
102
+ "reqBodyType" : "json" ,
103
+ "bodyType" : "json"
104
+ } ,
105
+ "cms" : {
106
+ "version" : "2019-01-01" ,
107
+ "endpoint" : "metrics.[regionId].aliyuncs.com" ,
108
+ "style" : "RPC" ,
109
+ "protocol" : "HTTPS" ,
110
+ "pathName" : "/" ,
111
+ "reqBodyType" : "json" ,
112
+ "bodyType" : "json"
113
+ } ,
114
+ "schedulerx" : {
115
+ "version" : "2019-04-30" ,
116
+ "endpoint" : "schedulerx.aliyuncs.com" ,
117
+ "style" : "RPC" ,
118
+ "protocol" : "HTTPS" ,
119
+ "pathName" : "/" ,
120
+ "reqBodyType" : "json" ,
121
+ "bodyType" : "json"
86
122
}
87
123
}
You can’t perform that action at this time.
0 commit comments