nautobot-api
HTTP Template Workflow to query the Nautobot API
Defined in workflows/argo-events/workflowtemplates/nautobot-api.yaml
.
HTTP Template Workflow to query the Nautobot API
Workflow Diagram
graph TB;
subgraph nautobot-api
direction TB
style nautobot-api fill:#fafaff;
nautobot-api__main{{<span style="font-size:20px">main</span><pre style="color:blue;margin-top:8px">method=GET<br></pre>}}
style nautobot-api__main fill:lightgray,stroke:#aaa;
nautobot-api__main__send-request[<span style="font-size:20px">send-request</span>]
style nautobot-api__main__send-request fill:white;
nautobot-api__http{{<span style="font-size:20px">http</span>}}
style nautobot-api__http fill:lightgray,stroke:#aaa;
end
nautobot-api__main --> nautobot-api__main__send-request
nautobot-api__main__send-request -.-> nautobot-api__http
linkStyle 0 stroke:#888,stroke-width:2px;
linkStyle 1 stroke:#888,stroke-width:2px;