get container logs
POST
/api/v1/container/{container_id}/logs
Controller:
github.com/raghavyuva/nixopus-api/internal/features/container/controller.(*ContainerController).GetContainerLogs
Middlewares:
github.com/go-fuego/fuego.defaultLogger.middlewaregithub.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func3
Parameters
Header Parameters
Accept
Type
string
Path Parameters
container_id*
Type
Requiredstring
Request Body
*/*
JSON
{
"follow": true,
"id": "string",
"since": "string",
"stderr": true,
"stdout": true,
"tail": 0,
"until": "string"
}
Responses
OK
JSON
{
"data": "string",
"message": "string",
"status": "string"
}