Skip to main content

Edit a ipsec crypto profile.

Modify a ipsec crypto profile.

Path Parameters
  • id string required

    The resource's unique identifier.

Request Body

The ipsec crypto profile you want to edit

  • oneOf

  • esp object required
  • 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 string required

    Possible values: <= 31 characters

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

  • Responses

    Ok

    Loading...