Skip to main content

Create a custom URL categories

POST 

/sse/config/v1/url-categories

Create a custom URL categories.

Request

Query Parameters

    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.

Body

The custom URL categories you want to create

    description string
    list string[]
    name stringrequired
    type string

    Possible values: [URL List, Category Match]

    Default value: URL List

Responses

Created

Loading...