action gambitcomm_get_host { label: "host address of the agent." description: "Currently, only IPv4 addresses are allowed as the main address of the agent, but both IPv4 and IPv6 addresses are allowed as IP aliases for the agent." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/host" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "string" } } required: ["agentNum"] additionalProperties: false } output: { type: "string" } }