Skip to main content

List TLS service profiles

GET 

/tls-service-profiles

Retrieve a list of TLS service profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    The UUID of the TLS service profile

    name stringrequired

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

    TLS service profile name. The value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings.

    certificate stringrequired

    Possible values: <= 255 characters

    Certificate name

    protocol_settings objectrequired

    Protocol settings

    min_version

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

    Default value: tls1-2

    Minimum TLS version

    max_version

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

    Default value: tls1-3

    Maximum TLS version

    keyxchg_algo_rsa boolean

    Allow RSA algorithm?

    keyxchg_algo_dhe boolean

    Allow DHE algorithm?

    keyxchg_algo_ecdhe boolean

    Allow ECDHE algorithm?

    enc_algo_3des boolean

    Allow 3DES algorithm?

    enc_algo_rc4 boolean

    Allow RC4 algorithm?

    enc_algo_aes_128_cbc boolean

    Allow AES-128-CBC algorithm?

    enc_algo_aes_256_cbc boolean

    Allow AES-256-CBC algorithm?

    enc_algo_aes_128_gcm boolean

    Allow AES-128-GCM algorithm?

    enc_algo_aes_256_gcm boolean

    Allow algorithm AES-256-GCM

    auth_algo_sha1 boolean

    Allow SHA1 authentication?

    auth_algo_sha256 boolean

    Allow SHA256 authentication?

    auth_algo_sha384 boolean

    Allow SHA384 authentication?

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...