Osisoft
Connector for the osisoft API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://devdata.osisoft.com/piwebapi - Auth:
bearer(pass your key via theapiKeyinput)
Operations
home_get— GET / — Get top level links for this PI System Web API instance.analysis_getbypath— GET /analyses — Retrieve an Analysis by path.analysis_getanalysesquery— GET /analyses/search — Retrieve analyses based on the specified conditions. By default, returns all analyses.analysis_get— GET /analyses/{webId} — Retrieve an Analysis.analysis_getcategories— GET /analyses/{webId}/categories — Get an Analysis' categories.analysis_getsecurity— GET /analyses/{webId}/security — Get the security information of the specified security item associated with the Analysis for a specified user.
Inputs
apiKey— your osisoft API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: home_get
apiKey: <your key>