Skip to content

Statistics Management

Refer to the smp Statistics Management documentation for a complete description of each Request and Response.

GroupData

Bases: GroupDataRequest, _GroupBase

Read the statistics group data.

Parameters:

Name Type Description Default
name str
required
Source code in smpclient/requests/statistics_management.py
class GroupData(smpstat.GroupDataRequest, _GroupBase):
    """Read the statistics group data.

    Args:
        name (str): 

    """
    _Response = smpstat.GroupDataResponse
    _Response = smpstat.GroupDataResponse

ListOfGroups

Bases: ListOfGroupsRequest, _GroupBase

List the available statistics groups.

Source code in smpclient/requests/statistics_management.py
class ListOfGroups(smpstat.ListOfGroupsRequest, _GroupBase):
    """List the available statistics groups.

    """
    _Response = smpstat.ListOfGroupsResponse
    _Response = smpstat.ListOfGroupsResponse