OBJECT
GuardrailsWorkerGroup
link GraphQL Schema definition
- type GuardrailsWorkerGroup implements Node {
- # Unique identifier for guardrail worker group
- ID! :
- # Cloud accounts associated with worker group. Applies only to type = REMEDIATION
- #
- # 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: [Not documented]
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- String, :
- GuardrailsWorkerGroupCloudAccountFilter, :
- Int :
- ): GuardrailsWorkerGroupCloudAccountConnection
- # CSP user who created guardrail worker group
- User :
- # Timestamp at which guardrail worker group is created. Expressed in UTC ISO-8601
- # format
- DateTime! :
- # Deployment configuration of worker group
- GuardrailsWorkerGroupDeploymentConfiguration! :
- # Guardrails worker group description
- String :
- # Enable/Disable worker group
- Boolean! :
- # lemans Deployment configuration
- LemansWorkerGroupDeploymentConfiguration :
- # Worker logs associated with worker group
- #
- # 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, :
- GuardrailsWorkerGroupLogsFilter, :
- Int :
- ): GuardrailsWorkerGroupLogConnection
- # Guardrails worker group name
- String! :
- # Guardrails worker group type
- GuardrailsWorkerGroupType! :
- # CSP user who updated guardrail worker group
- User :
- # Timestamp at which guardrail group is updated. Expressed in UTC ISO-8601 format
- DateTime :
- # Workers associated with worker group
- #
- # 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: [Not documented]
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- String, :
- GuardrailsWorkerGroupWorkerFilter, :
- Int :
- ): GuardrailsWorkerGroupWorkersConnection
- }
link Require by
- GuardrailsDesiredStateRunGuardrailsDesiredStateRun - It is a point-in-time instance of guardrails desired state run.
- GuardrailsMutationsnull
- GuardrailsRemediationActionAction is a definition of which remediation Job is run when certain criteria are met
- GuardrailsRemediationRunsDefine the 'RemediationRuns' type. Run is single remediation Job execution
- GuardrailsWorkerGroupConnectionGuardrails Worker Group Connection Type
- GuardrailsWorkerGroupEdgeGuardrails Worker Group Edge Type.
- GuardrailsWorkerGroupJobsGuardrails Worker Group jobs type
- GuardrailsWorkerGroupJobsCodeGuardrails Worker Group jobs code type