Authorization: Bearer ********************
curl --location --request GET '/business/process/serverConfigHistory?processId=8644c6c9-1654-40b6-a72b-8fcba5cdc4e2&configBusinessType=1&configField=cpu' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": [
{
"id": "string",
"processId": "string",
"serverName": "string",
"serverSerial": 0,
"configBusinessType": 0,
"cpu": 0,
"mem": 0,
"sysDisk": 0,
"dataDisk": 0,
"os": "string",
"otherRequirements": "string",
"networkType": "string",
"bandwidth": "string",
"internalNetworkIp": "string",
"internalPort": "string",
"externalNetworkIp": "string",
"externalPort": "string",
"applicationDate": "string",
"cloudServerId": null,
"createTime": "string"
}
]
}