Interface ClusterEnabledFeaturesService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ClusterEnabledFeaturesService

    public static interface ClusterEnabledFeaturesService.ListResponse
    extends Response
    Lists the additional features enabled for the cluster. For example, to get the features enabled for cluster `123` send a request like this: [source] ---- GET /ovirt-engine/api/clusters/123/enabledfeatures ---- This will return a list of features: [source,xml] ---- test_feature ... ----