Get a composition

Returns a single composition instance.

Path Params
string
required

Uniquely identifies each composition instance.

Headers
string
required

All calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.

Responses

Response body
object
string
required

Uniquely identifies each instance.

string
required

The name of the composition.

boolean
required

Indicates that not all servers were able to load with the composition. You can proceed to play with fewer servers (thus likely fewer virtual users) or unload the composition and try again after diagnosing the situation.

string
required

The directory path of the composition.

string

The name of the result.

integer

Uniquely identifies each result. Use this in the Get a result to get information about its specific test results.

integer
≥ 1

The number of maestro servers.

integer
≥ 1

The unique server ID of the alpha maestro. The alpha is the maestro load generator which is responsible for coordinating all other load generators.

string

The time the test started.

string
required

The state of the instance such as Playing or Terminating.

Loading Loaded Starting Playing Pausing Paused Resuming Stopping Aborting Closing Writing Completed Failed Stopped Aborted Unloaded

string
required

A detailed textual description of the current state of the instance.

integer

The length of time the test has run in milliseconds.

string
required

Use this URL to get the status of the given instance.

400

Bad request. The URL or JSON request object is invalid.

401

Unauthorized. The security token is missing or invalid. See Get started for help initially running the API.

404

Not found. The requested object doesn't exist.

Language
Authentication
URL