Endpoint
/api/v2/tenants/{tenantId}/incidents/urgencies/{uniqueId}
Path Parameters
tenantId
string

uniqueId
string

description
string

Short summary describing the urgency.

name
string

Urgency name.

{
  "description": "High amount of traffic on network servers in site SJ",
  "name": "Network Servers Issue-High"
}

Responses

OK

createdBy
object

createdBy.email
createdBy.firstName
createdBy.id
createdBy.lastName
createdBy.loginName
createdBy.phoneNumber
createdDate
string

description
string

id
integer

name
string

uniqueId
string

updatedBy
object

updatedBy.email
updatedBy.firstName
updatedBy.id
updatedBy.lastName
updatedBy.loginName
updatedBy.phoneNumber
updatedDate
string

{
  "createdBy": {
    "email": "john.smith@myorganization.com",
    "firstName": "John",
    "id": "USR0000000009",
    "lastName": "Smith",
    "loginName": "John.Smith",
    "phoneNumber": ""
  },
  "createdDate": "2017-12-14T09:12:01+0000",
  "description": "High traffic on network servers in site SJ",
  "name": "Network Server Issue-High",
  "uniqueId": "SURG-3e74aa61-0f7f-4bd0-978a-31c28580fc92",
  "updatedBy": {
    "email": "john.smith@myorganization.com",
    "firstName": "John",
    "lastName": "Smith",
    "loginName": "John.Smith"
  },
  "updatedDate": "2017-12-14T09:12:50+0000"
}