Authorization: Bearer ********************
curl --location --request GET '/gcs/resource/crd/currentList?typeId=6' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "string",
"total": 0,
"rows": [
{
"id": "string",
"concatId": "string",
"typeId": 0,
"typeName": "string",
"name": "string",
"param": "string",
"unit": "string",
"period": 0,
"price": 0,
"cpu": 0,
"mem": 0,
"disk": 0,
"createTime": "string",
"createBy": "string"
}
]
}