simulateConcurrentUsage is not finding the zip file
Summary:
Testing the simulateConcurrentUsage, when i run the api, i get file not found error, even though the file exist in inbox
below is the payload:
{ "inputFile" : "test_simulation.zip", "numberOfIterations" : 1, "testMode" : 3, "notificationEmails" : "myemail", "lagTime" : 10}
Content (please ensure you mask any confidential information):
{
"details": "Input file not available. Upload the input file to the environment's inbox.",
"status": 1,
"items": null,
"links": [
{
"href": "https://myinstance:443/interop/rest/v1/concurrentusage/run",
"action": "POST",
"rel": "self",
"data": {
"jobType": "RUN_CONCURRENTUSAGE",
"numberOfIterations": 1,
"testMode": 3,
"lagTime": 10,
"inputfile": "test_simulation.zip",
"notificationEmails": "myemail"
}
}
]
}
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):