Skip to main content

Get an IPSec crypto profile

Get an IPSec crypto profile.

Path Parameters
  • id string required

    The resource's unique identifier.

Query Parameters
  • folder string required

    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

Get the ipsec crypto profile by id.


Schema
  • Array [
  • dh_group string

    Possible values: [no-pfs, group1, group2, group5, group14, group19, group20]

    Default value: group2

    phase-2 DH group (PFS DH group)

  • id string

    uuid of the resource

  • lifesize object
  • oneOf

  • kb integer

    Possible values: >= 1 and <= 65535

    specify lifesize in kilobytes(KB)

  • lifetime object required
  • oneOf

  • seconds integer

    Possible values: >= 180 and <= 65535

    specify lifetime in seconds

  • name string required

    Possible values: <= 31 characters

    Alphanumeric string begin with letter: [0-9a-zA-Z._-]

  • ]
  • Loading...