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

uniqueId
string

createdBy
object

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

description
string

(Optional) Short summary describing the business impact.

name
string

Business impact name.

uniqueId
string

updatedBy
object

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

{
  "description": "Network Server in CA Site down",
  "name": "Network Servers Down"
}

Responses

OK

createdBy
object

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

description
string

(Optional) Short summary describing the business impact.

name
string

Business impact name.

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:08:21+0000",
  "description": "Network Server in CA down",
  "name": "Network Servers Down",
  "uniqueId": "SIMPACT-2e70bb64-3a10-4236-ab01-c2a833df96d8",
  "updatedBy": {
    "email": "john.smith@myorganization.com",
    "firstName": "John",
    "lastName": "Smith",
    "loginName": "John.Smith"
  },
  "updatedDate": "2017-12-14T09:09:13+0000"
}