Skip to content

Latest commit

 

History

History
59 lines (52 loc) · 3.59 KB

File metadata and controls

59 lines (52 loc) · 3.59 KB

PIWebApiClient

Constructor

PIWebApiClient(String baseUrl, bool String username, String password, Boolean verifySsl, Boolean debug)

Creates an instance of the PI Web API client top level object. Only Basic authentication can be used.

Parameters

Name Type Description Notes
baseUrl String PI Web API base service url. [required]
username String The username for basic authentication to authenticate against PI Web API. [required]
password String The password for basic authentication to authenticate against PI Web API. [required]
verifySsl Boolean Verify SSL certificate. [required]
debug Boolean Enable HTTP Client debug. [required]

Methods

Method Controller
getHome() HomeApi
getAnalysis() AnalysisApi
getAnalysisCategory() AnalysisCategoryApi
getAnalysisRulePlugIn() AnalysisRulePlugInApi
getAnalysisRule() AnalysisRuleApi
getAnalysisTemplate() AnalysisTemplateApi
getAssetDatabase() AssetDatabaseApi
getAssetServer() AssetServerApi
getAttributeCategory() AttributeCategoryApi
getAttribute() AttributeApi
getAttributeTemplate() AttributeTemplateApi
getAttributeTrait() AttributeTraitApi
getBatch() BatchApi
getCalculation() CalculationApi
getChannel() ChannelApi
getDataServer() DataServerApi
getElementCategory() ElementCategoryApi
getElement() ElementApi
getElementTemplate() ElementTemplateApi
getEnumerationSet() EnumerationSetApi
getEnumerationValue() EnumerationValueApi
getEventFrame() EventFrameApi
getPoint() PointApi
getSecurityIdentity() SecurityIdentityApi
getSecurityMapping() SecurityMappingApi
getStream() StreamApi
getStreamSet() StreamSetApi
getSystem() SystemApi
getConfiguration() ConfigurationApi
getTableCategory() TableCategoryApi
getTable() TableApi
getTimeRulePlugIn() TimeRulePlugInApi
getTimeRule() TimeRuleApi
getUnitClass() UnitClassApi
getUnit() UnitApi
getWebIdHelper() WebIdHelper

[Back to Model list] [Back to API list] [Back to DOCUMENTATION]