action osisoft_analysis_rule_plug_in_get { label: "Retrieve an Analysis Rule Plug-in." provider: osisoft method: GET path: "/analysisruleplugins/{webId}" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }