You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

simulateConcurrentUsage is not finding the zip file

edited Sep 10, 2024 1:51PM in Planning 2 comments

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!