Platform docker container start request
Request of start platform docker container
Endpoint
POST /api/platform/docker/container/
Auth
Authorization: Bearer ${token}
Body
Content-Type: application/json
Json
{
"command": [],
"cpu": "",
"env": [],
"gpu": "",
"identity": "",
"image": "",
"memory": "",
"port": [],
"volume": []
}
Response
Json
[
{
"kind": "status",
"payload": {
"code": 0,
"message": ""
}
},
{
"kind": "entity",
"payload": ""
},
{
"kind": "entity",
"payload": {
"command": "",
"created_at": "",
"id": "",
"image": "",
"labels": "",
"local_volumes": "",
"mounts": "",
"names": "",
"networks": "",
"platform": null,
"ports": "",
"running_for": "",
"size": "",
"state": "",
"status": ""
}
}
]
Notes
- Platform Permission Required
- Read-Only Permission Restricted