action osisoft_data_server_get_license { label: "Retrieves the specified license for the given Data Server. The fields of the response object are string representations of the numerical values reported by the Data Server, with \"Infinity\" representing a license field with no limit." provider: osisoft method: GET path: "/dataservers/{webId}/license" encoding: json input: { type: "object" properties: { module: { type: "string" } selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["module", "webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }