Interface ClustersService.AddRequest

  • All Superinterfaces:
    Request<ClustersService.AddRequest,​ClustersService.AddResponse>
    Enclosing interface:
    ClustersService

    public static interface ClustersService.AddRequest
    extends Request<ClustersService.AddRequest,​ClustersService.AddResponse>
    Creates a new cluster. This requires the `name`, `cpu.type`, and `data_center` attributes. Identify the data center with either the `id` or `name` attribute. [source] ---- POST /ovirt-engine/api/clusters ---- With a request body like this: [source,xml] ---- mycluster Intel Nehalem Family ---- To create a cluster with an external network provider to be deployed on every host that is added to the cluster, send a request like this: [source] ---- POST /ovirt-engine/api/clusters ---- With a request body containing a reference to the desired provider: [source,xml] ---- mycluster Intel Nehalem Family ----