{
"armCardOfferinguuid": "string",
"cpu": 8,
"cpuPercent": 100,
"createTime": "2019-08-24T14:15:22Z",
"createUserId": 0,
"createUserName": "string",
"dataSize": 50,
"delStatus": 0,
"fileServer": [
{
"property1": "string",
"property2": "string"
}
],
"hardwareCode": "string",
"layout": {
"createTime": "2019-08-24T14:15:22Z",
"delStatus": 0,
"height": 0,
"name": "string",
"pixelDensity": 0,
"projectId": "string",
"refreshRate": 0,
"updateTime": "2019-08-24T14:15:22Z",
"uuid": "string",
"weight": 0
},
"layoutUuid": "string",
"level": 1,
"memory": 12,
"name": "Orion865",
"remark": "string",
"resolutionRatio": 1080,
"status": 1,
"type": "一开",
"updateTime": "2019-08-24T14:15:22Z",
"updateUserId": 0,
"updateUserName": "string",
"uuid": "string"
}
curl --location --request POST '/instance/offering' \
--header 'Content-Type: application/json' \
--data-raw '{
"armCardOfferinguuid": "string",
"cpu": 8,
"cpuPercent": 100,
"createTime": "2019-08-24T14:15:22Z",
"createUserId": 0,
"createUserName": "string",
"dataSize": 50,
"delStatus": 0,
"fileServer": [
{
"property1": "string",
"property2": "string"
}
],
"hardwareCode": "string",
"layout": {
"createTime": "2019-08-24T14:15:22Z",
"delStatus": 0,
"height": 0,
"name": "string",
"pixelDensity": 0,
"projectId": "string",
"refreshRate": 0,
"updateTime": "2019-08-24T14:15:22Z",
"uuid": "string",
"weight": 0
},
"layoutUuid": "string",
"level": 1,
"memory": 12,
"name": "Orion865",
"remark": "string",
"resolutionRatio": 1080,
"status": 1,
"type": "一开",
"updateTime": "2019-08-24T14:15:22Z",
"updateUserId": 0,
"updateUserName": "string",
"uuid": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"timestamp": 0,
"traceId": "string"
}