action gambitcomm_protocol_coap_get_trace { label: "Show the agent's COAP traffic tracing" description: "Trace 1 means enabled, 0 means not" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/msg/coap/get/trace" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "object" properties: { keystore: { type: "string" } primary_port: { type: "integer" format: "int32" } rule: { type: "string" } secure_port: { type: "integer" format: "int32" } } } }