Skip to main content

Eggplant Performance Analyzer Workspace

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

URL

/analyzer/api/1.0/<workspace>

HTTP Method

GET: Gets information about the specified workspace.

Response Parameters

ParameterTypeDescription
projectsobjectThe names and URLs of the projects in this workspace.

Example Request

http://localhost:5000/analyzer/api/1.0/Workspace%201

Example response

{
"projects": {
"Project 1": "http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201"
}
}