User Guide > User Guide > DataCloud API User Guide > Real-Time Services > Asynchronous runExecution() REST call
Was this helpful?
Asynchronous runExecution() REST call
Complete the following steps to use an asynchronous runExecution() REST call:
1. Use the login method to obtain a valid session ID.
2. POST the provisioning ID and session ID to the runExecution resource:
provisioningid – The ID for the configuration you wish to execute
s - A valid DataCloud session ID. Can be obtained via the login method.
Endpoint URL:
https://datacloud2.pervasive.com/EntityAPIService/REST/run?provisioningid={provisioningid}&s={sessionid}
Sample POST:
POST https://datacloud2.pervasive.com/EntityAPIService/REST/run?s=12345678-abcd-1234-abcd-1234567890ab&provisioningid=12345
Last modified date: 12/17/2021