Skip to main content

Create IPSec crypto profiles

POST 

/sse/config/v1/ipsec-crypto-profiles

Create an IPSec crypto 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.

Body

The ipsec crypto profile you want to create

    oneOf
    esp objectrequired
    authentication string[]required

    Authentication algorithm

    encryption string[]required

    Possible values: [des, 3des, aes-128-cbc, aes-192-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm, null]

    Encryption algorithm

    dh_group string

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

    Default value: group2

    phase-2 DH group (PFS DH group)

    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 stringrequired

    Possible values: <= 31 characters

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

Responses

Created

Loading...