Start launch auto-analyzer on demand
POST/v1/:projectName/launch/analyze
Start launch auto-analyzer on demand
Request
Path Parameters
projectName stringrequired
projectName
- application/json
Body
required
analyzeLaunchRQ
analyzeItemsMode string[]
Possible values: [TO_INVESTIGATE
, AUTO_ANALYZED
, MANUALLY_ANALYZED
]
analyzerMode string
Possible values: [ALL
, LAUNCH_NAME
, CURRENT_LAUNCH
, PREVIOUS_LAUNCH
, CURRENT_AND_THE_SAME_NAME
]
analyzerTypeName string
Possible values: [autoAnalyzer
, patternAnalyzer
]
launchId int64
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...