action osisoft_attribute_trait_get { label: "Retrieve an attribute trait." provider: osisoft method: GET path: "/attributetraits/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } selectedFields: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }