action gambitcomm_get_info { label: "Return the syntactical information for the specified object, such as type, size, range, enumerations, and ACCESS." description: "Return the syntactical information for the specified object, such as type, size, range, enumerations, and ACCESS." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/value/info/{object}" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } object: { type: "string" } } required: ["agentNum", "object"] additionalProperties: false } output: { type: "string" } }