curl --location --request GET 'http://119.91.66.223:8090/config/v1/configfiles/releasehistory?namespace=&group=&name=&limit=&offset=' \
--header 'X-Polaris-Token;'
{
"code": 0,
"info": "string",
"total": 0,
"configFileReleaseHistories": [
{
"id": 0,
"namespace": "string",
"group": "string",
"file_name": "string",
"name": "string",
"comment": "string",
"content": "string",
"format": "string",
"md5": "string",
"status": "string",
"tags": [
{
"key": "string",
"value": "string"
}
],
"type": "string",
"create_time": "string",
"modify_time": "string"
}
]
}