|
164 | 164 | 'input' => [ 'shape' => 'DescribeRealtimeCabinetCurrentRequestShape', ], |
165 | 165 | 'output' => [ 'shape' => 'DescribeRealtimeCabinetCurrentResponseShape', ], |
166 | 166 | ], |
| 167 | + 'DescribeRangetimeCabinetOriCurrent' => [ |
| 168 | + 'name' => 'DescribeRangetimeCabinetOriCurrent', |
| 169 | + 'http' => [ |
| 170 | + 'method' => 'GET', |
| 171 | + 'requestUri' => '/v1/idcs/{idc}/rangetimeCabinetOriCurrent', |
| 172 | + ], |
| 173 | + 'input' => [ 'shape' => 'DescribeRangetimeCabinetOriCurrentRequestShape', ], |
| 174 | + 'output' => [ 'shape' => 'DescribeRangetimeCabinetOriCurrentResponseShape', ], |
| 175 | + ], |
167 | 176 | 'DescribeIdcs' => [ |
168 | 177 | 'name' => 'DescribeIdcs', |
169 | 178 | 'http' => [ |
|
437 | 446 | 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
438 | 447 | ], |
439 | 448 | ], |
| 449 | + 'CabinetOriCurrentResp' => [ |
| 450 | + 'type' => 'structure', |
| 451 | + 'members' => [ |
| 452 | + 'aValue' => [ 'type' => 'map', 'key' => [ 'type' => 'string', ], 'value' => [ 'type' => 'double', ], ], |
| 453 | + 'bValue' => [ 'type' => 'map', 'key' => [ 'type' => 'string', ], 'value' => [ 'type' => 'double', ], ], |
| 454 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 455 | + ], |
| 456 | + ], |
440 | 457 | 'CabinetOverview' => [ |
441 | 458 | 'type' => 'structure', |
442 | 459 | 'members' => [ |
|
1018 | 1035 | 'bandwidthId' => [ 'type' => 'string', 'locationName' => 'bandwidthId', ], |
1019 | 1036 | ], |
1020 | 1037 | ], |
| 1038 | + 'DescribeRangetimeCabinetOriCurrentRequestShape' => [ |
| 1039 | + 'type' => 'structure', |
| 1040 | + 'members' => [ |
| 1041 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 1042 | + 'startTime' => [ 'type' => 'integer', 'locationName' => 'startTime', ], |
| 1043 | + 'endTime' => [ 'type' => 'integer', 'locationName' => 'endTime', ], |
| 1044 | + 'idc' => [ 'type' => 'string', 'locationName' => 'idc', ], |
| 1045 | + ], |
| 1046 | + ], |
1021 | 1047 | 'DescribeMetricsRequestShape' => [ |
1022 | 1048 | 'type' => 'structure', |
1023 | 1049 | 'members' => [ |
|
1135 | 1161 | 'metric' => [ 'type' => 'string', 'locationName' => 'metric', ], |
1136 | 1162 | ], |
1137 | 1163 | ], |
| 1164 | + 'DescribeRangetimeCabinetOriCurrentResultShape' => [ |
| 1165 | + 'type' => 'structure', |
| 1166 | + 'members' => [ |
| 1167 | + 'data' => [ 'type' => 'object', 'locationName' => 'data', ], |
| 1168 | + ], |
| 1169 | + ], |
1138 | 1170 | 'DescribeBandwidthTrafficsRequestShape' => [ |
1139 | 1171 | 'type' => 'structure', |
1140 | 1172 | 'members' => [ |
|
1196 | 1228 | 'openDevices' => [ 'type' => 'list', 'member' => [ 'shape' => 'OpenDevices', ], ], |
1197 | 1229 | ], |
1198 | 1230 | ], |
| 1231 | + 'DescribeRangetimeCabinetOriCurrentResponseShape' => [ |
| 1232 | + 'type' => 'structure', |
| 1233 | + 'members' => [ |
| 1234 | + 'result' => [ 'shape' => 'DescribeRangetimeCabinetOriCurrentResultShape', ], |
| 1235 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1236 | + ], |
| 1237 | + ], |
1199 | 1238 | 'DescribeMetricDataResultShape' => [ |
1200 | 1239 | 'type' => 'structure', |
1201 | 1240 | 'members' => [ |
|
0 commit comments