Interface ClusterEnabledFeaturesService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ClusterEnabledFeaturesService

    public static interface ClusterEnabledFeaturesService.AddResponse
    extends Response
    Enable an additional feature for a cluster. For example, to enable a feature `456` on cluster `123`, send a request like this: [source] ---- POST /ovirt-engine/api/clusters/123/enabledfeatures ---- The request body should look like this: [source,xml] ---- ----