action gambitcomm_get_oid { label: "Return the numeric OID of the specified object." description: "Return the numeric OID of the specified object." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/value/oid/{object}" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } object: { type: "string" } } required: ["agentNum", "object"] additionalProperties: false } output: { type: "string" } }