Experiment REST API
Note: The Experiment API is in the alpha stage which is subjected to incompatible changes in future releases.
Create Experiment (Using Anonymous/Embedded Environment)#
POST /api/v1/experiment
Example Request
Example Response:
Create Experiment (Using Pre-defined/Stored Environment)#
POST /api/v1/experiment
Example Request
Above example assume environment "my-submarine-env" already exists in Submarine. Please refer Environment API Reference doc to Create/Update/Delete/List Environment REST API's
Example Response:
List experiment#
GET /api/v1/experiment
Example Request:
Example Response:
Get experiment#
GET /api/v1/experiment/{id}
Example Request:
Example Response:
Patch experiment#
PATCH /api/v1/experiment/{id}
Example Request:
Example Response:
Delete experiment#
GET /api/v1/experiment/{id}
Example Request:
Example Response:
List experiment Log#
GET /api/v1/experiment/logs
Example Request:
Example Response:
Get experiment Log#
GET /api/v1/experiment/logs/{id}
Example Request:
Example Response: