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_GetPriorityMatrix", "objCommonParameters": { "_ProxyDetails": { "AuthType": "APIKEY", "APIKey": "XXXXXXXXXXXXXXXXXX", "TokenID": "", "OrgID": "1", "ReturnType": "JSON", "ProxyID": 0 }, "_CMDetails": { "Support_Function": "Info", "Urgency_Id": 7, "Impact_Id": 8, "Risk_Id": 10 } } }
Request Parameters
True
ID of Urgency. Urgency indicates how quick a CR must be resolved.
{ "Errors": ", "Message": "", "Output": "", "TokenID": "32F156C25692FA3709A6F16BD1A013FA49BAE27E02A2C41B11EAB50048DFC0B4B6ECA502D110111B2D288F404B7EFDD6A04FD60D5713CC7151510DB81F24A5F2FD173E071C1FACBEF569AB4D2DCB25F59F83D01030180C26FE819E1F82127DAFE4358686A66C2872B55EB33884B60609FE26DDF2A8DB7E59DDE9B4DED6087E623C79115DB876DD68B660314EF58B3CA28982BCA9AE48F798C56EEA68A5E35F69", "OrgID": 0, "OutputObject": { "CM_PriorityMatrix": { "Priority_MapId": 16, "Org_Id": 1, "Sup_Function": "Info", "Impact_Id": 7, "Impact_Name": "Immediate", "Risk_Id": 10, "Risk": "Medium", "Criticality_Id": 8, "Criticality_Name": "Medium", "Priority_Id": 31, "Priority_Name": "testing purpose4434343", "Active": true } }, "OutputID": 0, "Input": null }
For more information, see Status and Error Messages.