action osisoft_data_server_get_by_path { label: "Retrieve a Data Server by path." description: "This method returns a data server based on the hierarchical path associated with it, and should be used when a path has been received from a separate part of the PI System for use in the PI Web API. Users should primarily search with the WebID when available." provider: osisoft method: GET path: "/dataservers#path" encoding: json input: { type: "object" properties: { path: { type: "string" } selectedFields: { type: "string" } webIdType: { type: "string" } } required: ["path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }