action osisoft_asset_server_get_security_entries { label: "Retrieve the security entries of the specified security item associated with the asset server based on the specified criteria. By default, all security entries for this asset server are returned." provider: osisoft method: GET path: "/assetservers/{webId}/securityentries" encoding: json input: { type: "object" properties: { nameFilter: { type: "string" } securityItem: { type: "string" } selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }