Module View: REST API
The OET REST API presents REST resources for the Activity and Procedure domain. While it is expected that the OET will be used via the UI or CLI, the API can be used to manage the lifecycle of SBDefinitions or Python scripts running on a remote server and to inspect their status.
Replacing SUBARRAY_ID with the numerical ID of the target subarray, (i.e, a number from 1-16), the SwaggerUI for the
integration deployment is available at
https://k8s.stfc.skao.int/integration-ska-oso-oet/oet/SUBARRAY_ID/api/v10/ui/
and the OpenAPI json at
https://k8s.stfc.skao.int/integration-ska-oso-oet/oet/SUBARRAY_ID/api/v10/openapi.json
For example, for subarray #1 these URLs become:
https://k8s.stfc.skao.int/integration-ska-oso-oet/oet/1/api/v10/ui/
https://k8s.stfc.skao.int/integration-ska-oso-oet/oet/1/api/v10/openapi.json
These document the API resources along with their request and response bodies. The SwaggerUI can be used to send requests and includes example payloads.