This endpoint returns the current version identifiers of ROCKIT Edge and ROCKIT Engine. In order to get a full set of version identifiers please make sure that
1.
you run test tasks on both ROCKIT Edge and Engine using POST /srv/v1/hello with body: { "relay" : true } and
2.
if the OCI stack uses CWLs as HTTP request runtime, wait for the next maintenance cycle to obtain the Fn version.
TroubleshootingQ: The returned data set does not contain the task group. A: Submit a relay hello task and try again.Q: The returned data set contains cwl but no fn group. A: Please wait for up to 10min and retry.Q: The returned data set contains fn but no cwl group. A: The OCI stack currently operates in Fn-only mode.
Request
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://Example-Server.com/srv/v1/versions' \
--header'x-rockit-admin-token: eyAHFjsnk...'