Interface ClusterFeatureService

    • Method Detail

      • get

        ClusterFeatureService.GetRequest get()
        Provides the information about the a cluster feature supported by a cluster level. For example, to find details of the cluster feature `456` for cluster level 4.1, send a request like this: [source] ---- GET /ovirt-engine/api/clusterlevels/4.1/clusterfeatures/456 ---- That will return a <> object containing the name: [source,xml] ---- libgfapi_supported ----
      • service

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