OBJECT
Query
link GraphQL Schema definition
- type Query {
- : AllTenantRules
- # Arguments
- # filter:
- # aggregate:
- # sort:
- # pagination:
- # first:
- # augment:
- (
- : String,
- : Aggregate,
- : SortBy,
- : Pagination,
- : Int,
- : Augment
- ): allContents
- # Arguments
- # severity:
- # timerange:
- # sort:
- # pagination:
- (
- : [AlertConfigAlertConfigSeverityEnum],
- : [Timestamp!],
- : SortBy,
- : Pagination
- ): allAlerts
- # Arguments
- # filter:
- # size:
- (: String, : Int): wordClouds
- # Arguments
- # filter:
- # query:
- # sort:
- # probeSize:
- # aggregate:
- # pagination:
- # indexType:
- # CID:
- # first:
- # augment:
- (
- : String,
- : String,
- : SortBy,
- : Int,
- : Aggregate,
- : Pagination,
- : indexTypeEnum,
- : String,
- : Int,
- : Augment
- ): searchContent
- }
link Require by
This element is not required by anyone