action osisoft_asset_server_get_by_name { label: "Retrieve an Asset Server by name." description: "This method returns an asset server based on the name associated with it. Users should primarily search with the WebID when available." provider: osisoft method: GET path: "/assetservers#name" encoding: json input: { type: "object" properties: { name: { type: "string" } selectedFields: { type: "string" } webIdType: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }