Use of the API in external applications
Use an external application to generate objects.
Prerequisite
You have the credentials of a user who has the Risk and Compliance administrator function privilege in ARIS Administration.
An environment with a Control execution definition object exists in the ARIS Risk and Compliance database.
Create a POST request in an external application.
Set the URL of the POST request to
Set the URL of the POST request to <ARIS server>/arcm/api/app/v1/create/controlexecution.
Set the authentication to basic. You are prompted to authenticate.
Enter the credentials of a user with Risk and Compliance administrator function privilege in ARIS Administration, then click Sign in.
Specify the request body. For detailed information on the required values, see Public API application or Test public API using swagger UI.
If you used the response code 200, a control execution was created in ARIS Risk and Compliance. For information about other response codes, see error_message in the response body.