Skip to main content

Existing Comparisons

This Eggplant Performance Analyzer REST method returns information about existing comparisons. You use the following URL with a GET HTTP method as described here.

URL

/analyzer/api/1.0/comparisons

HTTP Method

GET: Gets information about existing comparisons.

Response Parameters

ParameterTypeDescription
comparisonsobjectThe names and URLs of comparisons that exist in the database.

Example Request

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

Example Response

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