AnalysisTemplate CreateFromAnalysis
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
AnalysisTemplate CreateFromAnalysis
Create an Analysis template based upon a specified Analysis.
Request
POST analysistemplates
URL Parameters
-
analysisWebId The ID of the Analysis, on which the template is created. See WebID for more information.
-
name The name for the created template, which must be unique within the database's AnalysisTemplate collection. If the name ends with an asterisk (*), then a unique name will be generated based on the supplied name. The default is the specified Analysis' name suffixed with an asterisk (*).
-
webIdType Optional parameter. Used to specify the type of WebID. Useful for URL brevity and other special cases. Default is the value of the configuration item "WebIDType". See WebID Type for more information.
Status Codes
201: The Analysis Template was created. The response's Location header is a link to the created Analysis Template.