Skip to main content

List TLS service profiles

GET 

/sse/config/v1/tls-service-profiles

List TLS service profiles.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    name string

    The name of the entry.

    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.

Responses

List of tls service profiles

Schema
    data object[]
  • Array [
  • certificate stringrequired

    Possible values: <= 255 characters

    SSL certificate file name

    id string

    uuid of the resource

    name stringrequired

    Possible values: <= 127 characters, Value must match regular expression ^[a-zA-Z0-9._-]+$

    Profile name

    protocol_settings objectrequired
    auth_algo_sha1 boolean

    Allow authentication SHA1

    auth_algo_sha256 boolean

    Allow authentication SHA256

    auth_algo_sha384 boolean

    Allow authentication SHA384

    enc_algo_3des boolean

    Allow algorithm 3DES

    enc_algo_aes_128_cbc boolean

    Allow algorithm AES-128-CBC

    enc_algo_aes_128_gcm boolean

    Allow algorithm AES-128-GCM

    enc_algo_aes_256_cbc boolean

    Allow algorithm AES-256-CBC

    enc_algo_aes_256_gcm boolean

    Allow algorithm AES-256-GCM

    enc_algo_rc4 boolean

    Allow algorithm RC4

    keyxchg_algo_dhe boolean

    Allow algorithm DHE

    keyxchg_algo_ecdhe boolean

    Allow algorithm ECDHE

    keyxchg_algo_rsa boolean

    Allow algorithm RSA

    max_version string

    Possible values: [tls1-0, tls1-1, tls1-2, tls1-3, max]

    Default value: max

    min_version string

    Possible values: [tls1-0, tls1-1, tls1-2]

    Default value: tls1-0

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...