action adobe_get_agents { label: "getAgents" provider: adobe method: GET path: "/etc/replication/agents.{runmode}.-1.json" encoding: json input: { type: "object" properties: { runmode: { type: "string" } } required: ["runmode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }