Interface ClustersService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ClustersService

    public static interface ClustersService.AddResponse
    extends Response
    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 ----