entity info
Displays information about an entity.
Syntax
- CLI
-
maprcli entity info [ -cluster <cluster> ] -name <entity name> [ -output terse|verbose ] -type <type> - REST
Request Type GET Request URL http[s]://<host>:<port>/rest/entity/info?<parameters>
Parameters
|
Parameter |
Description |
|---|---|
|
cluster |
The cluster on which to run the command. |
|
name |
The entity name. Obtain the entity name by running
the |
|
output |
Whether to display terse or verbose output. |
|
type |
The entity type. Obtain the entity type by running the
|
Output
Sample Output
DiskUsage EntityQuota EntityType EntityName VolumeCount EntityAdvisoryquota EntityId
864415 0 0 root 208 0 0
Output Fields
| Field | Short Name | Description |
|---|---|---|
| DiskUsage | dsu | Disk space used by the user or group |
| EntityQuota | qta | The user or group quota |
| EntityType | t | The entity type |
| EntityName | n | The entity name |
| VolumeCount | vct | The number of volumes associated with the user or group |
| EntityAdvisoryquota | aqt | The user or group advisory quota |
| EntityId | id | The ID of the user or group |
Examples
Display information for the user 'root':
maprcli entity info -type 0 -name root
https://abc.sj.us:8443/rest/entity/info?type=0&name=root