mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3428
UCS:API: We need listUCSManager API to lists all UCS managers registered with CloudStack fixed resolved
This commit is contained in:
parent
7e087645c6
commit
ed6164fe00
|
|
@ -46,7 +46,7 @@ import com.cloud.exception.ResourceUnavailableException;
|
|||
import com.cloud.server.ManagementService;
|
||||
import com.cloud.ucs.manager.UcsManager;
|
||||
import com.cloud.user.Account;
|
||||
@APICommand(description="List ucs manager", responseObject=UcsManagerResponse.class)
|
||||
@APICommand(name="listUcsManager", description="List ucs manager", responseObject=UcsManagerResponse.class)
|
||||
public class ListUcsManagerCmd extends BaseListCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(ListUcsManagerCmd.class);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue