Skip to main content

Create IKE crypto profiles

POST 

/sse/config/v1/ike-crypto-profiles

Create an IKE 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 ike crypto profile you want to create

    authentication_multiple integer

    Possible values: <= 50

    Default value: 0

    IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled

    dh_group string[]required

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

    encryption string[]required

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

    Encryption algorithm

    hash string[]required

    Possible values: [md5, sha1, sha256, sha384, sha512]

    lifetime object
    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...