query_filter: Query Filter

Description Usage Arguments Details

Description

Constructs a query list for request filtering.

Usage

1
2
3
4
5
6
7
query_filter_subscriber(tag_name, tag_value, tag_value_match_mode = c("exact",
  "prefix"), status_filter, speed_class_filter)

query_filter_group(tag_name, tag_value, tag_value_match_mode = c("exact",
  "prefix"))

query_filter_event_handler(target = c("operator", "group"))

Arguments

tag_name

Tag name for filtering.

tag_value

Tag value for filtering.

tag_value_match_mode

Tag match mode.

status_filter

Status filter.

speed_class_filter

Speed class filter.

target

A value indicating to which event handlers to get is bound to.

Details

tag_value_match_mode must be either "exact" or "prefix".

status_filter must be a character vector that contains one or more in "s1.minimum", "s1.slow", "s1.standard", or "s1.fast"

speed_class_filter must be a character vector that contains one or more in "active", "inactive", "ready", "instock", "shipped", "suspended", or "terminated".


kos59125/soracomr documentation built on May 20, 2019, 1:08 p.m.