Interface ClusterEnabledFeatureService

    • Method Detail

      • get

        ClusterEnabledFeatureService.GetRequest get()
        Provides the information about the cluster feature enabled. For example, to find details of the enabled feature `456` for cluster `123`, send a request like this: [source] ---- GET /ovirt-engine/api/clusters/123/enabledfeatures/456 ---- That will return a <> object containing the name: [source,xml] ---- libgfapi_supported ----
      • remove

        ClusterEnabledFeatureService.RemoveRequest remove()
        Disables a cluster feature. For example, to disable the feature `456` of cluster `123` send a request like this: [source] ---- DELETE /ovirt-engine/api/clusters/123/enabledfeatures/456 ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.