📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

DESC NETWORK POLICY



Displays detailed information about a specific network policy in TiDB Cloud Lake. It provides information about the allowed and blocked IP address lists associated with the policy and the comment, if any, that describes the purpose or function of the policy.

Syntax

DESC NETWORK POLICY <policy_name>

Examples

DESC NETWORK POLICY test_policy; Name |Allowed Ip List |Blocked Ip List|Comment | -----------+-------------------------+---------------+-----------+ test_policy|192.168.10.0,192.168.20.0| |new comment|

Was this page helpful?