Skip to main content

Get all address groups

GET 

/sse/config/v1/address-groups

List all address groups.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    name string

    The name of the entry.

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Responses

List of address groups

Schema
    data object[]
  • Array [
  • description string

    Possible values: <= 1023 characters

    id string

    uuid of the resource

    name stringrequired

    Possible values: <= 63 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    tag string[]

    Possible values: <= 64

    Tags for address group object

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...