Changelog
2025-05-08
Modified Endpoints
PATCH /be/v1/apps
No longer supports the following params:
nTracesReliable
minCoverage
maxCoverage
minTraceTimeSec
nProcessTracesMin
uploadTrace
POST /be/v1/user
Now supports creation of user with roles. It still supports the creation of machine user.
Added Endpoints
GET /be/v1/users
GET /be/v1/users/{username}
PATCH /be/v1/users
DELETE /be/v1/users
POST /be/v1/User
GET /be/v1/roles/{username}
GET /be/v1/roles
PATCH /be/v1/roles
DELETE /be/v1/roles
2025-04-24
Modified Endpoints
PATCH /be/v1/tasks
Added the ability to expire upload tasks by using the optional body parameter
expire
.Removed Endpoints
POST /adm/v1/initialize
From now on the initialization will be invoked automatically by the service and there is no need to invoke it manually anymore.
2025-03-11
Modified Endpoints
POST /be/v1/apps
Removed body parameter needed only for Rockit-Streaminstaller. Removed parameters are:
exePath
and shortcut
.PAT /be/v1/apps
Removed body parameter needed only for Rockit-Streaminstaller. Removed parameters are:
exePath
and shortcut
.2025-02-19
Modified Endpoints
POST /be/v1/deployments
Updated behavior: Import requests (
POST /builds
) now always publish on a depot. If an app is registered with a deployment, it will also be deployed there.GET /be/v1/apps
Updated error state handling: If an app deployment fails, it will now be marked as error instead of remaining in processing.
Added error query parameter to filter apps in an error state.
PATCH /be/v1/deployments
Updated deployment credential handling: If credentials were incorrect, updating them now allows Retry Task to reattempt failed tasks.
GET /be/v1/tasks
Introduced detailed failure indicators for debugging import errors.
If an import fails due to an incorrect URL, wrong sizeBytes, or an invalid tarball, you can now inspect
GET /tasks/{taskId}
for potential exceptions and errors.POST /be/v1/trigger
Retry is now only possible after fixing the cause of failure.
Added Endpoints
POST /be/v1/orgs
Introducing a backend variant of creating organizations.
DELETE /be/v1/orgs
Introducing a backend variant of deleting organizations.
POST /be/v1/trigger
This endpoint initializes the processing of collected traces.
PATCH /be/v1/tasks/acknowledge-warning
Endpoint to acknowledge warnings.
POST /be/v1/subscriptions
This endpoint can be used to subscribe your webservice or slack channel to events emitted from the ROCKIT Edge.
DELETE /be/v1/subscriptions/{{subscriptionName}}
This endpoint can be used to un-subscribe your webservice or slack channel from events emitted from the ROCKIT Edge.
GET /be/v1/subscriptions
This endpoint can be used to list all the Organization's subscriptions of events on the ROCKIT Edge.
2025-01-15
Modified Endpoints
DELETE /adm/v1/orgs
DELETE /adm/v1/orgs/{ORG_NAME}
Modified: Request body parameters are now path and/or query parameter
DELETE /be/v1/users
DELETE /be/v1/users/{USER_NAME}
Modified: Request body parameters are now path and/or query parameter
DELETE /be/v1/deployments
DELETE /be/v1/deployments/{DEPLOYMENT_NAME}
Modified: Request body parameters are now path and/or query parameter
DELETE /be/v1/apps
DELETE /be/v1/apps/{appname}
Modified: Request body parameters are now path and/or query parameter
GET /be/v1/apps
Introduced pagination with
offset
and limit
query parameters. Added support for filtering via name
, processing
, and exporting
query parameters. Sorting is now supported via the order
query parameter. Order supports sorting by the following fields: name
, label
, created
, updated
GET /be/v1/apps/{APP_NAME}
Supports query parameter fields to selectively retrieve specific fields of an app. The available fields are:
name
, label
, iCurBuild
, maxBuilds
, processing
, exporting
, sizeBytes
, created
, updated
, deployed
, dxfName
, files
, shortcut
, appDataPath
, execPath
, nKeys
, nTraces
GET /be/v1/tasks
Introduced pagination with
offset
and limit
query parameters. Added support for filtering via the following query parameters: appName
, taskTypes
, status
, created
, order
Added Endpoints
GET /be/v1/deployments
New Endpoint introduced with pagination (
offset
and limit
query parameters). Support for filtering via error
query parameter. Sorting is supported via the order
query parameter. Order supports the field name
.GET /be/v1/deployments/{DEPLOYMENT_NAME}
Response to include details based on deployment configurations.