LoadTestAdministrationUploadTestFile interface

Methods

delete(RequestParameters)

Delete file by the file name for a test

get(RequestParameters)

Get all the files that are associated with a test.

put(LoadTestAdministrationUploadTestFileParameters)

Upload input file for a given test Id. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream.

Method Details

delete(RequestParameters)

Delete file by the file name for a test

function delete(options?: RequestParameters): StreamableMethod<LoadTestAdministrationDeleteTestFile204Response | LoadTestAdministrationDeleteTestFileDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get all the files that are associated with a test.

function get(options?: RequestParameters): StreamableMethod<LoadTestAdministrationGetTestFile200Response | LoadTestAdministrationGetTestFileDefaultResponse>

Parameters

Returns

put(LoadTestAdministrationUploadTestFileParameters)

Upload input file for a given test Id. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream.

function put(options: LoadTestAdministrationUploadTestFileParameters): StreamableMethod<LoadTestAdministrationUploadTestFile201Response | LoadTestAdministrationUploadTestFileDefaultResponse>

Parameters

Returns