Manage Incident Business Impact
Creates and gets an incident business impact.
Defines the severity of an entity on the business.
Path Parameters
- clientId
Describes the clientId of the tenant
Responses
- id
- uniqueId
- name
- description
Response Samples
[
{
"id": 1,
"uniqueId": "SIMPACT-b219e457-7c95-ce66-6575-c10576bc256f",
"name": "Servers down",
"description": "Location A servers down"
},
{
"id": 2,
"uniqueId": "SIMPACT-79f46cbb-1b4b-4563-9689-7f82663edc5c",
"name": "Impact on DB",
"description": "High load on DB"
},
{
"id": 3,
"uniqueId": "SIMPACT-35a765bc-04a9-4e07-b4d1-d03c382118a9",
"name": "Site down",
"description": "FDS issue"
}
]
Creates an incident business impact.
Path Parameters
- clientId
Describes the clientId of the tenant
Request Body
application/json
- uniqueId
- name
Business impact name.
- description
Short summary describing the business impact.
- createdBy
- updatedBy
- createdDate
- updatedDate
Request Body Samples
{
"name": "SJ Servers Down",
"description": "Servers in site SJ are down"
}
Responses
- uniqueId
- name
Business impact name.
- description
Short summary describing the business impact.
- createdBy
- updatedBy
- createdDate
- updatedDate
Response Samples
{
"uniqueId": "SIMPACT-b5a182be-826c-4380-9575-ad02cf4f5836",
"name": "SJ Server Down",
"description": "Servers in SJ are down",
"createdBy": {
"loginName": "john.smith",
"lastName": "Smith",
"firstName": "John",
"email": "john.smith@myorganization.com"
},
"updatedBy": {
"loginName": "john.smith",
"lastName": "Smith",
"firstName": "John",
"email": "john.smith@myorganization.com"
},
"createdDate": "2017-12-14T05:50:18+0000",
"updatedDate": "2017-12-14T05:50:18+0000"
}