Interface AttachedStorageDomainService.ActivateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AttachedStorageDomainService

    public static interface AttachedStorageDomainService.ActivateResponse
    extends Response
    This operation activates an attached storage domain. Once the storage domain is activated it is ready for use with the data center. [source] ---- POST /ovirt-engine/api/datacenters/123/storagedomains/456/activate ---- The activate action does not take any action specific parameters, so the request body should contain an empty `action`: [source,xml] ---- ----