Analysis Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Analysis Update
Update an Analysis.
Request
PATCH analyses/{webId}
URL Parameters
-
webId The ID of the Analysis to update. See WebID for more information.
Body Parameter
A partial Analysis containing the desired changes.
Status Codes
204: The Analysis was updated.
Sample Request Body
{
"Name": "MyAnalysis",
"Description": "",
"AnalysisRulePlugInName": "PerformanceEquation",
"CategoryNames": [
"MyAnalysisCategory"
],
"GroupId": 0,
"MaximumQueueSize": 0,
"OutputTime": "",
"Priority": "High",
"PublishResults": false,
"Status": "Disabled",
"TargetWebId": "I1ETDqD5loBNH0erqeqJodtALAjFPVfUpY-02A8uioGDSgIg",
"TemplateName": "",
"TimeRulePlugInName": "Periodic"
}