Start Performance Test Service
Last updated
Last updated
You need to make a POST request to start your performance test according to the testkey value extracted from “Get Test List” service.
curl
--request POST
--url https://loadium.io/resource1/api/tests/TESTKEY/session
--header 'Authorization: Bearer ACCESS_TOKEN'
Response will give bring a sessionKey value unique to this test run. Every time a test is triggered, new sessionKey will be generated. You need to extract this sessionKey to send it to “Get Test Status” service.
{
"status":"SUCCESS",
"session":{
"testKey":"m2hi5juqaqdnhq6k1sngkt6col7gte3",
"sessionKey":"kvvd55j45pak37dab1dsnld1jbqkbt7",
"sessionStatus":1
}
}
Enjoy load testing!
If you don't see the answer to your question here, please reach out to us to let us know! We're always improving our documentation.