ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver http-proxy show

    Display HTTP Proxy configuration

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver http-proxy show command displays information about HTTP proxy configurations. The IPspace field is populated only if a Vserver is the system vserver of that IPspace. For all other Vservers, the IPspace field is empty.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    { [-vserver <vserver>] - Vserver

    Use this parameter to display information only about the HTTP proxy configuration of the Vservers you specify.

    [-ipspace <text>] - Ipspace

    Use this parameter to display information only about the HTTP proxy configuration of the IPspace you specify.

    [-server <text>] - Proxy Server

    Use this parameter to display information only about the HTTP proxy configurations that match the the Fully Qualified Domain Name or IP address you specify.

    [-port <integer>] - Port

    Use this parameter to display information only about the HTTP proxy configurations that match the port you specify.

    [-is-auth-enabled {true|false}] - Authentication Enabled

    Use this parameter to display information only about the HTTP proxy configurations that match the specified authentication enabled setting.

    Examples

    The following example displays information about all HTTP proxy configurations:

    cluster1::*> vserver http-proxy show
    Vserver         IPSpace        Server                             Port
    --------------- -------------- ---------------------------------- ----------------
    test            test           10.0.0.0                           3128
    vs2             -              192.168.0.0                        3128
    2 entries were displayed.

    The following example displays information about all HTTP proxy configurations with server 10.0.0.0:

    cluster1::*> vserver http-proxy show -server 10.0.0.0
    Vserver         IPSpace        Server                             Port
    --------------- -------------- ---------------------------------- ----------------
    test            test           10.0.0.0                           3128
    Top of Page