Skip to main content

Get virtual machine group

GET 

https://api.katapult.io/core/v1/virtual_machine_groups/virtual_machine_group

Return detailed information about a virtual machine group

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

    virtual_machine_group[id] string

    The virtual machine group to retrieve.

Responses

Return detailed information about a virtual machine group

Schema

    virtual_machine_group

    object

    required

    id string
    name string
    segregate boolean
    auto_segregate boolean
    created_at integer
curl -L 'https://api.katapult.io/core/v1/virtual_machine_groups/virtual_machine_group' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.katapult.io/core/v1
Auth
Parameters
— query
ResponseClear

Click the Send API Request button above and see the response here!