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