Create SubsystemAnalysis
POST/subsystemanalysis
Aggregates data for all the signals for a given SnapshotEvent that match the vehicle criteria.
Internally formulates a SnapshotAnalysis with all the signals for a given SnapshotEvent's subsystem.
Provide snapshotCriteria.idSnapshot in the request; the service will look up the referenced SnapshotEvent and derive the associated subsystem
to determine which subsystem's signals should be analyzed. Returns SubsystemAnalysis with embedded SnapshotAnalysis. Inside this SnapshotAnalysis is a reference to a SignalAnalysis.
Request
Responses
- 201
- 400
- 403
- 404
- 500
Subsystem analysis created with reference to a SnapshotAnalysis.
Bad request
Forbidden
Snapshot event not found for provided snapshotCriteria.idSnapshot
Internal server error