action gambitcomm_get_pdusize { label: "maximum PDU size." description: "The limit for this configurable is 65536." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/pdusize" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }