Queries system security policies in a region.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
593B0448-D13E-4C56-AC0D-FDF0F****** |
| SecurityPolicies |
array<object> |
The security policies. |
|
|
object |
The details about the security policy. |
||
| Ciphers |
array |
The supported cipher suite. |
|
|
string |
The supported cipher suites are determined by the value of TLSVersions.
|
ECDHE-ECDSA-AES128-SHA |
|
| SecurityPolicyId |
string |
The ID of the security policy. |
tls_cipher_policy_1_0 |
| TLSVersions |
array |
The supported TLS protocol versions. |
|
|
string |
The supported TLS versions. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3. |
TLSv1.0 |
Examples
Success response
JSON format
{
"RequestId": "593B0448-D13E-4C56-AC0D-FDF0F******",
"SecurityPolicies": [
{
"Ciphers": [
"ECDHE-ECDSA-AES128-SHA"
],
"SecurityPolicyId": "tls_cipher_policy_1_0",
"TLSVersions": [
"TLSv1.0"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.