/
VM
vmware
/
Port Layer API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
containers
13
post
Initiates a container create operation
get
/containers/info/{id}
get
/containers/list
get
/containers/{id}
delete
/containers/{id}
put
/containers/{handle}
get
/containers/{handle}/state
put
/containers/{handle}/state
patch
/containers/{handle}/name
post
Signal a running container
get
Gets the container stats
get
Gets the container logs
get
/containers/{id}/wait
events
1
interaction
8
kv
3
logging
3
misc
2
scopes
9
storage
17
tasks
6
containers
Initiates a container create operation
Initiates a container create operation
post
/containers
Query parameters
name
string
Request body
ContainerCreateConfig
required
name
string
numCPUs
integer
memoryMB
integer
networkDisabled
boolean
annotations
object
hostname
string
domainname
string
Response
OK
ContainerCreatedInfo
required
handle
string
required
id
string
required
Changes