The ListMeters
action returns information about statistics meters, including the meter name, the meter type, and whether the meter is enabled. It does not include any statistical values for the meters; to retrieve this information, use the GetStatistics action.
By default, the ListMeters
action shows both enabled and disabled meters.
You must use the Port
parameter to specify the service for which you want to return statistics meters.
a=ListMeters
a=ListMeters&Port=9000&Type=process
Parameter | Description | Required |
---|---|---|
Port | The port on which the service for which you want to return the list of meters is running. | |
Type | The type of meter to return. |
You can send the ListMeters
action from HPE Coordinator by specifying a comma-separated list of HPE Controller UUIDs.
For example:
a=ListMeters&ControllerUUUIDS=d267cf80-063a-8030-a2de-24be0523821c,4e572f80-460c-8030-a2de-005056bd31f6
This action returns a list of meters for the HPE Controller servers with the specified UUIDs. For more information, refer to the HPE Coordinator Reference.
Note: To retrieve actual statistical values for a meter, use the GetStatistics action.
|