Skip to main content

Update IP address

PATCH 

/ip_addresses/ip_address

Updates the details on an IP address

Scopes

  • ip_addresses

OAuth2 Scopes

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

Request

Body

    ip_address

    object

    required

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

    id string
    address string
    vip boolean

    Whether or not to set this address as a VIP

    label string

    The label to give this address if setting it as a VIP

    reverse_dns string

    The reverse DNS to set for this IP address

Responses

Updates the details on an IP address

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