OBJECT

GuardrailsWorkerBootstrapResult

link GraphQL Schema definition

  • type GuardrailsWorkerBootstrapResult {
  • # worker group id
  • groupId: ID!
  • # Response properties for IAC will contain
  • # agent_name - Agent name
  • # agent_access_key - Agent access key
  • # lemans_url - lemans url"
  • properties: [GuardrailsWorkerProperties!]!
  • # worker id - for IAC Idem worker this will be same as agent_name
  • workerId: ID!
  • }