iida
yuemian 2024-09-03 16:57:15 +08:00
parent bb3c7c8af4
commit ed94a2bca6
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,