Queries system security policies in a specified region.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListSystemSecurityPolicies |
The operation that you want to perform. Set the value to ListSystemSecurityPolicies. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3 |
The ID of the request. |
SecurityPolicies | Array of SecurityPolicy |
The security policies. |
|
Ciphers | Array of String | ECDHE-ECDSA-AES128-SHA |
The supported cipher suites, which are determined by the TLS protocol version. The specified cipher suites must be supported by at least one TLS protocol version that you select. For example, if you set the TLSVersions.N parameter to TLSv1.3, you can specify only cipher suites that are supported by TLSv1.3.
|
SecurityPolicyId | String | spy-n0kn923**** |
The ID of the security policy. |
TLSVersions | Array of String | TLSv1.0 |
The TLS protocol versions that are supported. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ListSystemSecurityPolicies
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ListSystemSecurityPoliciesResponse>
<RequestId>593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3</RequestId>
<SecurityPolicies>
<Ciphers>ECDHE-ECDSA-AES128-SHA</Ciphers>
<SecurityPolicyId>spy-n0kn923****</SecurityPolicyId>
<TLSVersions>TLSv1.0</TLSVersions>
</SecurityPolicies>
</ListSystemSecurityPoliciesResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3",
"SecurityPolicies" : [ {
"Ciphers" : [ "ECDHE-ECDSA-AES128-SHA" ],
"SecurityPolicyId" : "spy-n0kn923****",
"TLSVersions" : [ "TLSv1.0" ]
} ]
}
Error codes
For a list of error codes, visit the API Error Center.