List Continuity Requirements of a Business Component

Returns 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. Only attributes configured for the Continuity module will be displayed in this call. These attributes are configured in the Continuity Module Options section of the Administration module.

 

URL

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

 

REQUEST METHOD

GET

 

URL PARAMETER

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

 

REQUEST EXAMPLE

{RMUrl}/api/Organization/BusinessComponents/78395d3d-d7e6-4938-9682-b5bd3c5be422/ContinuityRequirements

 

SUCCESS RESPONSE

The BusinessComponentContinuityRequirements object is in the following format:

BusinessComponentContinuityRequirements

{

double MTPD;

double RPO;

double RTO;

string TimeSensitivity;

object CustomAttributes;

object ContinuityResources;

 

}

 

SUCCESS RESPONSE 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}

"numero":3.0},

"ContinuityResources":[

{

"Id":"66307b9a-5dd0-440b-8c2f-ee5a1e974342",

"NormalOperationResource": {

"Id":"23ee4286-13de-11e2-a316-22ddd55f8100"

"Name":"CEO Laptop",

},

"ContingencyModeResource": {

"Id":"dd4488b7-13de-11e2-a316-22ddd55f8100",

"Name":"Backup CEO Laptop"

},

"Comments":"Computer stored in a locked cabinet in the main office."

},

{

"Id":"66307b9b-5dd0-440b-8c2f-ee5a1e974342",

"NormalOperationResource": {

"Id":"53475825-13dd-11e2-a316-22ddd55f8100"

"Name":"Web Server",

},

"ContingencyModeResource": {

"Id":" dd4488b7-13de-11e2-a316-22ddd55f8100",

"Name":"Backup Web Server"

},

"Comments":"Server stored in the datacenter."

}

]

 

}