Container Service
Container

containerization/decontainerization of the container

1min
PUT

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
CodeDescription
202 - Accepted
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedNo valid API key provided.
404 - Not FoundThe requested resource doesn't exist.
503 - Server ErrorSomething went wrong.. (These are rare.)
Path Parameters
containerId
*
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
X-COREOS-CALLBACK-SECRET
Body Parameters
body
*
Description
parent id
parentId
*
action
*
Responses
202
Containerization or decontainerization
data
request
400
Bad Request
error
request
401
Unauthorized
error
request
404
Not Found
error
request
503
Server Error
error
request
Curl
JS
Ruby
Python
Responses
202
400
401
404
503