{
"msg": {
"orderId": "string",
"serviceTag": "string",
"cycleCnt": 0,
"resourceType": "string",
"resourceDescription": "string",
"workOrderNo": "string",
"masterOrderId": 0,
"workOrderId": "string",
"msghandler_url": "string",
"workOrderType": "string",
"workOrderConfig": {
"index": 0
},
"cycleType": 0,
"resourceInfo": "string",
"workOrderItems": [
{
"orderId": 0,
"serviceTag": "string",
"workOrderItemId": "string",
"orderItemId": "string",
"workOrderItemConfig": {
"count": 0,
"sysVolumeSize": "string",
"password": "string",
"sysVolumeResourceId": "string",
"description": "string",
"zoneName": "string",
"cycleCnt": 0,
"platformId": "string",
"resourceId": "string",
"interfaces": [
{
"vpc_uuid": "string",
"ipv4_subnet_uuid": "string"
}
],
"hostname": "string",
"zoneId": "string",
"cycleType": "string",
"deviceType": "string",
"acctItemClass": "string",
"imageUuid": "string",
"networkType": "string",
"az": "string",
"region": "string",
"sysVolumeType": "string",
"name": "string",
"multiAttach": "string",
"volumeType": "string",
"do_attach": 0,
"size": "string"
},
"resourceType": "string",
"resourceAction": 0,
"masterOrderId": "string",
"workOrderId": "string",
"innerOrderItemId": "string",
"masterResourceId": "string",
"workOrderItemNo": "string",
"cycleType": 0,
"master": "string",
"resourceDescription": "string",
"resourceInfo": "string",
"innerOrderId": "string",
"resourceId": "string",
"productId": 0
}
],
"accountType": "string",
"resourceId": "string",
"innerOrderId": "string",
"userId": "string",
"accountId": "string"
}
}
curl --location --request POST '/bms.com:1000/api/msg/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg": {
"orderId": "string",
"serviceTag": "string",
"cycleCnt": 0,
"resourceType": "string",
"resourceDescription": "string",
"workOrderNo": "string",
"masterOrderId": 0,
"workOrderId": "string",
"msghandler_url": "string",
"workOrderType": "string",
"workOrderConfig": {
"index": 0
},
"cycleType": 0,
"resourceInfo": "string",
"workOrderItems": [
{
"orderId": 0,
"serviceTag": "string",
"workOrderItemId": "string",
"orderItemId": "string",
"workOrderItemConfig": {
"count": 0,
"sysVolumeSize": "string",
"password": "string",
"sysVolumeResourceId": "string",
"description": "string",
"zoneName": "string",
"cycleCnt": 0,
"platformId": "string",
"resourceId": "string",
"interfaces": [
{
"vpc_uuid": "string",
"ipv4_subnet_uuid": "string"
}
],
"hostname": "string",
"zoneId": "string",
"cycleType": "string",
"deviceType": "string",
"acctItemClass": "string",
"imageUuid": "string",
"networkType": "string",
"az": "string",
"region": "string",
"sysVolumeType": "string",
"name": "string",
"multiAttach": "string",
"volumeType": "string",
"do_attach": 0,
"size": "string"
},
"resourceType": "string",
"resourceAction": 0,
"masterOrderId": "string",
"workOrderId": "string",
"innerOrderItemId": "string",
"masterResourceId": "string",
"workOrderItemNo": "string",
"cycleType": 0,
"master": "string",
"resourceDescription": "string",
"resourceInfo": "string",
"innerOrderId": "string",
"resourceId": "string",
"productId": 0
}
],
"accountType": "string",
"resourceId": "string",
"innerOrderId": "string",
"userId": "string",
"accountId": "string"
}
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
"string"
]
}