{
"methodType": "Add",
"toolClusterName": "TESTCOREDIVE",
"toolClusterDesc": "TEST CORE DIVE DESC",
"toolComponentClusterRequestDtoList": [
{
"mappingClusterId": "fbc4c9ef-9b25-4a93-9dfe-5e3f9baf0e31",
"toolComponentId": "f30b453c-b514-4065-8ce6-04f4f83a779b",
"potencyItemIdentity": "TESTCOREDIVE",
"methodType": "Add"
},
{
"mappingClusterId": "aac98acb-c09d-4e51-9126-04d8cff2f1b3",
"toolComponentId": "f30b453c-b514-4065-8ce6-04f4f83a779b",
"potencyItemIdentity": "TESTCOREDIVE",
"methodType": "Add"
}
]
}
curl --location --request POST 'http://localhost:8082/rest/admin/secured/tool/component/cluster/save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"methodType": "Add",
"toolClusterName": "TESTCOREDIVE",
"toolClusterDesc": "TEST CORE DIVE DESC",
"toolComponentClusterRequestDtoList": [
{
"mappingClusterId": "fbc4c9ef-9b25-4a93-9dfe-5e3f9baf0e31",
"toolComponentId": "f30b453c-b514-4065-8ce6-04f4f83a779b",
"potencyItemIdentity": "TESTCOREDIVE",
"methodType": "Add"
},
{
"mappingClusterId": "aac98acb-c09d-4e51-9126-04d8cff2f1b3",
"toolComponentId": "f30b453c-b514-4065-8ce6-04f4f83a779b",
"potencyItemIdentity": "TESTCOREDIVE",
"methodType": "Add"
}
]
}'
{}