Container Service
Container - Batch Processing

Perform create operation on container via file upload

1min
POST

API to create container in batch through CSV file upload.

PARAMETERDESCRIPTIONTYPEExample
file*string($binary)
callbackRepresents callback URL, which can be to notify status(success/failed) of API.object{url: "string", meta: {}}

*This is required.

HTTP Status Code Summary

CodeDescription
202 - AcceptedEverything worked as expected.
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 ErrorsSomething went wrong on our end. (These are rare.)
Path Parameters
containerType
*
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
X-COREOS-CALLBACK-SECRET
X-COREOS-ORIGIN-TOKEN
Responses
202
Accepted
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