Skip to main content

Create an address

POST 

/addresses

Create a new address.

Request

Body

Created

    anyOf
    oneOf
    ip_netmask stringrequired

    IP address with or without CIDR notation

    name stringrequired

    Possible values: <= 63 characters

    The name of the address object

    description string

    Possible values: <= 1023 characters

    The description of the address object

    tag string[]

    Possible values: <= 64

    Tags assocaited with the address object

Responses

Created

Loading...