Skip to main content

Get virtual machine package

GET 

/virtual_machine_packages/virtual_machine_package

Return information about a given virtual machine package

Scopes

  • virtual_machine_packages:read

OAuth2 Scopes

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

Request

Query Parameters

    virtual_machine_package[id] string

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

    virtual_machine_package[permalink] string

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

Responses

Return information about a given virtual machine package

Schema

    virtual_machine_package

    object

    required

    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...