Skip to main content

Create a Kerberos server profile

POST 

/sse/config/v1/kerberos-server-profiles

Create a Kerberos server profile.

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.

    snippet stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$

    The snippet of the entry

    device stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$

    The device of the entry

Body

The kerberos server profile you want to create

    server object[]required
  • Array [
  • host string
    name string
    port integer

    Possible values: >= 1 and <= 65535

  • ]

Responses

Created

Loading...