action gambitcomm_protocol_dhcp_get_trace { label: "Show the agent's DHCP traffic tracing" description: "Trace 1 means enabled, 0 means not" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/msg/dhcp/get/trace" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "object" properties: { add_options: { type: "string" } classid: { type: "string" } hwaddr: { type: "string" } script: { type: "string" } } } }