OS1 Services
...
Container
Integrate with Containers
How to: Containerize a child Container
2min
for information about prerequisites, see integrate with containers docid\ v8jhivhg c9txkmpqsbxu to containerize a child container, the parent container must be in the opened state and the child container in the closed state to decontainerize a container, use the same endpoint with the same values, and as long as the data shows that the parent/child relationship exists, it will reverse the process to place a container in another container, call the containerization/decontainerization of the container docid 93nldsljawnnqwndn1mz endpoint and pass the container id as a path parameter specify the container id of the parent container in the request body pass containerize in the action parameter your request body should look similar to the following { "parentid" "pallet 38ecdaf0 2bb7 4b14 94c3 3021ec812e78" "action" "containerize" } the response body will look similar to the following { "parentid" "pallet1 9c9b1138 7cdd 11eb 9439 0242ac130002", "action" "containerize", "callback" { "url" "https //www examplecallback com", "meta" "string" } }