Scripts

Requirement: POST /{entity}/scripts REQ_INTEROP_040
status: open
tags: Scripts

The endpoint shall upload a new diagnostic script or test script to the addressed entity.

Requirement: GET /{entity}/scripts REQ_INTEROP_041
status: open
tags: Scripts

The endpoint shall list all scripts stored on the addressed entity.

Requirement: GET /{entity}/scripts/{id} REQ_INTEROP_042
status: open
tags: Scripts

The endpoint shall return metadata and content information for the addressed script.

Requirement: DELETE /{entity}/scripts/{id} REQ_INTEROP_043
status: open
tags: Scripts

The endpoint shall delete the addressed script from the entity.

Requirement: POST /{entity}/scripts/{id}/executions REQ_INTEROP_044
status: open
tags: Scripts

The endpoint shall start an execution of the addressed script on the entity.

Requirement: GET /{entity}/scripts/{id}/executions REQ_INTEROP_045
status: open
tags: Scripts

The endpoint shall list executions of the addressed script on the entity.

Requirement: GET /{entity}/scripts/{id}/executions/{exec-id} REQ_INTEROP_046
status: open
tags: Scripts

The endpoint shall return status and results for the addressed script execution.

Requirement: PUT /{entity}/scripts/{id}/executions/{exec-id} REQ_INTEROP_047
status: open
tags: Scripts

The endpoint shall control or modify the addressed script execution, if supported.