{
"msg": [
{
"orderId": "string",
"serviceTag": "string",
"cycleCnt": 3,
"resourceType": "string",
"resourceDescription": "string",
"workOrderNo": "string",
"masterOrderId": 0,
"workOrderId": "string",
"msghandler_url": "string",
"workOrderType": "string",
"workOrderConfig": {
"index": 0
},
"cycleType": 3,
"resourceInfo": "info",
"workOrderItems": [
{
"orderId": 0,
"serviceTag": "string",
"workOrderItemId": "string",
"orderItemId": "string",
"workOrderItemConfig": {
"vpcId": "string",
"protocol": "string",
"ftp_username": "string",
"cycleCnt": 3,
"platformId": "string",
"resourceId": "string",
"totalSize": "string",
"name": "string",
"storageType": "performance",
"cycleType": "3",
"kms": "string",
"acctItemClass": "package",
"subnetId": "string",
"accessGroupId": "string",
"ftp_passwd": "string",
"zoneId": "string",
"zoneName": "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 '/api/msg/order/create_sfs' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg": [
{
"orderId": "string",
"serviceTag": "string",
"cycleCnt": 3,
"resourceType": "string",
"resourceDescription": "string",
"workOrderNo": "string",
"masterOrderId": 0,
"workOrderId": "string",
"msghandler_url": "string",
"workOrderType": "string",
"workOrderConfig": {
"index": 0
},
"cycleType": 3,
"resourceInfo": "info",
"workOrderItems": [
{
"orderId": 0,
"serviceTag": "string",
"workOrderItemId": "string",
"orderItemId": "string",
"workOrderItemConfig": {
"vpcId": "string",
"protocol": "string",
"ftp_username": "string",
"cycleCnt": 3,
"platformId": "string",
"resourceId": "string",
"totalSize": "string",
"name": "string",
"storageType": "performance",
"cycleType": "3",
"kms": "string",
"acctItemClass": "package",
"subnetId": "string",
"accessGroupId": "string",
"ftp_passwd": "string",
"zoneId": "string",
"zoneName": "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": "string",
"next": "string",
"total_count": 0,
"results": [
"string"
],
"code": 0
}