Create a New Comparison

This Eggplant Performance Analyzer REST method creates a new comparison. You use the following URL with a POST HTTP method as described here.

URL

/analyzer/api/1.0/<comparison>/create_comparison

HTTP Method

POST: Creates a new comparison.

Request Parameters

Parameter Type Description
Name string The name of the new comparison.

Response Parameters

Parameter Type Description
Comparison string The URL of the newly created comparison.

Example Request

http://localhost:5000/analyzer/api/1.0/comparisons/create_comparison

 

POST Data

{

"name": "My Comparison"

}

Example Response

{

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

}

 

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