Skip to main content

List profile groups

GET 

/sse/config/v1/profile-groups

Retrieve all profile 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: [Shared, Mobile Users, Remote Networks, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder of the entry

Responses

List of profile groups

Schema
    data object[]
  • Array [
  • dns_security string[]

    Possible values: >= 1

    file_blocking string[]

    Possible values: >= 1

    id string

    uuid of the resource

    name stringrequired
    saas_security string[]

    Possible values: >= 1

    spyware string[]

    Possible values: >= 1

    url_filtering string[]

    Possible values: >= 1

    virus_and_wildfire_analysis string[]

    Possible values: >= 1

    vulnerability string[]

    Possible values: >= 1

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...