Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Web API Reference

Analysis Update

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"
}
In This Topic
TitleResults for “How to create a CRG?”Also Available in