Skip to main content

Allocate a new IP address

POST 

/virtual_machine_network_interfaces/virtual_machine_network_interface/allocate_new_ip

Add a new IP address to this organization and allocate it to a virtual machine network interface

Scopes

  • ip_addresses

OAuth2 Scopes

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

Request

Body

    virtual_machine_network_interface

    object

    required

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

    id string
    address_version IPAddressVersionEnum (string)required

    Possible values: [ipv4, ipv6]

Responses

Add a new IP address to this organization and allocate it to a virtual machine network interface

Schema

    ip_address

    object

    required

    id string
    address string
    reverse_dns string
    vip boolean
    label stringnullable
    address_with_mask string

    network

    object

    id string
    name string
    permalink stringnullable

    data_center

    object

    id string
    name string
    permalink string

    country

    object

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean
    allocation_id stringnullable
    allocation_type stringnullable
Loading...