Skip to main content

Radius Client Metrics (v2.0)

POST 

/sdwan/v2.0/api/monitor/aaa_client_metrics

List the AAA client metrics. The start time, end time, and max datapoints attibutes are optional with at least one of them specified. All three attributes can not be specified, as the result will be ambiguous.

Request

Body

Query request for getting aaaclientmetrics

    end_time daterequired

    The end time to get the client metrics. If not specified, it is default to now. End times need to be specified in ISO8601 UTC format.

    filter RadiusClientMetricsFilterrequired

    Filters according to the specifications.

    element string[]required

    Element

    interface string[]required

    Interfaces

    site string[]required

    Site

    max_datapoints integerrequired

    The max data points.

    name stringrequired

    The description of the client metrics. Maz size = 128.

    start_time daterequired

    The start time to get the client metrics. If not specified, it is default to epoch. Start times need to be specified in ISO8601 UTC format.

Responses

Successful Operation

Schema
    end_time stringrequired

    The end time to get the client metrics. If not specified, it is default to now. End times need to be specified in ISO8601 UTC format.

    items ClientDetails[]required

    Filters according to the specifications.

  • Array [
  • aging_timeout integer

    The aging timeout value.

    auth_type string

    The authentication type. Only closed mode and single host authentication is supported.

    element_id stringrequired

    The element ID.

    interface_id stringrequired

    The interface ID.

    mac_address stringrequired

    The MAC address.

    reauth_timeout integerrequired

    The re-auth timeout.

    reauthentication_timeout integer

    The ION device authenticates or reinitializes the client after a session timeout based on the value of the Termination-Action. Values 1 and 0.

    stats_start_time_ms int64required

    The stats start time in milliseconds.

    uptime int64required

    Indicates the time for which the neighbor has been up.

    username stringrequired

    The client user name.

    vlan_id integerrequired

    The virtual LAN ID.

  • ]
  • start_time stringrequired

    The start time to get the client metrics. If not specified, it is default to epoch. Start times need to be specified in ISO8601 UTC format.

Loading...