Create an Instance Group

post

/api/v2/instance_groups/

Make a POST request to this resource with the following instance group fields to create a new instance group:

  • name: Name of this instance group. (string, required)

  • is_container_group: Indicates whether instances in this group are containerized.Containerized groups have a designated Openshift or Kubernetes cluster. (boolean, default=``)

  • credential: (id, default=``)
  • policy_instance_percentage: Minimum percentage of all instances that will be automatically assigned to this group when new instances come online. (integer, default=0)
  • policy_instance_minimum: Static minimum number of Instances that will be automatically assign to this group when new instances come online. (integer, default=0)
  • policy_instance_list: List of exact-match Instances that will be assigned to this group (json, default=``)
  • pod_spec_override: (string, default="")

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : policy_instance_list
Type: array
List of exact-match Instances that will be assigned to this group
Show Source
Back to Top

Response

201 Response

Back to Top