주문 생성
POST
/v2/orders
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"action": "string",
"nodeId": "string",
"imageId": "string",
"planId": "string",
"extras": [
{
}
],
"name": "string",
"hostname": "string",
"instanceId": "string"
}
Responses
생성된 주문
application/json
JSON
{
"id": "string",
"name": "string",
"price": 0,
"createdAt": "string",
"paidAt": "string"
}