rlimit get

Returns the resource usage limit for the cluster's disk resource.

Syntax

CLI
maprcli rlimit get
    -resource disk
    [ -cluster <cluster name> ]
REST
http[s]://<host>:<port>/rest/rlimit/get?<parameters> 

Parameters

Parameter

Description

resource The type of resource to get the usage limit for. Currently only the value disk is supported.
cluster The name of the cluster whose usage limit is being queried.

Examples

Return the disk usage limit for the cluster my.cluster.com:

CLI
maprcli rlimit get -resource disk -cluster my.cluster.com
REST
https://r1n1.sj.us:8443/rest/rlimit/get?cluster=my.cluster.com