Skip to main content

Get virtual machine network interface by network

GET 

/virtual_machines/virtual_machine/networks/network/interface

Return information about a virtual machine network interface for a specific network

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[id] string

    The virtual machine to find the network interface for.

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

    virtual_machine[fqdn] string

    The virtual machine to find the network interface for.

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

    network[id] string

    The network to find the network interface for.

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

    network[permalink] string

    The network to find the network interface for.

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

Responses

Return information about a virtual machine network interface for a specific network

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
  • ]

Loading...