Skip to main content

Get a TLS service profile

GET 

/tls-service-profiles/:id

Get an existing TLS service profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    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?

Loading...