List decryption profiles
GET/sse/config/v1/decryption-profiles
Retrieve all decryption profiles.
Request
Query Parameters
The maximum number of result objects to return per page.
The offset of the result entry.
The name of the entry.
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
- 200
- 400
- 401
- 403
- 404
- default
List of http decryption profiles
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object[]
uuid of the resource
Possible values: Value must match regular expression ^[A-Za-z0-9]{1}[A-Za-z0-9_\-\.\s]{0,}$
Must start with alphanumeric char and should contain only alphanemeric, underscore, hyphen, dot or space
ssl_forward_proxy object
ssl_inbound_proxy object
ssl_no_proxy object
ssl_protocol_settings object
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Default value: true
Possible values: [sslv3
, tls1-0
, tls1-1
, tls1-2
, tls1-3
, max
]
Default value: tls1-2
Possible values: [sslv3
, tls1-0
, tls1-1
, tls1-2
, tls1-3
]
Default value: tls1-0
Default value: 200
Default value: 0
{
"data": [
{
"id": "abcd-1234",
"name": "string",
"ssl_forward_proxy": {
"auto_include_altname": false,
"block_client_cert": false,
"block_expired_certificate": false,
"block_timeout_cert": false,
"block_tls13_downgrade_no_resource": false,
"block_unknown_cert": false,
"block_unsupported_cipher": false,
"block_unsupported_version": false,
"block_untrusted_issuer": false,
"restrict_cert_exts": false,
"strip_alpn": false
},
"ssl_inbound_proxy": {
"block_if_hsm_unavailable": false,
"block_if_no_resource": false,
"block_unsupported_cipher": false,
"block_unsupported_version": false
},
"ssl_no_proxy": {
"block_expired_certificate": false,
"block_untrusted_issuer": false
},
"ssl_protocol_settings": {
"auth_algo_md5": true,
"auth_algo_sha1": true,
"auth_algo_sha256": true,
"auth_algo_sha384": true,
"enc_algo_3des": true,
"enc_algo_aes_128_cbc": true,
"enc_algo_aes_128_gcm": true,
"enc_algo_aes_256_cbc": true,
"enc_algo_aes_256_gcm": true,
"enc_algo_chacha20_poly1305": true,
"enc_algo_rc4": true,
"keyxchg_algo_dhe": true,
"keyxchg_algo_ecdhe": true,
"keyxchg_algo_rsa": true,
"max_version": "tls1-2",
"min_version": "tls1-0"
}
}
],
"limit": 200,
"offset": 0,
"total": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
- input_format_mismatch
- invalid_query_parameter
- missing_query_parameter
- output_format_mismatch
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Input Format Mismatch: input-format=json"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Invalid Query Parameter: location=invalid"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Missing Query Parameter: name"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Output Format Mismatch: output-format=json Accept=xml"
}
],
"_request_id": "abcd-1234"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- auth_not_authenticated
- invalid_credential
- key_expired
- key_too_long
- need_password_change
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "Not Authenticated"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "Invalid Credential"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "Key Expired"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "Key Too Long"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "The password needs to be changed."
}
],
"_request_id": "abcd-1234"
}
Forbidden
- application/json
- Schema
- Example (from schema)
- auth_unauthorized
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E007",
"details": {},
"message": "Unauthorized"
}
],
"_request_id": "abcd-1234"
}
Not Found
- application/json
- Schema
- Example (from schema)
- object_not_present
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E005",
"details": {},
"message": "Object Not Present"
}
],
"_request_id": "abcd-1234"
}
General Errors
- application/json
- Schema
- Example (from schema)
- action_not_supported
- bad_xpath
- invalid_command
- malformed_command
- method_not_allowed
- session_timeout
- version_not_supported
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E012",
"details": {},
"message": "Action Not Supported: move"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E013",
"details": {},
"message": "Bad XPath"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Invalid Command"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Malformed Command"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E012",
"details": {},
"message": "Method Not Supported"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": 4,
"details": {},
"message": "Session Timeout"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E012",
"details": {},
"message": "Version Not Supported"
}
],
"_request_id": "abcd-1234"
}