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

SHOW NETWORK POLICIES



Displays a list of all existing network policies in TiDB Cloud Lake. It provides information about the available network policies, including their names and whether they have any allowed or blocked IP address lists configured.

Syntax

SHOW NETWORK POLICIES

Examples

SHOW NETWORK POLICIES; Name |Allowed Ip List |Blocked Ip List|Comment | ------------+----------------+---------------+------------+ test_policy |192.168.1.0/24 |192.168.1.99 |test comment| test_policy1|192.168.100.0/24| | |

Was this page helpful?