Skip to content

rule_group_stats

Overview

This resource provides Rule Groups Statistics

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP

Tags

  • rule_group_stats : Operations related to rule_group_stats

Paths

Get operation for rule_group_stats

GET /rule_group_stats

Description

Use this operation to get Rule Group statistics. Filter and Pagination are supported for this API. Refer Getting Started Guide where filtering and pagination is explained via example of application monitoring API

Responses

HTTP Code Description Schema
200 API Successfully executed rule_group_stats_response_schema
400 Failed: bad input parameter ErrorSchema
401 Unauthorized: Failed Authentication ErrorSchema
403 Unauthorized: Forbidden ErrorSchema
405 Failed: Data format unacceptable ErrorSchema
415 Failed: Data format unacceptable ErrorSchema
500 Failed: Internal Server Error ErrorSchema

Produces

  • application/json

Tags

  • rule_group_stats

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

flows

total flows value stat for the rule group

Type : integer

kbps

total kbps value stat for the rule group

Type : number

pps

total PPS value for that rule group

Type : number

rule_group

Rule Group Name

Type : string

rule_group_stats_delete_success_schema

Name Schema
rule_group_stats
optional
rule_group_stats

rule_group_stats

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

rule_group_stats_post_success_schema

Name Schema
rule_group_stats
optional
rule_group_stats

rule_group_stats

Name Description Schema
message
optional
Example : "resource added succesfully" string

rule_group_stats_put_success_schema

Name Schema
rule_group_stats
optional
rule_group_stats

rule_group_stats

Name Description Schema
message
optional
Example : "resource modified succesfully" string

rule_group_stats_response_schema

Type : < rule_group_stats_response_schema > array

rule_group_stats_response_schema

Name Schema
flows
optional
flows
kbps
optional
kbps
pps
optional
pps
rule_group
optional
rule_group
Was this article helpful?