get_accesspoints

Retrieves all access point targets and their current status for a given server target.. Get all Access point targets and their current status for a given server target.

Format

emcli get_accesspoints
      -name="<server target name>"
      -type="<server target type>"
     [-noheader]
     [-limit_rows="<Maximum number of targets to be retrieved>"]

[ ] indicates that the parameter is optional.

Options

  • name

    Name of server target.

  • type

    Type of server target.

  • noheader

    Displays tabular output without column headers.

  • limit_rows

    The maximum number of targets to be retrieved. Defaults to 2000 rows if not specified.

Example

The following example lists the first 10 access points with their current status for the server target server_name:server_type without headers, in tabular output. Results are ordered by target type and target name.

emcli get_accesspoints
     -name="server_name"
     -type="server_type"
     -noheader
     -limit_rows="10