curl --location --request GET 'http://119.91.66.223:8090/config/v1/configfiles/release/versions?namespace=&group=&file_name=' \
--header 'X-Polaris-Token;'
{
"code": 0,
"info": "string",
"total": 0,
"configFileReleases": [
{
"id": 0,
"name": "string",
"namespace": "string",
"group": "string",
"file_name": "string",
"content": "string",
"format": "string",
"comment": "string",
"releaseDescription": "string",
"md5": "string",
"version": 0,
"releaseType": "string",
"tags": [
"string"
],
"betaLabels": [
{
"key": "string",
"value": {
"type": "string",
"value": "string",
"value_type": "string"
}
}
],
"create_by": "string",
"create_time": "string",
"modify_by": "string",
"modify_time": "string",
"active": true
}
]
}