Interface ClusterFeatureService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ClusterFeatureService

    public static interface ClusterFeatureService.GetResponse
    extends Response
    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 ----