show third_party_policy provider
Function
The show third_party_policy provider command is used to query server information about third-party policies.
Format
show third_party_policy provider [ policy_name=? ]
Parameters
Parameter |
Description |
Value |
---|---|---|
policy_name=? |
Policy name. |
The value contains 1 to 31 characters including only letters (case insensitive), digits, and underscores (_). |
Views
Developer view, vstore developer view
Usage Guidelines
None
Example
- Query all server information under a vStore.
developer:/>show third_party_policy provider Policy ID Policy Name Port -------- -------- --------- 1 test 123
- Query server information about the policy named "test" under a vStore.
developer:/>show third_party_policy provider policy_name=test Policy ID: 1 Policy Name: test Server IPs: 10.1.1.1 Port: 123
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Policy ID |
Policy ID. |
Policy Name |
Policy name. |
Server IPs |
IP address list of a third-party server. |
Port |
Port number of a third-party server. |