mirror of https://github.com/apache/cloudstack.git
CloudStack CLOUDSTACK-4160
listUcsManagers API needs to be able to take in id parameter
This commit is contained in:
parent
cf62be6571
commit
89fa7a58ae
|
|
@ -53,7 +53,7 @@ import com.cloud.user.Account;
|
|||
public class ListUcsManagerCmd extends BaseListCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(ListUcsManagerCmd.class);
|
||||
|
||||
@Parameter(name=ApiConstants.ZONE_ID, type=CommandType.UUID, description="the zone id", entityType=ZoneResponse.class, required=true)
|
||||
@Parameter(name=ApiConstants.ZONE_ID, type=CommandType.UUID, description="the zone id", entityType=ZoneResponse.class)
|
||||
private Long zoneId;
|
||||
|
||||
@Parameter(name=ApiConstants.ID, type=CommandType.UUID, entityType=UcsManagerResponse.class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue