Skip to main content

Create a virtual machine group

POST 

/organizations/organization/virtual_machine_groups

Create a new virtual machine group with the provided details

Scopes

  • virtual_machine_groups

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    organization

    object

    required

    All 'organization[]' params are mutually exclusive, only one can be provided.

    id string
    sub_domain string

    properties

    object

    required

    name string
    segregate boolean
    auto_segregate boolean

Responses

Create a new virtual machine group with the provided details

Schema

    virtual_machine_group

    object

    required

    id string
    name string
    segregate boolean
    auto_segregate boolean
    created_at integer
Loading...