Select Failure Mode, Detectability, and Probability
URL:
PUT https://api-ax-staging.bynry.com/api/ax/rpn-procedure/139/
Request Body:
{
"asset_json": [
{
"asset_id": 74,
"asset_no": "AX74",
"name": "new asset",
"failure_mode": "Storage Tanks#4_Fiberglass#2_Clogging#1",
"failure_mode_name": "Clogging",
"detectability": 1,
"probability": 4
}
]
}
Description:
- In this step, the user when create asset he attaches the asset type on that basis the failure mode is indirectly attached to that asset and chooses the detectability and probability values.
- The provided values will be used in the next step for RPN calculation.