trigger.create
{ "traces": { "appName": "{{appName}}", "reset" : false } }
curl --location --request POST 'https://Example-Server.com/be/v1/trigger' \ --header 'x-rockit-beauth-token: eyjhvcIhvds;huVODV...' \ --header 'x-rockit-orgname: ExampleOrg' \ --header 'x-rockit-username: adminPrincipal' \ --header 'x-rockit-api-key: {{_adminPrincipal_apiKey}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "traces": { "appName": "sushi", "reset" : false } }'
{ "statusCode" : 423, "error" : "locked", "status" : "failed", "message" : "The app has is currently processing other tasks", "detail" : "the app cannot be locked" }