This API will be disused soon.
Planned disuse time: 2026-04-27 16:47:42
Domain name for API request: tcss.intl.tencentcloudapi.com.
deprecated pending reconstruction
View policy details of clusters for the container network.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeNetworkFirewallPolicyDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
| Region | No | String | Common Params. This parameter is not required. |
| Id | Yes | Integer | Policy ID |
| Parameter Name | Type | Description |
|---|---|---|
| ClusterId | String | Cluster ID |
| PolicyName | String | Policy name |
| Namespace | String | Namespace |
| FromPolicyRule | Integer | Inbound type |
| ToPolicyRule | Integer | Outbound type |
| CustomPolicy | Array of NetworkCustomPolicy | Custom rule |
| PodSelector | String | Pod selector |
| Description | String | Policy description |
| PolicyCreateTime | String | Policy creation time |
| PolicySourceType | String | Policy source type. Valid values: System (synched from the cluster); Manual (added manually). |
| NetworkPolicyPlugin | String | Network Plugins Corresponding to Network Policies |
| PublishStatus | String | Network policy status |
| PublishResult | String | Network Distribution Result |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: tcss.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeNetworkFirewallPolicyDetail
<Common request parameters>
{
"Id": 1
}
{
"Response": {
"PolicyName": "name01",
"CustomPolicy": [
{
"Peer": [
{
"NamespaceSelector": "default",
"PeerType": "peer type",
"PodSelector": "a=b",
"IPBlock": "ip block"
}
],
"Direction": "FROM",
"Ports": [
{
"Protocol": "tcp",
"Port": "80"
}
]
}
],
"Description": "desc content",
"ClusterId": "cls-dsfhuisdhfis",
"FromPolicyRule": 0,
"PublishResult": "success",
"Namespace": "default",
"NetworkPolicyPlugin": "plugin",
"PodSelector": "a=b",
"PublishStatus": "running",
"ToPolicyRule": 0,
"RequestId": "392f05bd-bf86-4911-8cf9-b8c2ac0f62ab",
"PolicyCreateTime": "2024-10-30 12:27:01",
"PolicySourceType": "type"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| AuthFailure | A CAM signature/authentication error occurred. |
| FailedOperation | The operation failed. |
| InternalError | An internal error occurred. |
| InvalidParameter | The parameter is incorrect. |
| OperationDenied | The operation was denied. |
| RequestLimitExceeded | The number of requests exceeds the frequency limit. |
| UnauthorizedOperation | The operation is unauthorized. |
文档反馈