INPUT_OBJECT
GuardrailsWorkerBootstrapInput
link GraphQL Schema definition
- input GuardrailsWorkerBootstrapInput {
- # worker group id
- ID! :
- # For IAC worker will contain
- # agent_name - agent name for worker
- GuardrailsWorkerPropertiesInput!]! : [
- # worker id - for IAC Idem worker this will be same as agent_name
- ID! :
- # worker version
- String! :
- }