action osisoft_asset_server_get { label: "Retrieve an Asset Server." provider: osisoft method: GET path: "/assetservers/{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 } }