action gambitcomm_protocol_coap_get_args { label: "Show the agent's COAP argument structure" description: "Agent's COAP configuration with port,rule,prompt,paging_prompt,userdb,keymap" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/msg/coap/get/args" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "object" } }