LoadTestAdministrationUploadTestFile interface
Methods
| delete(Request |
Delete file by the file name for a test |
| get(Request |
Get all the files that are associated with a test. |
| put(Load |
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
- options
- RequestParameters
Returns
get(RequestParameters)
Get all the files that are associated with a test.
function get(options?: RequestParameters): StreamableMethod<LoadTestAdministrationGetTestFile200Response | LoadTestAdministrationGetTestFileDefaultResponse>
Parameters
- options
- RequestParameters
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>