OS1 Services
...
Container
Integrate with Containers
How to: Containerize a child Container
2min
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 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:
The response body will look similar to the following:
Updated 16 Aug 2023
Did this page help you?