{
"instanceIds": [
"string"
],
"strategyClassifyIds": [
0
],
"ids": [
0
]
}curl --location --request POST '/exe/strategy-item/publish/simple-list' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"instanceIds": [
"string"
],
"strategyClassifyIds": [
0
],
"ids": [
0
]
}'[
{
"id": 0,
"name": "",
"originalStrategyName": "",
"parentTagType": "",
"period": {
"periodType": "",
"periodCount": 0,
"periodTimes": 0
},
"classifyList": [
{
"id": 0,
"name": "",
"type": "",
"independence": false,
"execStepEnable": false,
"pjDealMajorId": 0,
"parentId": 0
}
],
"tagStructs": [
{
"code": "",
"name": ""
}
],
"beforeMeasure": {
"id": 0,
"customizeName": "",
"controlType": "",
"sourceType": "",
"sourceMeasureId": 0,
"controlDescription": "",
"workingGuidanceList": [
{
"title": "",
"content": ""
}
],
"optionFeedbackInfo": {
"rating": false,
"options": [
{
"code": 0,
"name": "",
"desc": "",
"nodeAlias": "",
"picture": {
"id": "",
"name": "",
"type": ""
},
"badValue": 0.0,
"badValuePercent": 0.0,
"goodValue": 0.0,
"goodPercent": 0.0,
"status": ""
}
],
"executionThresholdOptions": [
0
],
"diagnosticThresholdOptions": [
0
],
"normalOptions": [
0
],
"symptomaticOptions": [
0
],
"exceptionOptions": [
0
]
}
},
"executeMeasure": {
"id": 0,
"customizeName": "",
"controlType": "",
"sourceType": "",
"sourceMeasureId": 0,
"controlDescription": "",
"workingGuidanceList": [
{
"title": "",
"content": ""
}
],
"optionFeedbackInfo": {
"rating": false,
"options": [
{
"code": 0,
"name": "",
"desc": "",
"nodeAlias": "",
"picture": {
"id": "",
"name": "",
"type": ""
},
"badValue": 0.0,
"badValuePercent": 0.0,
"goodValue": 0.0,
"goodPercent": 0.0,
"status": ""
}
],
"executionThresholdOptions": [
0
],
"diagnosticThresholdOptions": [
0
],
"normalOptions": [
0
],
"symptomaticOptions": [
0
],
"exceptionOptions": [
0
]
}
}
}
]