Remove an Analysis View from an Existing Comparison

This Eggplant Performance Analyzer REST method removes an analysis view from an existing comparison. You use the following URL with a POST HTTP method as described here.

URL

/analyzer/api/1.0/comparisons/<comparison>/remove_analysis_view

HTTP Method

POST: Removes an analysis view from an existing comparison.

Request Parameters

Parameter Type Description
workspace string The name of the workspace containing the analysis view to remove.
Project string The name of the project containing the analysis view to remove.
Series string The name of the series containing the analysis view to remove.
Test string The name of the test containing the analysis view to remove.
runNumber number The run number of the test containing the analysis view to remove.
analysisView string The name of the analysis view to remove.

Response Parameters

None.

Example Request

http://localhost:5000/analyzer/api/1.0/comparisons/My%20Comparison/remove_analysis_view

 

POST Data

{

"workspace": "Workspace 1",

"project": "Project 1",

"series": "Series 1",

"test": "Test 1",

"runNumber": 1,

"analysisView": "View 1"

}

Example Response

{}

 

This topic was last updated on January 13, 2022, at 02:42:23 PM.

Eggplant icon Eggplantsoftware.com | Documentation Home | User Forums | Support | Copyright © 2022 Eggplant