action osisoft_attribute_get { label: "Retrieve an attribute." provider: osisoft method: GET path: "/attributes/{webId}" encoding: json input: { type: "object" properties: { associations: { type: "string" } selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }