delayrequired
Returns a delayed response (max of 10 seconds).
patch
https://shared-services.kong-sales-engineering.com/echo/delay/{delay}
Path Parameters
Response
200
Response
200
A delayed response.
patch/delay/{delay}
Authentication
Path Parameters
200
Drips data over a duration after an optional initial delay.
get
https://shared-services.kong-sales-engineering.com/echo/drip
Query Parameters
durationnumber
The amount of time (in seconds) over which to drip each byte
Default:2
numbytesinteger
The number of bytes to respond with
Default:10
codeinteger
The response code that will be returned
Default:200
delaynumber
The amount of time (in seconds) to delay before responding
Default:2
Response
200
Response
200
A dripped response.
get/drip
Authentication
Query Parameters
200
Generate a page containing n links to other pages which do the same.
get
https://shared-services.kong-sales-engineering.com/echo/links/{n}/{offset}
Path Parameters
nrequired
offsetrequired
Response
200
Response
200
HTML links.
get/links/{n}/{offset}
Authentication
Path Parameters
200
Streams n random bytes generated with given seed, at given chunk size per packet.
get
https://shared-services.kong-sales-engineering.com/echo/range/{numbytes}
Path Parameters
numbytesrequired
Response
200
Response
200
Bytes.
get/range/{numbytes}
Authentication
Path Parameters
200
Streams n random bytes generated with given seed, at given chunk size per packet.
get
https://shared-services.kong-sales-engineering.com/echo/stream-bytes/{n}
Path Parameters
nrequired
Response
200
Response
200
Bytes.
get/stream-bytes/{n}
Authentication
Path Parameters
200