Endpoint
/api/v2/tenants/{tenantId}/problems/{problemId}

Gets problem details.

Path Parameters
tenantId
string

problemId
string

Responses

OK

alertIds
array

allowedStatus
array

allowedStatus.id
allowedStatus.name
allowedStatus.reasonsDefined
allowedStatus.reasonsEnabled
application
string

Application from which the problem is generated.

assignedUser
object

assignedUser.email
assignedUser.firstName
assignedUser.id
assignedUser.lastName
assignedUser.loginName
assignedUser.phoneNumber
assigneeGroup
object

assigneeGroup.description
assigneeGroup.id
assigneeGroup.name
assigneeGroup.userCount
attachedArticles
array

attachedArticles.id
attachedArticles.subject
attachments
array

attachments.contentURL
attachments.createdDate
attachments.file
attachments.id
attachments.name
category
object

category.id
category.name
cc
string

Cc email.

changeRequest
object

Attach a problem related to the problem.

changeRequest.id
channelId
integer

client
object

client.activated
client.createdTime
client.id
client.name
client.uniqueId
client.updatedTime
closedDate
string

closedSummary
string

createdDate
string

createdUser
object

createdUser.email
createdUser.firstName
createdUser.id
createdUser.lastName
createdUser.loginName
createdUser.phoneNumber
customFields
array

customFields.classCode
customFields.customField
customFields.defaultValue
customFields.description
customFields.displayLabel
customFields.editable
customFields.fieldType
customFields.id
customFields.mandatory
customFields.name
customFields.options
customFields.selectedOption
customFields.value
description
string

Description of the problem.

estimatedHours
integer

Estimated time for resolving a problem. For example, a user estimates 3 hours for completion of a problem, the user provides value as "estimatedHours": "3".

estimatedMinutes
integer

Estimated time for resolving a problem. For example, a user estimates 45 minutes for completion of a task, then user provides value as "estimatedMinutes": "45".

extTicketId
string

Attach an external ticket ID to the problem.

id
string

knowledgeArticleIds
array

(Optional) Attach knowledge base articles related to the problem for further reference. To get a knowledge base article ID: 1. Log into OpsRamp. 2. Click Knowledge Base. 3. Select the required article and then copy the article ID. 4. Provide the article ID in "knowledgeArticleIds" field. Example: "knowledgeArticleIds": 25, 16.

knownIssue
boolean

notes
string

oldPriority
string

oldStatus
string

priority
string

Priority of the problem.

priorityUpdatedBy
object

priorityUpdatedBy.email
priorityUpdatedBy.firstName
priorityUpdatedBy.id
priorityUpdatedBy.lastName
priorityUpdatedBy.loginName
priorityUpdatedBy.phoneNumber
priorityUpdatedDate
string

reOpenCount
integer

reason
string

requester
object

requester.email
requester.firstName
requester.id
requester.lastName
requester.loginName
requester.phoneNumber
resolvedDate
string

resources
array

resources.aliasName
resources.hostName
resources.id
resources.metaData
resources.name
resources.resourceName
resources.resourceType
resources.type
rootCause
string

Root cause of the problem.

slaDetails
object

slaDetails.resolutionBreach
slaDetails.resolutionBreachDate
slaDetails.resolutionTime
slaDetails.responseBreach
slaDetails.responseBreachDate
slaDetails.responseTime
slaDetails.slaPolicy
source
string

status
string

Status of problem. Follow the steps to update the status of problem: 1. Use the get problem API to check: 2. Status flow transitions of problem.The status flows are defined in the field allowedStatus. Example: "name" : "Update" 3. Option to provide reasons to change the status is enabled."reasonsEnabled" : "true" indicates, reason is mandatory while changing the status."reasonsEnabled" : "false" indicates reason is optional. 4. If status change reasons are defined, use the get status change reasons to get the list of reasons. Provide the reasons configured in status "Update".

statusFlow
array

statusFlow.createdDate
statusFlow.notes
statusFlow.reason
statusFlow.status
statusFlow.timeSpent
statusFlow.updatedBy
statusUpdatedBy
object

statusUpdatedBy.email
statusUpdatedBy.firstName
statusUpdatedBy.id
statusUpdatedBy.lastName
statusUpdatedBy.loginName
statusUpdatedBy.phoneNumber
statusUpdatedDate
string

subCategory
object

subCategory.id
subCategory.name
subject
string

Subject of the problem.

suspendEndDate
string

tags
string

ticketArisedTime
string

timeSpent
integer

updatedDate
string

workaround
string

Temporary solution to solve the problem.

{
  "alertIds": [],
  "allowedStatus": [
    {
      "id": "1",
      "name": "New",
      "reasonsDefined": false,
      "reasonsEnabled": false
    },
    {
      "id": "2",
      "name": "Open",
      "reasonsDefined": false,
      "reasonsEnabled": true
    },
    {
      "id": "3",
      "name": "Pending",
      "reasonsDefined": false,
      "reasonsEnabled": true
    },
    {
      "id": "5",
      "name": "Closed",
      "reasonsDefined": false,
      "reasonsEnabled": true
    },
    {
      "id": "6",
      "name": "On Hold",
      "reasonsDefined": false,
      "reasonsEnabled": true
    }
  ],
  "application": "SVN Check ins",
  "assignedUser": {
    "email": "brocadeLab@gmail.com",
    "firstName": "Brocade",
    "id": "USR0000000014",
    "lastName": "Lab",
    "loginName": "brocade.Lab"
  },
  "assigneeGroup": {
    "description": "All Brocade Lab Users group",
    "id": 7,
    "name": "Brocade Lab Users"
  },
  "attachedArticles": [
    {
      "id": 12,
      "subject": "Trobuleshoot Device Status and Availability"
    },
    {
      "id": 26,
      "subject": "Notes on Network Infrastructure"
    }
  ],
  "category": {
    "id": 10,
    "name": "Critical Level"
  },
  "cc": "brocade@gmail.com, brocadeLab@gmail.com",
  "client": {
    "activated": true,
    "id": 8,
    "name": "Brocade Lab",
    "uniqueId": "client_8"
  },
  "createdDate": "2016-08-12T07:21:45+0000",
  "createdUser": {
    "email": "escalationmails@domain.com",
    "firstName": "OpsRamp",
    "lastName": "Admin",
    "loginName": "superadmin"
  },
  "customFields": [
    {
      "classCode": "PROBLEM",
      "defaultValue": "",
      "description": "all partners",
      "displayLabel": "text field",
      "editable": true,
      "fieldType": "TYPE_TEXT",
      "id": "UDF0000003808",
      "mandatory": false,
      "name": "text_field_3808",
      "value": "available"
    },
    {
      "classCode": "PROBLEM",
      "defaultValue": "",
      "description": "testing numeric",
      "displayLabel": "numeric",
      "editable": true,
      "fieldType": "TYPE_NUMBER",
      "id": "UDF0000003810",
      "mandatory": false,
      "name": "numeric_3810",
      "value": "120"
    },
    {
      "classCode": "PROBLEM",
      "defaultValue": "",
      "description": "Test case",
      "displayLabel": "drop-down-api-lab",
      "editable": true,
      "fieldType": "TYPE_DROPDOWN",
      "id": "UDF0000003790",
      "mandatory": false,
      "name": "drop_down_api_lab_3790",
      "options": [
        {
          "label": "first",
          "value": "1"
        },
        {
          "label": "second",
          "value": "2"
        }
      ],
      "selectedOption": {
        "label": "first",
        "value": "1"
      },
      "value": "1"
    },
    {
      "classCode": "PROBLEM",
      "defaultValue": "Test Text",
      "description": "test case for text field",
      "displayLabel": "text-api-lab",
      "editable": true,
      "fieldType": "TYPE_TEXT",
      "id": "UDF0000003791",
      "mandatory": false,
      "name": "text_api_lab_3791",
      "value": "request custom field - text-updated"
    },
    {
      "classCode": "PROBLEM",
      "defaultValue": "multi \nline \ntext",
      "description": "test case for multi line text",
      "displayLabel": "multi line text-api-lab",
      "editable": true,
      "fieldType": "TYPE_TEXTAREA",
      "id": "UDF0000003792",
      "mandatory": false,
      "name": "multi_line_text_api_lab_3792",
      "value": "text"
    },
    {
      "classCode": "PROBLEM",
      "defaultValue": "1",
      "description": "numeric test case",
      "displayLabel": "Numeric-api-lab",
      "editable": true,
      "fieldType": "TYPE_NUMBER",
      "id": "UDF0000003793",
      "mandatory": false,
      "name": "numeric_api_lab_3793",
      "value": "1"
    },
    {
      "classCode": "PROBLEM",
      "defaultValue": "0",
      "description": "test case for check box",
      "displayLabel": "checkbox-api-lab",
      "editable": true,
      "fieldType": "TYPE_CHECKBOX",
      "id": "UDF0000003794",
      "mandatory": false,
      "name": "checkbox_api_lab_3794",
      "options": [
        {
          "label": "yes",
          "value": "1"
        }
      ],
      "selectedOption": {
        "label": "yes",
        "value": "1"
      },
      "value": "1"
    },
    {
      "classCode": "PROBLEM",
      "defaultValue": "2016-02-26T00:00:00+0000",
      "description": "test case for date field",
      "displayLabel": "Date-ap-lab",
      "editable": true,
      "fieldType": "TYPE_DATE",
      "id": "UDF0000003795",
      "mandatory": false,
      "name": "date_ap_lab_3795",
      "value": "2016-02-26T00:00:00+0000"
    },
    {
      "classCode": "PROBLEM",
      "defaultValue": "2016-02-26T12:13:00+0000",
      "description": "test case for Date and time",
      "displayLabel": "dateTime-api-lab",
      "editable": true,
      "fieldType": "TYPE_DATETIME",
      "id": "UDF0000003796",
      "mandatory": false,
      "name": "datetime_api_lab_3796",
      "value": "2016-02-26T12:13:00+0000"
    }
  ],
  "description": "Device status is unavailable",
  "estimatedHours": 3,
  "estimatedMinutes": 45,
  "extTicketId": "BMCXC00907",
  "id": "PRB0000001112",
  "knowledgeArticleIds": [
    12,
    26
  ],
  "oldPriority": "Normal",
  "oldStatus": "Open",
  "priority": "High",
  "priorityUpdatedBy": {
    "email": "brocadeLab@domain.com",
    "firstName": "Brocade",
    "id": "USR0000000014",
    "lastName": "Lab",
    "loginName": "brocade.Lab"
  },
  "priorityUpdatedDate": "2016-08-12T07:21:45+0000",
  "reOpenCount": 2,
  "reason": "Problem got erased",
  "requester": {
    "email": "brocadeLab@gmail.com",
    "firstName": "Brocade",
    "id": "USR0000000014",
    "lastName": "Lab",
    "loginName": "brocade.Lab"
  },
  "resolvedDate": "2016-08-12T07:24:54+0000",
  "resources": [
    {
      "id": "481af404-33a6-4d61-af77-c483ca6641fa",
      "name": "VTHLPT1000",
      "type": "DEVICE"
    },
    {
      "id": "SGP-7adf3762-f310-4c14-9ecd-443eb7c6c208",
      "name": "VTH-SERVICES",
      "type": "SERVICE"
    },
    {
      "id": "DGP-8d44a504-fd4b-4a78-ba34-2dfdf3ffb85e",
      "name": "VTH-ADMIN-DEVS",
      "type": "DEVICE_GROUP"
    }
  ],
  "rootCause": "LAN cables",
  "slaDetails": {
    "resolutionBreach": false,
    "resolutionBreachDate": "",
    "resolutionTime": 136,
    "responseBreach": false,
    "responseBreachDate": "",
    "responseTime": 133
  },
  "source": "PORTAL",
  "status": "Resolved",
  "statusFlow": [
    {
      "createdDate": "2016-07-25T12:42:19+0000",
      "status": "New",
      "timeSpent": 1492634,
      "updatedBy": {
        "email": "john.smith@domain.com",
        "firstName": "John",
        "lastName": "Smith",
        "loginName": "John.Smith"
      }
    },
    {
      "createdDate": "2016-08-11T19:19:33+0000",
      "notes": "resolution summary",
      "reason": "Resolving as fixed",
      "status": "Resolved",
      "timeSpent": 18,
      "updatedBy": {
        "email": "sample@gmail.com",
        "firstName": "john",
        "lastName": "smith",
        "loginName": "john.smith",
        "phoneNumber": "4085591234"
      }
    },
    {
      "createdDate": "2016-08-11T19:19:51+0000",
      "reason": "Re-Opening as not fixed",
      "status": "Open",
      "timeSpent": 27,
      "updatedBy": {
        "email": "sample@gmail.com",
        "firstName": "john",
        "lastName": "smith",
        "loginName": "john.smith",
        "phoneNumber": "40885591234"
      }
    },
    {
      "createdDate": "2016-11-22T10:04:50+0000",
      "notes": "resolution summary",
      "reason": "Validated with changes and Resolving as fixed",
      "status": "Resolved",
      "updatedBy": {
        "email": "sample@gmail.com",
        "firstName": "SP",
        "id": "USR0000000018",
        "lastName": "Admin",
        "loginName": "superadmin"
      }
    }
  ],
  "statusUpdatedBy": {
    "email": "escalationmails@domain.com",
    "firstName": "OpsRamp",
    "lastName": "Admin",
    "loginName": "superadmin"
  },
  "statusUpdatedDate": "2016-08-12T07:24:54+0000",
  "subCategory": {
    "id": 11,
    "name": "High"
  },
  "subject": "Issue with Device Status",
  "ticketArisedTime": "",
  "timeSpent": 120,
  "updatedDate": "2016-08-12T07:24:54+0000",
  "workaround": "Temporarily working with Wi-Fi Services"
}
Endpoint
/api/v2/tenants/{tenantId}/problems/{problemId}

Updates problem details.

Path Parameters
tenantId
string

problemId
string

alertIds
array

allowedStatus
array

allowedStatus.id
allowedStatus.name
allowedStatus.reasonsDefined
allowedStatus.reasonsEnabled
application
string

Application from which the problem is generated.

assignedUser
object

assignedUser.email
assignedUser.firstName
assignedUser.id
assignedUser.lastName
assignedUser.loginName
assignedUser.phoneNumber
assigneeGroup
object

assigneeGroup.description
assigneeGroup.id
assigneeGroup.name
assigneeGroup.userCount
attachedArticles
array

attachedArticles.id
attachedArticles.subject
attachments
array

attachments.contentURL
attachments.createdDate
attachments.file
attachments.id
attachments.name
category
object

category.id
category.name
cc
string

Cc email.

changeRequest
object

Attach a problem related to the problem.

changeRequest.id
channelId
integer

client
object

client.activated
client.createdTime
client.id
client.name
client.uniqueId
client.updatedTime
closedDate
string

closedSummary
string

createdDate
string

createdUser
object

createdUser.email
createdUser.firstName
createdUser.id
createdUser.lastName
createdUser.loginName
createdUser.phoneNumber
customFields
array

customFields.classCode
customFields.customField
customFields.defaultValue
customFields.description
customFields.displayLabel
customFields.editable
customFields.fieldType
customFields.id
customFields.mandatory
customFields.name
customFields.options
customFields.selectedOption
customFields.value
description
string

Description of the problem.

estimatedHours
integer

Estimated time for resolving a problem. For example, a user estimates 3 hours for completion of a problem, the user provides value as "estimatedHours": "3".

estimatedMinutes
integer

Estimated time for resolving a problem. For example, a user estimates 45 minutes for completion of a task, then user provides value as "estimatedMinutes": "45".

extTicketId
string

Attach an external ticket ID to the problem.

id
string

knowledgeArticleIds
array

(Optional) Attach knowledge base articles related to the problem for further reference. To get a knowledge base article ID: 1. Log into OpsRamp. 2. Click Knowledge Base. 3. Select the required article and then copy the article ID. 4. Provide the article ID in "knowledgeArticleIds" field. Example: "knowledgeArticleIds": 25, 16.

knownIssue
boolean

notes
string

oldPriority
string

oldStatus
string

priority
string

Priority of the problem.

priorityUpdatedBy
object

priorityUpdatedBy.email
priorityUpdatedBy.firstName
priorityUpdatedBy.id
priorityUpdatedBy.lastName
priorityUpdatedBy.loginName
priorityUpdatedBy.phoneNumber
priorityUpdatedDate
string

reOpenCount
integer

reason
string

requester
object

requester.email
requester.firstName
requester.id
requester.lastName
requester.loginName
requester.phoneNumber
resolvedDate
string

resources
array

resources.aliasName
resources.hostName
resources.id
resources.metaData
resources.name
resources.resourceName
resources.resourceType
resources.type
rootCause
string

Root cause of the problem.

slaDetails
object

slaDetails.resolutionBreach
slaDetails.resolutionBreachDate
slaDetails.resolutionTime
slaDetails.responseBreach
slaDetails.responseBreachDate
slaDetails.responseTime
slaDetails.slaPolicy
source
string

status
string

Status of problem. Follow the steps to update the status of problem: 1. Use the get problem API to check: 2. Status flow transitions of problem.The status flows are defined in the field allowedStatus. Example: "name" : "Update" 3. Option to provide reasons to change the status is enabled."reasonsEnabled" : "true" indicates, reason is mandatory while changing the status."reasonsEnabled" : "false" indicates reason is optional. 4. If status change reasons are defined, use the get status change reasons to get the list of reasons. Provide the reasons configured in status "Update".

statusFlow
array

statusFlow.createdDate
statusFlow.notes
statusFlow.reason
statusFlow.status
statusFlow.timeSpent
statusFlow.updatedBy
statusUpdatedBy
object

statusUpdatedBy.email
statusUpdatedBy.firstName
statusUpdatedBy.id
statusUpdatedBy.lastName
statusUpdatedBy.loginName
statusUpdatedBy.phoneNumber
statusUpdatedDate
string

subCategory
object

subCategory.id
subCategory.name
subject
string

Subject of the problem.

suspendEndDate
string

tags
string

ticketArisedTime
string

timeSpent
integer

updatedDate
string

workaround
string

Temporary solution to solve the problem.

{
  "assignedUser": {
    "id": "USR0000002146",
    "loginName": "FSSL-API-Lab-User-1"
  },
  "category": {
    "id": 26
  },
  "cc": "tester@gmail.com,test@gmail.com",
  "changeRequest": {
    "id": "CHG0000001092"
  },
  "customFields": [
    {
      "id": "UDF0000003790",
      "name": "drop_down_api_lab_3790",
      "value": "2"
    },
    {
      "id": "UDF0000003791",
      "name": "text_api_lab_3791",
      "value": "request custom field - text"
    }
  ],
  "estimatedHours": 3,
  "estimatedMinutes": 45,
  "knowledgeArticleIds": [
    12,
    26
  ],
  "location": "North-West",
  "notes": "Opening Ticket To Solve",
  "priority": "High",
  "reason": "Open Reason",
  "requester": {
    "id": "USR0000002146",
    "loginName": "FSSL-API-Lab-User-1"
  },
  "resources": [
    {
      "id": "481af404-33a6-4d61-af77-c483ca6641fa"
    },
    {
      "id": "SGP-7adf3762-f310-4c14-9ecd-443eb7c6c208"
    },
    {
      "id": "DGP-8d44a504-fd4b-4a78-ba34-2dfdf3ffb85e"
    }
  ],
  "response": {
    "attachments": [
      {
        "file": "U2FtcGxlIFRleHQgZmlsZS0gdGVzdGluZyB3aXRoIGF0dGFjaG1lbnQ=",
        "name": "2.txt"
      },
      {
        "file": "U2FtcGxlIFRleHQgZmlsZS0gdGVzdGluZyB3aXRoIGF0dGFjaG1lbnQ=",
        "name": "1.txt"
      }
    ],
    "creator": {
      "id": "USR0000002146",
      "loginName": "FSSL-API-Lab-User-1"
    },
    "description": "Adding Attachments to Problem",
    "internal": "false",
    "tags": "API, Problem",
    "timeSpent": "120"
  },
  "status": "Open",
  "subCategory": {
    "id": 28
  },
  "tags": "API, Problem"
}

Responses

OK

alertIds
array

allowedStatus
array

allowedStatus.id
allowedStatus.name
allowedStatus.reasonsDefined
allowedStatus.reasonsEnabled
application
string

Application from which the problem is generated.

assignedUser
object

assignedUser.email
assignedUser.firstName
assignedUser.id
assignedUser.lastName
assignedUser.loginName
assignedUser.phoneNumber
assigneeGroup
object

assigneeGroup.description
assigneeGroup.id
assigneeGroup.name
assigneeGroup.userCount
attachedArticles
array

attachedArticles.id
attachedArticles.subject
attachments
array

attachments.contentURL
attachments.createdDate
attachments.file
attachments.id
attachments.name
category
object

category.id
category.name
cc
string

Cc email.

changeRequest
object

Attach a problem related to the problem.

changeRequest.id
channelId
integer

client
object

client.activated
client.createdTime
client.id
client.name
client.uniqueId
client.updatedTime
closedDate
string

closedSummary
string

createdDate
string

createdUser
object

createdUser.email
createdUser.firstName
createdUser.id
createdUser.lastName
createdUser.loginName
createdUser.phoneNumber
customFields
array

customFields.classCode
customFields.customField
customFields.defaultValue
customFields.description
customFields.displayLabel
customFields.editable
customFields.fieldType
customFields.id
customFields.mandatory
customFields.name
customFields.options
customFields.selectedOption
customFields.value
description
string

Description of the problem.

estimatedHours
integer

Estimated time for resolving a problem. For example, a user estimates 3 hours for completion of a problem, the user provides value as "estimatedHours": "3".

estimatedMinutes
integer

Estimated time for resolving a problem. For example, a user estimates 45 minutes for completion of a task, then user provides value as "estimatedMinutes": "45".

extTicketId
string

Attach an external ticket ID to the problem.

id
string

knowledgeArticleIds
array

(Optional) Attach knowledge base articles related to the problem for further reference. To get a knowledge base article ID: 1. Log into OpsRamp. 2. Click Knowledge Base. 3. Select the required article and then copy the article ID. 4. Provide the article ID in "knowledgeArticleIds" field. Example: "knowledgeArticleIds": 25, 16.

knownIssue
boolean

notes
string

oldPriority
string

oldStatus
string

priority
string

Priority of the problem.

priorityUpdatedBy
object

priorityUpdatedBy.email
priorityUpdatedBy.firstName
priorityUpdatedBy.id
priorityUpdatedBy.lastName
priorityUpdatedBy.loginName
priorityUpdatedBy.phoneNumber
priorityUpdatedDate
string

reOpenCount
integer

reason
string

requester
object

requester.email
requester.firstName
requester.id
requester.lastName
requester.loginName
requester.phoneNumber
resolvedDate
string

resources
array

resources.aliasName
resources.hostName
resources.id
resources.metaData
resources.name
resources.resourceName
resources.resourceType
resources.type
rootCause
string

Root cause of the problem.

slaDetails
object

slaDetails.resolutionBreach
slaDetails.resolutionBreachDate
slaDetails.resolutionTime
slaDetails.responseBreach
slaDetails.responseBreachDate
slaDetails.responseTime
slaDetails.slaPolicy
source
string

status
string

Status of problem. Follow the steps to update the status of problem: 1. Use the get problem API to check: 2. Status flow transitions of problem.The status flows are defined in the field allowedStatus. Example: "name" : "Update" 3. Option to provide reasons to change the status is enabled."reasonsEnabled" : "true" indicates, reason is mandatory while changing the status."reasonsEnabled" : "false" indicates reason is optional. 4. If status change reasons are defined, use the get status change reasons to get the list of reasons. Provide the reasons configured in status "Update".

statusFlow
array

statusFlow.createdDate
statusFlow.notes
statusFlow.reason
statusFlow.status
statusFlow.timeSpent
statusFlow.updatedBy
statusUpdatedBy
object

statusUpdatedBy.email
statusUpdatedBy.firstName
statusUpdatedBy.id
statusUpdatedBy.lastName
statusUpdatedBy.loginName
statusUpdatedBy.phoneNumber
statusUpdatedDate
string

subCategory
object

subCategory.id
subCategory.name
subject
string

Subject of the problem.

suspendEndDate
string

tags
string

ticketArisedTime
string

timeSpent
integer

updatedDate
string

workaround
string

Temporary solution to solve the problem.

{
  "alertIds": [],
  "allowedStatus": [
    {
      "id": "3",
      "name": "Pending",
      "reasonsDefined": true,
      "reasonsEnabled": true
    },
    {
      "id": "4",
      "name": "Resolved",
      "reasonsDefined": false,
      "reasonsEnabled": true
    },
    {
      "id": "5",
      "name": "Closed",
      "reasonsDefined": false,
      "reasonsEnabled": true
    },
    {
      "id": "6",
      "name": "On Hold",
      "reasonsDefined": true,
      "reasonsEnabled": true
    }
  ],
  "application": "Devices Separation based on status",
  "assignedUser": {
    "email": "tester@opsramp.com",
    "firstName": "FSSL",
    "id": "USR0000002146",
    "lastName": "API-Lab",
    "loginName": "FSSL-API-Lab-User-1"
  },
  "attachedArticles": [
    {
      "id": 12,
      "subject": "Troubleshoot Device Status and Availability"
    },
    {
      "id": 26,
      "subject": "Notes on Network Infrastructure"
    }
  ],
  "cc": "tester@opsramp.com,escalate@opsramp.com",
  "client": {
    "activated": true,
    "createdTime": "2012-10-09T11:49:34+0000",
    "id": 7,
    "name": "API Lab",
    "uniqueId": "client_7",
    "updatedTime": ""
  },
  "createdDate": "2016-03-29T10:33:17+0000",
  "createdUser": {
    "email": "opsLab@opsramp.com",
    "firstName": "Ops Admin",
    "id": "USR0000002095",
    "lastName": " ",
    "loginName": "ops_admin_user"
  },
  "description": "Device status is unavailable",
  "estimatedHours": 3,
  "estimatedMinutes": 45,
  "extTicketId": "BMCXC00907",
  "id": "PRB0000001112",
  "knowledgeArticleIds": [
    12,
    26
  ],
  "oldPriority": "Normal",
  "oldStatus": "New",
  "priority": "High",
  "priorityUpdatedBy": {
    "email": "opsLab@opsramp.com",
    "firstName": "Ops Admin",
    "id": "USR0000002095",
    "lastName": " ",
    "loginName": "ops_admin_user"
  },
  "priorityUpdatedDate": "2016-03-29T10:45:45+0000",
  "reason": "Open Reason",
  "requester": {
    "email": "tester@opsramp.com",
    "firstName": "FSSL",
    "id": "USR0000002146",
    "lastName": "API-Lab",
    "loginName": "FSSL-API-Lab-User-1"
  },
  "resources": [
    {
      "id": "481af404-33a6-4d61-af77-c483ca6641fa",
      "name": "VTHLPT1000",
      "type": "DEVICE"
    },
    {
      "id": "SGP-7adf3762-f310-4c14-9ecd-443eb7c6c208",
      "name": "VTH-SERVICES",
      "type": "SERVICE"
    },
    {
      "id": "DGP-8d44a504-fd4b-4a78-ba34-2dfdf3ffb85e",
      "name": "VTH-ADMIN-DEVS",
      "type": "DEVICE_GROUP"
    }
  ],
  "rootCause": "Device Status",
  "slaDetails": {
    "resolutionBreach": false,
    "resolutionBreachDate": "",
    "resolutionTime": 0,
    "responseBreach": false,
    "responseBreachDate": "",
    "responseTime": 748
  },
  "source": "INTEGRATION",
  "status": "Open",
  "statusFlow": [
    {
      "createdDate": "2016-07-25T12:42:19+0000",
      "status": "New",
      "timeSpent": 1492634,
      "updatedBy": {
        "email": "sample@opsramp.com",
        "firstName": "Ops Admin",
        "lastName": " ",
        "loginName": "ops_admin_user"
      }
    },
    {
      "createdDate": "2016-08-11T19:19:51+0000",
      "reason": "Started Working",
      "status": "Open",
      "updatedBy": {
        "email": "sample@opsramp.com",
        "firstName": "john",
        "lastName": "smith",
        "loginName": "john.smith",
        "phoneNumber": "9985597783"
      }
    }
  ],
  "statusUpdatedBy": {
    "email": "opsLab@opsramp.com",
    "firstName": "Ops Admin",
    "id": "USR0000002095",
    "lastName": " ",
    "loginName": "ops_admin_user"
  },
  "statusUpdatedDate": "2016-03-29T10:45:45+0000",
  "subject": "Issue with Device status",
  "ticketArisedTime": "",
  "timeSpent": 120,
  "updatedDate": "2016-03-29T10:45:55+0000",
  "workaround": "EveryTime need to check from DataBase"
}