Interface DataCenterService.SetMasterResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DataCenterService

    public static interface DataCenterService.SetMasterResponse
    extends Response
    Used for manually setting a storage domain in the data center as a master. For example, for setting a storage domain with ID '456' as a master on a data center with ID '123', send a request like this: [source] ---- POST /ovirt-engine/api/datacenters/123/setmaster ---- With a request body like this: [source,xml] ---- ---- The new master storage domain can be also specified by its name.