id: bot2_profile_ping
namespace: studio.agent_poc

description: |
  Kestra POC flow generated by Hermes IT. Calls the local restricted bridge through host.docker.internal.
  No secrets are passed or logged.

tasks:
  - id: call_bot2_profile
    type: io.kestra.plugin.core.http.Request
    uri: http://host.docker.internal:19091/ping/bot2
    method: GET
    timeout: PT300S
