Skip to main content

Get an IPsec crypto profile

GET 

/ipsec-crypto-profiles/:id

Get an existing IPsec crypto profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    anyOf
    oneOf
    esp objectrequired
    encryption undefined[]required

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

    Encryption algorithm

    authentication string[]required

    Authentication algorithm

    id string

    UUID of the resource

    name stringrequired

    Possible values: <= 31 characters

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

    dh_group

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

    Default value: group2

    phase-2 DH group (PFS DH group)

    lifetime object required
    oneOf
    seconds integer

    Possible values: >= 180 and <= 65535

    specify lifetime in seconds

    lifesize object
    oneOf
    kb integer

    Possible values: >= 1 and <= 65535

    specify lifesize in kilobytes(KB)

Loading...