Interface ClusterService.UpgradeResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ClusterService

    public static interface ClusterService.UpgradeResponse
    extends Response
    Start or finish upgrade process for the cluster based on the action value. This action marks the cluster for upgrade or clears the upgrade running flag on the cluster based on the action value which takes values of start or stop. [source] ---- POST /ovirt-engine/api/clusters/123/upgrade ---- With a request body like this to mark the cluster for upgrade: [source,xml] ---- start ----