Skip to main content

List application groups

GET 

/sse/config/v1/application-groups

Get application 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 application groups

Schema
    data object[]
  • Array [
  • id string

    uuid of the resource

    members string[]required

    Possible values: <= 63 characters

    name stringrequired

    Possible values: <= 31 characters

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

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...