Authorization: Bearer ********************
{
"modelFile": "C:\\Work\\Projects\\Model_YS\\BYJC_YS.mupp",
"groupId": "abfcfe31-2546-487a-9551-51c7183ff475",
"newTemplateName": "大雨预演模板",
"subType": "Schedule",
"description": "用于大雨场景下的预演模板",
"attributes": ""
}
curl --location --request POST 'http://10.174.150.25:32001/api/v2/scenario-manager/scenario/create-template' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelFile": "C:\\Work\\Projects\\Model_YS\\BYJC_YS.mupp",
"groupId": "abfcfe31-2546-487a-9551-51c7183ff475",
"newTemplateName": "大雨预演模板",
"subType": "Schedule",
"description": "用于大雨场景下的预演模板",
"attributes": ""
}'
{
"status": false,
"code": "E10001",
"message": "模板方案名称不能为空",
"traceId": null
}