Filtered Stream
Rules Count
Returns the counts of rules from a User’s active rule set, to reflect usage by project and application.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
A comma separated list of RulesCount fields to display.
Available options:
all_project_client_apps
, cap_per_client_app
, cap_per_project
, client_app_rules_count
, project_rules_count
Example:
[
"all_project_client_apps",
"cap_per_client_app",
"cap_per_project",
"client_app_rules_count",
"project_rules_count"
]
Response
200
application/json
The request has succeeded.
A count of user-provided stream filtering rules at the application and project levels.
An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).