Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the code macro with the following parameter(s): [theme]
Scroll ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
#F0F0F0#F0F0F0

3

Scroll export button
scopecurrent
template-id4fda9400-a7df-4ede-a95f-e4ae5fcf4796
captionDownload this Page
add-onScroll PDF Exporter

You can retrieve the SLA Details such as SLA Service Windows, RCA Deadline, SLA minutes, Resolution Deadline based on input parameters such as Workgroup, Priority, Category, Problem Record Type, Matrix Type, etc.

To authenticate the below API, see API Authentication and Authorization.

Service NameHTTP Method

PM_GetSLADeadlineMatrix

POST

Below is the sample request to retrieve Problem Record Details

Code Block
titleSample Request
linenumberstrue
{
    "ServiceName": "PM_GetSLADeadlineMatrix",
    "objCommonParameters": {
        "_ProxyDetails": {
            "UserName": "william.james@symphonysummit.com",
            "OrgID": 1,
            "ReturnType": "JSON",
            "Password": "test@1237",
            "APIKey": "FuvXeZTSna2Jdj/PImKKTRS97Dg8Ns7ET/UQ1X9JZHs=",
            "AuthType": "FORM",
            "ProxyID": 0,
            "RequestType":"mobile"
            }, 
        "PM_Matrx_Properties":{
            "Org_Id":1,
            "UserID":2,
            "Support_Function":"Info",
            "Assigned_Workgroup_Id":22,
            "Category_Id":1167,
            "Risk_ID":0,
            "Priority_Id":1,
            "ProblemRecordType":"Reactive",
            "Problem_Ticket_Id":0,
            "MatrixType":"RCA",
            "SLA_Window":1,
            "Status":"New",
            "AssignedAnalyst":0
        },     
        "TicketID":"",
		"RequestType":"Mobile"
    }
}

Anchor
New Status
New Status
Request Parameters

Parameter NameTypeDescriptionMandatory

Org_Id

Status
colourGreen
titleiNTEGER

Unique Identification number of an Organization. By default, the value is 1.

Status
colourGreen
titleTrue

UserID

Status
colourGreen
titleiNTEGER

Unique Identification Number of a User.

Status
colourGreen
titleTrue

Support_Function

Status
colourGreen
titlesTRING

Name of the Instance.

For Example: Info

Status
colourGreen
titleTrue

Assigned_Workgroup_Id

Status
colourGreen
titleiNTEGER

Unique Identification number of the Workgroup. Specify the Id of the Workgroup.

Status
colourGreen
titleTrue

Category_Id

Status
colourGreen
titleiNTEGER

Unique Identification number of the Category. Specify the Id of the Category.

Status
colourGreen
titleTrue

Risk_ID

Status
colourGreen
titleiNTEGER

Unique Identification number of the Risk. Specify the Id of the Risk.

Status
colourGrey
titleFAlSE

Priority_Id

Status
colourGreen
titleiNTEGER

Unique Identification number of the Priority. Specify the Id of the Priority.

Status
colourGreen
titleTrue

ProblemRecordType

Status
colourGreen
titlesTRING

Specify Problem Record Type.

For Example: Proactive or Reactive

Status
colourGreen
titleTrue

Problem_Ticket_Id

Status
colourGreen
titlesTRING

The logged Problem Request number.

Status
colourGrey
titleFAlSE

MatrixType

Status
colourGreen
titlesTRING

Specify Matrix Type.

Status
colourGreen
titleTrue

SLA_Window

Status
colourGreen
titleiNTEGER

Specify SLA Window.

Status
colourGrey
titleFAlSE

Status

Status
colourGreen
titlesTRING

Status of the PR.

Status
colourGrey
titleFAlSE

AssignedAnalyst

Status
colourGreen
titleiNTEGER

Id of the Assigned Engineer.

Status
colourGrey
titleFAlSE

TicketID

Status
colourGreen
titlesTRING

The logged Problem Request number.

Status
colourGrey
titleFAlSE

RequestType

Status
colourGreen
titlesTRING

Type of the request. Be default, the value is Mobile.

Status
colourGrey
titleFAlSE

Code Block
titleSample Response
linenumberstrue
{
    "Errors": "",
    "Message": "",
    "Output": "{\"SLADeadlineMatrix\":{\"ServiceWindow\":
				\"[
					{\"Mst_UID\":1,\"Mst_Value\":\"24/7\",\"IsDefault\":true}
				]\" 
				\"Deadline\":\"[
							{\"Type\":\"RcaDetail\",\"Deadline\":\"2021-04-06 14:47:00\",\"ActualTime\":null,\"SLAMinutes\":60,\"Violated\":null,\"UserEditable\":0,\"SLAConfigInfo\":\"new 1\",\"SLAConfigID\":1,\"SLATooltipInfo\":null,\"SlaPaused\":null}
							,{\"Type\":\"ResolutionDetail\",\"Deadline\":\"2021-04-06 15:47:00\",\"ActualTime\":null,\"SLAMinutes\":120,\"Violated\":null,\"UserEditable\":0,\"SLAConfigInfo\":\"new 1\",\"SLAConfigID\":1,\"SLATooltipInfo\":null,\"SlaPaused\":null}
						]\" }}",
    "TokenID": "3DF1B958B3235C053234AF4BB641864D8426FC1C3B90471DABB730D0167C0FFF36E1AA6213A3ED18587ECDCF2F3BAC8B687A09B808AE148E96941A85AE89B18F3F322C5F324B3FBFAB7DE0CE6F6523C8C38627052BA69F345BFEED97F22D23A7EF17544BD2BBA208271F7BA5BC1E71B70967D18D81369C7AB0CD5C584D8B8051F632A98CB6037A0D4C9D929D825210D6A5B9B1D0",
    "OrgID": 0,
    "OutputObject": null,
    "OutputID": 0,
    "Input": null
}

Status and Error Codes

For more information, see Status and Error Messages

Scroll ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
1

| |