You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 6 Current »
Priority in a Change Record defines the order in which a Change Record must be addressed. A priority matrix is configured with a combination of risk, Impact, and urgency. With the following API request, you can retrieve priority matrix details.
To authenticate the below API, see API Authentication and Authorization.
POST
Sample Request
{ "ServiceName": "CM_GetOverallBusinessOperationalRisk", "objCommonParameters": { "_ProxyDetails": { "AuthType": "APIKEY", "APIKey": "XXXXXXXXXXXXXXXXXX", "TokenID": "", "OrgID": "1", "ReturnType": "JSON", "ProxyID": 0 }, "cmParamsJSON": { "OperationalRiskIds": "2,2", "BusinessRiskIds": "2,2,2" }, "Instance": "Info", "RequestType": "RemoteCall" } }
Request Parameters
True
ID of Urgency. Urgency indicates how quick a CR must be resolved.
{ "Errors": "", "Message": "", "Output": "", "TokenID": "8C62144880AFF135758142E4CC9C72206548E0475E0C77BA79936A5C8832FF51379BDD4EE35AB1B87D58555EF95A56FDD785502C778D771028F2037ADE70BDF1445A884C3D773C6DE3AE8EB93E801D92B4AC1FE0C1B1C66E4B7AB8B06195B92B3117198BBDF8ECADABD182E57DE4C4826A9CFC040B0ECE6E8B37A6329C875CDE25020823BD64E432870C6846EEC421CA503743433C9F0C89A357B7592E3C2836", "OrgID": 0, "OutputObject": { "OverallRisk": [ { "UID": 3, "Risk_Id": 11, "Sup_Function": "Info", "From_Range": 2, "To_Range": 3, "Weightage": 1, "BusinessRisk": 4, "OperationalRisk": 6, "OverAllRisk": 2, "BusinessRiskText": "HIGH", "OperationalRiskText": null, "OverAllRiskText": "Low" } ] }, "OutputID": 0, "Input": null }
For more information, see Status and Error Messages.