containerization/decontainerization of the container

Grouping together container into a container. The container that goes inside another container is said to be containerized.

  • containerId - The child container ID that needs to be add in parent container.
  • parentId - The parent container ID that needs to be add as parent of a container.
  • action - field to represent action to be performed on the container.
PARAMETERDESCRIPTIONTYPEVALIDATION
parentId*Field to represent container ID of the parent container. During the containerization process, this value is assigned to represent which container contains this container.stringExample- box:9c9b1138-7cdd-11eb-9439-0242ac130002
action*field to represent action to be performed on the container.field to represent action to be performed on the container.
callbackRepresents callback URL, which can be to notify status(success/failed) of API.stringA valid URL.

*This is required.



HTTP Status Code Summary
| Code | Description |
| ---- | ---------- |
| 202 - Accepted |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |
| 503 - Server Error | Something went wrong.. (These are rare.) |

Callbacks
Language
URL
Click Try It! to start a request and see the response here!