OBJECT
GuardrailsQueries
link GraphQL Schema definition
- type GuardrailsQueries {
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # aggregations: Aggregation input for worker groups
- # pageSize: [Not documented]
- (
- GuardrailsWorkerGroupAggregationInput!]!, : [
- Int :
- ): GuardrailsWorkerGroupAggregations
- # Query all guardrails worker group
- #
- # This API follows GraphQL relay pagination specification
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # filter: Input filters to filter output of this API
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- String, :
- GuardrailsWorkerGroupFilter, :
- Int :
- ): GuardrailsWorkerGroupConnection
- # Aggregate guardrails remediation actions
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # aggregations: Specify aggregation buckets
- # excludeFilters: Collection of all possible exclude filters
- # applied when querying for actions objects
- # filters: Aggregation query filter
- (
- GuardrailsRemediationActionsAggregationInput!]!, : [
- GuardrailsActionExcludeFilters, :
- GuardrailsActionFilters :
- ): GuardrailsRemediationActionsAggregation
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # aggregations: Specify aggregation buckets
- # excludeFilters: Collection of all possible exclude filters
- # applied when querying for Run objects
- # filters: Aggregation query filter
- (
- GuardrailsRemediationRunsAggregationInput!]!, : [
- GuardrailsRunExcludeFilters, :
- GuardrailsRunFilters :
- ): GuardrailsRemediationRunsAggregation
- # Query all guardrails remediation Actions
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # filter: Input filters to filter output of this API
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- # sort: Return records sort
- (
- String, :
- String, :
- GuardrailsRemediationActionFilterInput, :
- Int, :
- QuerySort] : [
- ): GuardrailsRemediationActionConnection
- # Query all guardrails remediation rules
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # filter: Input filters to filter output of this API
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- # sort: [Not documented]
- (
- String, :
- String, :
- GuardrailsRemediationRuleFilterInput, :
- Int, :
- QuerySort] : [
- ): GuardrailsRemediationRulesConnection
- # Query all guardrails Remediation runs.
- #
- # Run is single remediation Job execution
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # before: Return records before the given cursor, as per GraphQL
- # Relay spec
- # filter: Input filters to filter output of this API
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- # sort: [Not documented]
- (
- String, :
- String, :
- GuardrailsRemediationRunFilterInput, :
- Int, :
- QuerySort] : [
- ): GuardrailsRemediationRunsConnection
- # Query all guardrails worker group jobs
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # ruleIds: [Not documented]
- # workerGroupId: Guardrails Worker Group Id
- (
- String!], : [
- ID! :
- ): GuardrailsWorkerGroupJobsConnection
- }