Introduction

The Megaload API is a HTTP interface for the management of all aspects of load testing. Megaload uses HTTP response codes to indicate API errors. JSON will be returned in responses from the API, including errors.

familyUUID

The argument familyUUID is the identifier of the family of nodes, or Megaload cluster, where the command must be executed.

The list of families can be obtained with the following call:

GET /api/topo/node-family

Example response

Status: 200 OK
[
 {
   "id" : "c719a664-83cb-4ab5-b02f-0f91f3e6f512",
   "name" : "megaload 0.0.1",
   "description" : []
 }
]