action osisoft_data_server_get_by_name { label: "Retrieve a Data Server by name." description: "This method returns a data server based on the name. Users should primarily search with the WebID when available." provider: osisoft method: GET path: "/dataservers#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 } }