Skip to main content

List URL access profiles

GET 

/url-access-profiles

Retrieve a list of URL access profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired
    alert string[]
    allow string[]
    block string[]
    continue string[]
    cloud_inline_cat boolean
    credential_enforcement object
    alert string[]
    allow string[]
    block string[]
    continue string[]
    log_severity string

    Default value: medium

    mode object
    disabled object
    domain_credentials object
    ip_user object
    group_mapping string
    description string

    Possible values: <= 255 characters

    mlav_category_exception string[]
    local_inline_cat boolean
    log_container_page_only boolean

    Default value: true

    log_http_hdr_referer boolean
    log_http_hdr_user_agent boolean
    log_http_hdr_xff boolean
    safe_search_enforcement boolean
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...