action gambitcomm_protocol_dhcp_get_args { label: "Show the agent's DHCP argument structure" description: "Agent's DHCP configuration particulars" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/msg/dhcp/get/args" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "object" } }