action osisoft_data_server_list { label: "Retrieve a list of Data Servers known to this service." description: "This method returns a list of all available known Data Servers that the user can connect to. Even though a server may be returned in the list, the user may not have permission to access it." provider: osisoft method: GET path: "/dataservers" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webIdType: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }