Skip to main content

Calculate Complete RPN

URL:

PUT https://api-ax-staging.bynry.com/api/ax/rpn-procedure/139/

Request Body:

{

  "is_rpn_completed": 1,

  "asset_json": [

    {

      "name": "new asset",

      "asset_id": 74,

      "asset_no": "AX74",

      "probability": 4,

      "detectability": 1,

      "failure_mode": "Storage Tanks#4_Fiberglass#2_Clogging#1",

      "failure_mode_name": "Clogging",

      "criticality": [

        {

          "name": "Environmental",

          "code": "Environmental#4",

          "weightage": 0.188,

          "criticality_score": 3

        },

        {

          "name": "Operational",

          "code": "Operational#3",

          "weightage": 0.188,

          "criticality_score": 2

        },

        {

          "name": "Economical",

          "code": "Economical#2",

          "weightage": 0.312,

          "criticality_score": 2

        },

        {

          "name": "Financial",

          "code": "Financial#1",

          "weightage": 0.312,

          "criticality_score": 3

        }

      ]

    }

  ]

}

  • Description:
    • After submitting detectability and probability in Step 2, the system calculates the criticality and RPN in this step.
    • The is_rpn_completed flag is set to 1, indicating the process is complete.
    • The criticality section contains the factors and their respective scores and weightages.