Skip to main content

Get an address

GET 

/addresses/:id

Retrieve an existing address.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    anyOf
    oneOf
    ip_netmask stringrequired

    IP address with or without CIDR notation

    id stringrequired

    The UUID of the address object

    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

Loading...