kbss-cvut / fta-fmea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Service API to Fetch FHA and SNS Fault Events for a Specific Aircraft Type

kostobog opened this issue · comments

API requirements

Fetch FHA event types:

input parameters:

  • aircraft-type - fragment of the aircraft type URI

returns - a list of FHA Events Summaries with the following fields

  • FHA event URI,
  • FHA event name,
  • SNS code and SNS label (ATA code and label)

Fetch FHA and SNS failure event types:

input parameters:

  • aircraft-type - fragment of the aircraft type URI

returns - a list of FHA and SNS failure Events Summaries with the following fields

  • FHA event URI,
  • FHA event name,
  • SNS code and SNS label (ATA code and label)