tencent cloud

APIs

DescribeNetworkFirewallPolicyYamlDetail

Baixar
Modo Foco
Tamanho da Fonte
Última atualização: 2026-06-10 17:05:33

1. API Description

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 YAML network policy details of clusters for the container network.

A maximum of 20 requests can be initiated per second for this API.

2. Input Parameters

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: DescribeNetworkFirewallPolicyYamlDetail.
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

3. Output Parameters

Parameter Name Type Description
ClusterId String Cluster ID
PolicyName String Policy name
Yaml String Base64 Encoded YAML String
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.

4. Example

Input Example

POST / HTTP/1.1
Host: tcss.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeNetworkFirewallPolicyYamlDetail
<Common request parameters>

{
    "Id": 1
}

Output Example

{
    "Response": {
        "PolicyName": "name1",
        "PolicySourceType": "System",
        "NetworkPolicyPlugin": "KubeRouter",
        "PublishResult": "success",
        "ClusterId": "cls-jvrv0kf2",
        "Yaml": "YXNkZmFzZGZhZHNmYXNkZmFzZGY=",
        "PublishStatus": "PublishedNoConfirm",
        "RequestId": "965c55c5-8ab1-4e32-8425-4c44acb5edec",
        "PolicyCreateTime": "2024-10-30 14:35:57",
        "Description": "desc content"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.

Ajuda e Suporte

Esta página foi útil?

comentários