v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
containers

Create containers

create Container under default namespace

post/v1/containers

Request body

countinteger required
idcstring required
productstring required
argsstring[]

Optional container command arguments

commandstring

Optional container start command

namestring required
sshKeyIdListstring[]
templateIdstring uuid required

template id

Example request

{
  "envs": [
    {
      "name": "access_token",
      "value": "kalsk113=="
    }
  ]
}

Response

successful

idstring uuid required