Skip to main content

List virtual machine groups

GET 

/organizations/organization/virtual_machine_groups

Return a list of all virtual machine groups for an organization

Scopes

  • virtual_machine_groups
  • virtual_machine_groups:read

OAuth2 Scopes

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

Request

Query Parameters

    organization[id] string

    The organization to return groups for.

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

    organization[sub_domain] string

    The organization to return groups for.

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

Responses

Return a list of all virtual machine groups for an organization

Schema

    virtual_machine_groups

    object[]

    required

    The virtual machine groups for the provided organization

  • Array [

  • id string
    name string
    segregate boolean
    auto_segregate boolean
    created_at integer
  • ]

Loading...