{'accountId': 'account_id',
'accountType': '1',
'cycleCnt': 1,
'cycleType': 3,
'innerOrderId': '20221027000002',
'masterOrderId': 406,
'orderId': '20221027000002',
'resourceDescription': '',
'resourceId': '4725dbcee9ee498abc36cb3d28b15b4b',
'resourceInfo': 'info',
'resourceType': 'NAT',
'serviceTag': 'NAT',
'userId': '179',
'workOrderConfig': {'index': 0},
'workOrderId': '024425ff84e34b27aa2d55a1ed9cb77e',
'workOrderItems': [{'cycleType': 3,
'innerOrderId': '',
'innerOrderItemId': '382415288c06435690538de9242b856c',
'master': 'True',
'masterOrderId': '20221027000002',
'masterResourceId': '4725dbcee9ee498abc36cb3d28b15b4b',
'orderId': 897,
'orderItemId': '',
'productId': 32,
'resourceAction': 0,
'resourceDescription': '',
'resourceId': '82f62f52d53a4348a725eb7fd0366c12',
'resourceInfo': 'info',
'resourceType': 'NAT',
'serviceTag': 'NAT',
'workOrderId': '024425ff84e34b27aa2d55a1ed9cb77e',
'workOrderItemConfig': {'acctItemClass': 'package',
'cycleCnt': 1,
'cycleType': '3',
'description': '',
'name': 'nat-132a',
'platformId': '2022guizhou_syj',
'specs': '1',
'vpc_uuid': 'vpc-tsfxhwg69b',
'zoneId': 'cn-xinan1-1A',
'zoneName': '贵州实验局'},
'workOrderItemId': '5af42848dea743d48228a9536fa9687b',
'workOrderItemNo': '20221027000002'}],
'workOrderNo': '20221027103047',
'workOrderType': '1'}
{
"accountId": "string",
"accountType": "string",
"cycleCnt": 0,
"cycleType": 0,
"innerOrderId": "string",
"masterOrderId": 0,
"orderId": "string",
"resourceDescription": "string",
"resourceId": "string",
"resourceInfo": "string",
"resourceType": "string",
"serviceTag": "string",
"userId": "string",
"workOrderConfig": {
"index": 0
},
"workOrderId": "string",
"workOrderItems": [
{
"cycleType": 0,
"innerOrderId": "string",
"innerOrderItemId": "string",
"master": "string",
"masterOrderId": "string",
"masterResourceId": "string",
"orderId": 0,
"orderItemId": "string",
"productId": 0,
"resourceAction": 0,
"resourceDescription": "string",
"resourceId": "string",
"resourceInfo": "string",
"resourceType": "string",
"serviceTag": "string",
"workOrderId": "string",
"workOrderItemConfig": {
"acctItemClass": "string",
"cycleCnt": 0,
"cycleType": "string",
"description": "string",
"name": "string",
"platformId": "string",
"specs": "string",
"vpc_uuid": "string",
"zoneId": "string",
"zoneName": "string",
"subnet_uuid": "string"
},
"workOrderItemId": "string",
"workOrderItemNo": "string"
}
],
"workOrderNo": "string",
"workOrderType": "string"
}
curl --location --request POST '/api/msg/order-create_nat_gateway' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"accountType": "string",
"cycleCnt": 0,
"cycleType": 0,
"innerOrderId": "string",
"masterOrderId": 0,
"orderId": "string",
"resourceDescription": "string",
"resourceId": "string",
"resourceInfo": "string",
"resourceType": "string",
"serviceTag": "string",
"userId": "string",
"workOrderConfig": {
"index": 0
},
"workOrderId": "string",
"workOrderItems": [
{
"cycleType": 0,
"innerOrderId": "string",
"innerOrderItemId": "string",
"master": "string",
"masterOrderId": "string",
"masterResourceId": "string",
"orderId": 0,
"orderItemId": "string",
"productId": 0,
"resourceAction": 0,
"resourceDescription": "string",
"resourceId": "string",
"resourceInfo": "string",
"resourceType": "string",
"serviceTag": "string",
"workOrderId": "string",
"workOrderItemConfig": {
"acctItemClass": "string",
"cycleCnt": 0,
"cycleType": "string",
"description": "string",
"name": "string",
"platformId": "string",
"specs": "string",
"vpc_uuid": "string",
"zoneId": "string",
"zoneName": "string",
"subnet_uuid": "string"
},
"workOrderItemId": "string",
"workOrderItemNo": "string"
}
],
"workOrderNo": "string",
"workOrderType": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": "string",
"next": "string",
"total_count": 0,
"results": [
"string"
],
"code": 0
}