This is an agent that make http requests to a specified endpoint.
- name: "Get timezone info from geocoding API"
type: "http-request"
configuration:
url: "https://geocoding-api-service/v1/search"
query-string:
name: "{{{ value.city }}}"
count: "1"
format: "json"
output-field: "value.response"
method: "GET"