Skip to main content

Get an address group

GET 

/address-groups/:id

Retrieve an existing address group.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    anyOf
    oneOf
    static string[]required

    Possible values: <= 63 characters

    id stringrequired

    The UUID of the address group

    name stringrequired

    Possible values: <= 63 characters, Value must match regular expression ^[ a-zA-Z\d._-]+$

    The name of the address group

    description string

    Possible values: <= 1023 characters

    tag string[]

    Possible values: <= 64

    Tags for address group object

Loading...