action osisoft_asset_server_get_analysis_rule_plug_ins { label: "Retrieve a list of all Analysis Rule Plug-in's." provider: osisoft method: GET path: "/assetservers/{webId}/analysisruleplugins" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }