Navigation:  Integration via REST web services > Published web services > Risk >

RIS_EVAL_INTERFACE - Quantitative/Matrix-type evaluation

Previous  Top  Next

This method makes it possible to add an evaluation of the quantitative or matrix type through a REST web service.

 

To insert each of these items, it is necessary to follow the standard documented below.

Method

POST

 

Input parameters

ID #

Constant value

Parameter

Type

Description

cdprod

215

QUERY

NUMERIC

Product code

classname

ris_eval_interface

QUERY

STRING

Class name used in WADL

classpath

ri_import

QUERY

STRING

Path to the class used in WADL

 

Input request body

{

 "idanalysis": "String",

 "idtype": 1,

 "ideval": "string",

 "nmcrit_real_1": "String",

 "vlcrit_real_1": 1,

 "nmcrit_real_2": "String",

 "vlcrit_real_2": 1,

         .

         .

         .

 "nmcrit_real_15": "String",

 "vlcrit_real_15": 1,

 "nmcrit_res_1": "String",

 "vlcrit_res_1": 1,

 "nmcrit_res_2": "String",

 "vlcrit_res_2": 1,

         .

         .

         .

 "nmcrit_res_15": "String",

 "vlcrit_res_15": 1,

 "nmcrit_pot_1": "String",

 "vlcrit_pot_1": 1,

 "nmcrit_pot_2": "String",

 "vlcrit_pot_2": 1,

         .

         .

         .

 "nmcrit_pot_15": "String",

 "vlcrit_pot_15": 1,

 "dsjustify": "text"

}

 

Output parameter

{

   "success": true,

   "total": 1,

   "results": [

       {

           "Result": true,

           "Code": 1

       }

   ]

}

 

Request

ID #

Required

Description

IDANALYSIS

X

Risk/control analysis ID #

IDTYPE

X

Analysis type:

1 - Risk analysis

2 - Control analysis

IDEVAL

X

ID # of the new evaluation

NMCRIT_REAL_1

 

1st Evaluation: Criterion ID # 1

VLCRIT_REAL_1

 

1st Evaluation: Criterion value 1

NMCRIT_REAL_2

 

1st Appr.: Criterion ID # 2

VLCRIT_REAL_2

 

1st Appr.: Criterion value 2

NMCRIT_REAL_3

 

1st Appr.: Criterion ID # 3

VLCRIT_REAL_3

 

1st Appr.: Criterion value 3

NMCRIT_REAL_4

 

1st Appr.: Criterion ID # 4

VLCRIT_REAL_4

 

1st Appr.: Criterion value 4

NMCRIT_REAL_5

 

1st Appr.: Criterion ID # 5

VLCRIT_REAL_5

 

1st Appr.: Criterion value 5

NMCRIT_REAL_6

 

1st Appr.: Criterion ID # 6

VLCRIT_REAL_6

 

1st Appr.: Criterion value 6

NMCRIT_REAL_7

 

1st Appr.: Criterion ID # 7

VLCRIT_REAL_7

 

1st Appr.: Criterion value 7

NMCRIT_REAL_8

 

1st Appr.: Criterion ID # 8

VLCRIT_REAL_8

 

1st Appr.: Criterion value 8

NMCRIT_REAL_9

 

1st Appr.: Criterion ID # 9

VLCRIT_REAL_9

 

1st Appr.: Criterion value 9

NMCRIT_REAL_10

 

1st Appr.: Criterion ID # 10

VLCRIT_REAL_10

 

1st Appr.: Criterion value 10

NMCRIT_REAL_11

 

1st Appr.: Criterion ID # 11

VLCRIT_REAL_11

 

1st Appr.: Criterion value 11

NMCRIT_REAL_12

 

1st Appr.: Criterion ID # 12

VLCRIT_REAL_12

 

1st Appr.: Criterion value 12

NMCRIT_REAL_13

 

1st Appr.: Criterion ID # 13

VLCRIT_REAL_13

 

1st Appr.: Criterion value 13

NMCRIT_REAL_14

 

1st Appr.: Criterion ID # 14

VLCRIT_REAL_14

 

1st Appr.: Criterion value 14

NMCRIT_REAL_15

 

1st Appr.: Criterion ID # 15

VLCRIT_REAL_15

 

1st Appr.: Criterion value 15

NMCRIT_RES_1

 

2nd Evaluation: Criterion ID # 1

VLCRIT_RES_1

 

2nd Evaluation: Criterion value 1

NMCRIT_RES_2

 

2nd Appr.: Criterion ID # 2

VLCRIT_RES_2

 

2nd Appr.: Criterion value 2

NMCRIT_RES_3

 

2nd Appr.: Criterion ID # 3

VLCRIT_RES_3

 

2nd Appr.: Criterion value 3

NMCRIT_RES_4

 

2nd Appr.: Criterion ID # 4

VLCRIT_RES_4

 

2nd Appr.: Criterion value 4

NMCRIT_RES_5

 

2nd Appr.: Criterion ID # 5

VLCRIT_RES_5

 

2nd Appr.: Criterion value 5

NMCRIT_RES_6

 

2nd Appr.: Criterion ID # 6

VLCRIT_RES_6

 

2nd Appr.: Criterion value 6

NMCRIT_RES_7

 

2nd Appr.: Criterion ID # 7

VLCRIT_RES_7

 

2nd Appr.: Criterion value 7

NMCRIT_RES_8

 

2nd Appr.: Criterion ID # 8

VLCRIT_RES_8

 

2nd Appr.: Criterion value 8

NMCRIT_RES_9

 

2nd Appr.: Criterion ID # 9

VLCRIT_RES_9

 

2nd Appr.: Criterion value 9

NMCRIT_RES_10

 

2nd Appr.: Criterion ID # 10

VLCRIT_RES_10

 

2nd Appr.: Criterion value 10

NMCRIT_RES_11

 

2nd Appr.: Criterion ID # 11

VLCRIT_RES_11

 

2nd Appr.: Criterion value 11

NMCRIT_RES_12

 

2nd Appr.: Criterion ID # 12

VLCRIT_RES_12

 

2nd Appr.: Criterion value 12

NMCRIT_RES_13

 

2nd Appr.: Criterion ID # 13

VLCRIT_RES_13

 

2nd Appr.: Criterion value 13

NMCRIT_RES_14

 

2nd Appr.: Criterion ID # 14

VLCRIT_RES_14

 

2nd Appr.: Criterion value 14

NMCRIT_RES_15

 

2nd Appr.: Criterion ID # 15

VLCRIT_RES_15

 

2nd Appr.: Criterion value 15

NMCRIT_POT_1

 

3rd Evaluation: Criterion ID # 1

VLCRIT_POT_1

 

3rd Evaluation: Criterion value 1

NMCRIT_POT_2

 

3rd Appr.: Criterion ID # 2

VLCRIT_POT_2

 

3rd Appr.: Criterion value 2

NMCRIT_POT_3

 

3rd Appr.: Criterion ID # 3

VLCRIT_POT_3

 

3rd Appr.: Criterion value 3

NMCRIT_POT_4

 

3rd Appr.: Criterion ID # 4

VLCRIT_POT_4

 

3rd Appr.: Criterion value 4

NMCRIT_POT_5

 

3rd Appr.: Criterion ID # 5

VLCRIT_POT_5

 

3rd Appr.: Criterion value 5

NMCRIT_POT_6

 

3rd Appr.: Criterion ID # 6

VLCRIT_POT_6

 

3rd Appr.: Criterion value 6

NMCRIT_POT_7

 

3rd Appr.: Criterion ID # 7

VLCRIT_POT_7

 

3rd Appr.: Criterion value 7

NMCRIT_POT_8

 

3rd Appr.: Criterion ID # 8

VLCRIT_POT_8

 

3rd Appr.: Criterion value 8

NMCRIT_POT_9

 

3rd Appr.: Criterion ID # 9

VLCRIT_POT_9

 

3rd Appr.: Criterion value 9

NMCRIT_POT_10

 

3rd Appr.: Criterion ID # 10

VLCRIT_POT_10

 

3rd Appr.: Criterion value 10

NMCRIT_POT_11

 

3rd Appr.: Criterion ID # 11

VLCRIT_POT_11

 

3rd Appr.: Criterion value 11

NMCRIT_POT_12

 

3rd Appr.: Criterion ID # 12

VLCRIT_POT_12

 

3rd Appr.: Criterion value 12

NMCRIT_POT_13

 

3rd Appr.: Criterion ID # 13

VLCRIT_POT_13

 

3rd Appr.: Criterion value 13

NMCRIT_POT_14

 

3rd Appr.: Criterion ID # 14

VLCRIT_POT_14

 

3rd Appr.: Criterion value 14

NMCRIT_POT_15

 

3rd Appr.: Criterion ID # 15

VLCRIT_POT_15

 

3rd Appr.: Criterion value 15

DSJUSTIFY

 

Explanation

 

Note: When a risk or control evaluation is imported, a validation is performed in the risk and control plan, and:

  - If there is a revision in progress for the risk and control plan, the inclusion of the evaluation is validated in the revision in progress.

  - If there is no revision in progress, the inclusion of the evaluation is validated in the current revision of the risk and control plan.