Authorization: Bearer ********************
{
"parentScenarioId": "f379f17f-50ac-4697-b42e-37d14121c08c",
"groupId": "abfcfe31-2546-487a-9551-51c7183ff475",
"newScenarioName": "测试大雨方案",
"startTime": "2025-02-01T00:00:00",
"endTime": "2025-02-02T00:00:00",
"subType": "Schedule",
"description": "用于测试大雨场景下的预演方案",
"attributes": ""
}
curl --location --request POST 'http://10.174.150.25:32001/api/v2/scenario-manager/scenario/create-by-group' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentScenarioId": "f379f17f-50ac-4697-b42e-37d14121c08c",
"groupId": "abfcfe31-2546-487a-9551-51c7183ff475",
"newScenarioName": "测试大雨方案",
"startTime": "2025-02-01T00:00:00",
"endTime": "2025-02-02T00:00:00",
"subType": "Schedule",
"description": "用于测试大雨场景下的预演方案",
"attributes": ""
}'
{
"status": false,
"code": "E20000",
"message": "创建方案异常:Guid string should only contain hexadecimal characters.",
"traceId": null
}