Authorization: Bearer ********************
{
"concatId": "13037317-e7f3-4cfd-ac36-d2fc4f8ec047",
"typeId": 6,
"name": "文档数据库8U32G223",
"param": "DDSkc1三节点副本集 8U32G(mongos),兼容MongoDB社区版:3.4/4.0。",
"unit": "套*年",
"period": 365,
"price": null,
"cpu": null,
"mem": null,
"disk": null
}
curl --location --request POST '/gcs/resource/crd' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"concatId": "13037317-e7f3-4cfd-ac36-d2fc4f8ec047",
"typeId": 6,
"name": "文档数据库8U32G223",
"param": "DDSkc1三节点副本集 8U32G(mongos),兼容MongoDB社区版:3.4/4.0。",
"unit": "套*年",
"period": 365,
"price": null,
"cpu": null,
"mem": null,
"disk": null
}'
{
"msg": "string",
"code": 0
}