iida
parent
bb3c7c8af4
commit
ed94a2bca6
|
@ -117,7 +117,7 @@ public class FlavorController {
|
|||
}
|
||||
|
||||
@Operation(tags = {"CMC", "CSC"}, summary = "查询物理机规格")
|
||||
@DeleteMapping("/listPhysical")
|
||||
@GetMapping("/listPhysical")
|
||||
public GeneralResult listPhysical(@RequestParam(value = "vendorId") Long vendorId,
|
||||
@RequestParam(value = "regionId") String regionId,
|
||||
@RequestParam(value = "zoneId") String zoneId,
|
||||
|
|
|
@ -300,7 +300,7 @@ public class ImageController {
|
|||
}
|
||||
|
||||
@Operation(tags = {"CMC", "CSC"}, summary = "查询物理机镜像")
|
||||
@DeleteMapping("/listPhysical")
|
||||
@GetMapping("/listPhysical")
|
||||
public GeneralResult listPhysical(@RequestParam(value = "vendorId") Long vendorId,
|
||||
@RequestParam(value = "regionId") String regionId,
|
||||
@RequestParam(value = "zoneId") String zoneId,
|
||||
|
|
|
@ -427,7 +427,7 @@ public class VolumeController {
|
|||
}
|
||||
|
||||
@Operation(tags = {"CMC", "CSC"}, summary = "查询物理机镜像")
|
||||
@DeleteMapping("/v1/volumes/raids")
|
||||
@GetMapping("/v1/volumes/raids")
|
||||
public GeneralResult listPhysical(@RequestParam(value = "vendorId") Long vendorId,
|
||||
@RequestParam(value = "regionId") String regionId,
|
||||
@RequestParam(value = "zoneId") String zoneId,
|
||||
|
|
Loading…
Reference in New Issue