# Structs
ConfigKey describe which keys need to check from remote request.
ConfigProperty show property operations.
ContainerState describe nodemanager container state.
NMCapacity show nodemanager capacity.
NMContainer show container info.
NMContainerIds describe nodemanager container id list.
NMContainers describe nodemanager container list.
NMContainersState describe nodemanager container state list.
NMContainersWrapper show the container struct from nodemanager API
curl http://x.x.x.x:10001/ws/v1/node/containers
{
"containers": {
"container":[
{
"id": "xx",
"state": "xx"
},
{
"id": "xx",
"state": "xx"
}
]
}
}
*/.
NMStatus show nodemanager status.