action gambitcomm_protocol_get_config { label: "Returns the protocol's configuration." description: "Returns the protocol's configuration." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/{prot}/get/config" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } prot: { type: "string" } } required: ["agentNum", "prot"] additionalProperties: false } output: { type: "object" } }