Flood API
Flood Dashboard
Search…
README
Floods
GET-floods-flood_id-repeat
GET-floods-flood_id
GET-floods-flood_id-report
GET-floods-flood_id-results
GET-floods-flood_id-stop
POST-floods
GET-floods
Grids
Accounts
Powered By
GitBook
GET-floods-flood_id-repeat
Definition
Repeats a previous flood test and returns its details. This may be a long-running request.
1
GET https://api.flood.io/floods/:flood_id/repeat
Copied!
Parameters
Parameter
Required
Type
Description
flood_id
true
string
unique identifier of flood
You can get the flood ID of a flood from its URL. For example, a flood with the URL
1
https://app.flood.io/p/27852/f/e2FpMqrnH7AEbn5YgBugrQ/grids/fkamuTolBOCf7EW0MDNdZg/timeline
Copied!
would have the flood ID
e2FpMqrnH7AEbn5YgBugrQ
.
Examples
1
curl -u ${API_TOKEN}: -X GET https://api.flood.io/floods/A9PMwdqff1E2eTsxEc9hbq/repeat
Copied!
Result Format
1
{
2
"_links"
:
{
3
"self"
:
{
4
"href"
:
"/api/floods/Xp3MeLYfn44HSrXyW8T90A"
5
}
6
},
7
"uuid"
:
"Xp3MeLYfn44HSrXyW8T90A"
,
8
"apdex"
:
null
,
9
"tool"
:
"jmeter-2.13"
,
10
"name"
:
null
,
11
"notes"
:
null
,
12
"threads"
:
50
,
13
"rampup"
:
null
,
14
"duration"
:
null
,
15
"tag_list"
:
[],
16
"status"
:
"queued"
,
17
"permalink"
:
"https://flood.io/Xp3MeLYfn44HSrXyW8T90A"
,
18
"remote_errors"
:
null
,
19
"started"
:
"2015-02-16T02:56:20.776Z"
,
20
"stopped"
:
null
,
21
"_embedded"
:
{
22
"flood_files"
:
[]
23
}
24
}
Copied!
Previous
Floods
Next
GET-floods-flood_id
Last modified
2yr ago
Copy link
Contents
Definition
Parameters
Examples
Result Format