Analyze presets
Managing analyze presets
List all analyze presets
GET /analyze-preset Returns a list of all analyze presets. Query Parameters: includeDocument (boolean) – Set to true to return full document for each preset. Default is false. Produces: application/xml, application/json – AnalyzePresetListDocument Role: _analyze_preset_read
Retrieve a named analyze preset
GET /analyze-preset/(name) Retrieves the analyze preset with the specified name. Produces: application/xml, application/json – AnalyzePresetDocument Role: _analyze_preset_read
Create or update a named analyze preset
PUT /analyze-preset/(name) Creates an analyze preset with the specified name, or updates an existing one if it already exists. Accepts: application/xml, application/json – AnalyzePresetDocument Produces: application/xml, application/json – AnalyzePresetDocument Role: _analyze_preset_write
Delete a named analyze preset
DELETE /analyze-preset/(name) Deletes an analyze preset with the specified name. Role: _analyze_preset_write