Skip to main content

Create IP Address

POST 

/organizations/organization/ip_addresses

Creates a new IP address on this organization

Scopes

  • ip_addresses

OAuth2 Scopes

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

Request

Body

    organization

    object

    required

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

    id string
    sub_domain string

    network

    object

    required

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

    id string
    permalink string
    version IPAddressVersionEnum (string)required

    Possible values: [ipv4, ipv6]

    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

Responses

Creates a new IP address on this organization

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