action gambitcomm_protocol_dhcp_get_statistics { label: "Show the agent's DHCP statistics" description: "Statistics of fields indicated in the headers" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/msg/dhcp/get/statistics" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "array" items: { type: "integer" format: "int32" } } }