-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednixopus-apinixopus-test
Description
APIs for E2E:
-
GET /api/v1/container
- List containers -
GET /api/v1/container/{container_id}
- Get container details -
DELETE /api/v1/container/{container_id}
- Remove container -
POST /api/v1/container/{container_id}/start
- Start container -
POST /api/v1/container/{container_id}/stop
- Stop container -
POST /api/v1/container/{container_id}/restart
- Restart container -
POST /api/v1/container/{container_id}/logs
- Get container logs -
POST /api/v1/container/images
- List images -
POST /api/v1/container/prune/build-cache
- Prune build cache -
POST /api/v1/container/prune/images
- Prune images
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednixopus-apinixopus-test
Projects
Status
Done