{
"workOrderId": "string",
"workOrderType": "13",
"userId": 0,
"accountId": 0,
"workOrderConfig": {
"index": 0
},
"msghandler_url": "string",
"resourceType": "SFS",
"workOrderItems": [
{
"workOrderItemId": "string",
"workOrderId": "string",
"resourceId": "string",
"resourceType": "SFS",
"workOrderItemConfig": {
"name": "string",
"cycleCnt": "string",
"platformId": "string",
"resourceId": "string",
"totalSize": "string",
"storageType": "string",
"cycleType": "string",
"acctItemClass": "package",
"zoneId": "string",
"zoneName": "string"
}
}
]
}
curl --location --request POST '/api/msg/order/unfrozen_sfs' \
--header 'Content-Type: application/json' \
--data-raw '{
"workOrderId": "string",
"workOrderType": "13",
"userId": 0,
"accountId": 0,
"workOrderConfig": {
"index": 0
},
"msghandler_url": "string",
"resourceType": "SFS",
"workOrderItems": [
{
"workOrderItemId": "string",
"workOrderId": "string",
"resourceId": "string",
"resourceType": "SFS",
"workOrderItemConfig": {
"name": "string",
"cycleCnt": "string",
"platformId": "string",
"resourceId": "string",
"totalSize": "string",
"storageType": "string",
"cycleType": "string",
"acctItemClass": "package",
"zoneId": "string",
"zoneName": "string"
}
}
]
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": "string",
"next": "string",
"total_count": 0,
"results": [
"string"
],
"code": 0
}