Container Service
Container
containerization/decontainerization of the container
1min
PUT
PATH PARAMETERS
containerId
string
*Example: container:9c9b1138-7cdd-11eb-9439-0242ac130002
Unique id of Container
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique request id.
X-COREOS-TID
string
*Example: delhivery1234
Tenant id
X-COREOS-ACCESS
string
*Core-os access token
X-COREOS-USERINFO
string
Core-os user info
X-COREOS-CALLBACK-SECRET
string
Core-os access token
BODY PARAMETERS
body
ParentIdRequest
*parent id
parentId
string
*Example: box:9c9b1138-7cdd-11eb-9439-0242ac130002
Field to represent container ID of the parent container. During the containerization process, this value is assigned to represent which container contains this container.
action
string<CONTAINERIZE | DECONTAINERIZE>
*Example: CONTAINERIZE
Field to represent action to be performed on the container.
RESPONSES
202
Containerization or decontainerization
ChildContainerResponse
data
object
request
Request
400
Bad Request
ErrorResponse
error
Error
Error Information
request
Request
401
Unauthorized
ErrorResponse
error
Error
Error Information
request
Request
404
Not Found
ErrorResponse
error
Error
Error Information
request
Request
503
Server Error
ErrorResponse
error
Error
Error Information
request
Request


Updated 24 Aug 2023
Did this page help you?