Interface ClusterLevelService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ClusterLevelService

    public static interface ClusterLevelService.GetResponse
    extends Response
    Provides the information about the capabilities of the specific cluster level managed by this service. For example, to find what CPU types are supported by level 3.6 you can send a request like this: [source] ---- GET /ovirt-engine/api/clusterlevels/3.6 ---- That will return a <> object containing the supported CPU types, and other information which describes the cluster level: [source,xml] ---- Intel Nehalem Family 3 x86_64 ... create_vm false ... ----