Edit Continuity Requirements of a Business Component

Edits the continuity requirements of a business component registered in the Organization module. This feature is only available if the Continuity module was installed. Note that even if this tab is disabled in the system its information will still be available.

 

URL

{RMUrl}/api/Organization/businesscomponents/<BusinessComponentCode>/ContinuityRequirements

 

REQUEST METHOD

PUT

 

URL PARAMETER

BusinessComponentCode: This parameter is provided in the URL and does not need to be sent through PUT.

 

FORM CONTENT

MTPD (Optional): Maximum Tolerable Period of Disruption. Valid values: positive numbers from 0 to 10000, indicating the number of days.

RPO (Optional): Recovery Point Objective. Valid values: positive numbers from 0 to 10000, indicating the number of days.

RTO (Optional): Recovery Time Objective. Valid values: positive numbers from 0 to 1000, indicating the number of days.

TimeSensitivity (Optional): Time Sensitivity. Text field with a limit of 2,000 characters.

CustomAttributes (Optional): List of objects with information on the business component's attributes. Each attribute is referenced by its variable name.

 

Note: The "null" value in the CustomAttributes fields means that the inserted values will be deleted. In other fields, the "null" value means they will be ignored.

 

FORM CONTENT EXAMPLE

{

"MTPD":5.0,

"RPO":1.5,

"RTO":3.0,

"TimeSensitivity":"One week",

"CustomAttributes":{

     "businesscomponent":{

      "Id":"e2e5ca2d-fea9-11e1-94b3-001ec91f4b0a",

      "Caption":"Tactical > Organizational System > HR"},

     "singlelist":"option2",

     "number":3.0}

}

 

SUCCESS RESPONSE

HTTP status code 204: NoContent