virtualip list

Lists the virtual IP addresses in the cluster.

Syntax

CLI
maprcli virtualip list
    [ -cluster <cluster> ]
    [ -columns <columns> ]
    [ -filter <filter> ]
    [ -limit <limit> ]
    [ -nfsmacs <NFS macs> ]
    [ -output <output> ]
    [ -range <range> ]
    [ -start <start> ]
REST
http[s]://<host>:<port>/rest/virtualip/list?<parameters> 

Parameters

Parameter

Description

cluster

The cluster on which to run the command.

columns

The columns to display. Note that the hostname and ip fields are always returned in the query.

filter

A filter specifying VIPs to list. See Filters for more information.

limit

The number of records to return.

nfsmacs

The MAC addresses of servers running NFS.

output

Whether the output should be terse or verbose.

range

The VIP range.

start

The index of the first record to return.

Examples

CLI
maprcli virtualip list -limit 2
REST
https://10.10.82.23:8443/rest/virtualip/list?limit=2