Skip to main content

List virtual machine packages

GET 

/virtual_machine_packages

Returns a list of virtual machine packages

Scopes

  • virtual_machine_packages:read

OAuth2 Scopes

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

Request

Query Parameters

    organization[id] string

    Provide an organization to only show packages available to the given organization (otherwise only public packages will be displayed).

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

    organization[sub_domain] string

    Provide an organization to only show packages available to the given organization (otherwise only public packages will be displayed).

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

    page integer

    Possible values: >= 1

    Default value: 1

    The page number to request. If not provided, the first page will be returned.

    per_page integer

    Possible values: >= 1

    Default value: 30

    The number of items to return per page. If not provided, the default value will be used.

Responses

Returns a list of virtual machine packages

Schema

    pagination

    object

    required

    current_page integer

    The current page

    total_pages integernullable

    The total number of pages

    total integernullable

    The total number of items across all pages

    per_page integer

    The number of items per page

    large_set boolean

    Is this a large set and therefore the total number of records cannot be returned?

    virtual_machine_packages

    object[]

    required

  • Array [

  • id string
    name string
    permalink string
    cpu_cores integer
    ipv4_addresses integer
    memory_in_gb integer
    storage_in_gb integer
    monthly_bandwidth_allowance_in_gb integernullable
    privacy PrivacyTypesEnum (string)

    Possible values: [public, private]

    icon

    object

    nullable

    url string
    file_name string
    file_type string
    file_size integer
    digest string
    token string
    use_dedicated_cpus boolean

    group

    object

    id string
    name string
  • ]

Loading...