action osisoft_element_template_get_analysis_templates { label: "Get analysis templates for an element template." provider: osisoft method: GET path: "/elementtemplates/{webId}/analysistemplates" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }