Skip to main content

Get virtual machine network interface

GET 

/virtual_machine_network_interfaces/virtual_machine_network_interface

Return information about a given virtual machine network interface

Scopes

  • virtual_machines
  • virtual_machines:read

OAuth2 Scopes

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

Request

Query Parameters

    virtual_machine_network_interface[id] string

    The network interface to show the information for.

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

Responses

Return information about a given virtual machine network interface

Schema

    virtual_machine_network_interface

    object

    required

    id string

    virtual_machine

    object

    id string
    name string
    name string

    network

    object

    id string
    name string
    mac_address string
    state string

    ip_addresses

    object[]

  • Array [

  • id string
    address string
  • ]

  • speed_profile

    object

    id string
    name string
    permalink string
Loading...