Endpoint
/api/v2/tenants/{tenantId}/incidents/businessImpacts/{uniqueId}
Path Parameters
tenantIdstring
uniqueIdstring
createdByobject
Child Parameters
- createdBy.email
- createdBy.firstName
- createdBy.id
- createdBy.lastName
- createdBy.loginName
- createdBy.phoneNumber
createdDatestring
descriptionstring
(Optional) Short summary describing the business impact.
namestring
Business impact name.
uniqueIdstring
updatedByobject
Child Parameters
- updatedBy.email
- updatedBy.firstName
- updatedBy.id
- updatedBy.lastName
- updatedBy.loginName
- updatedBy.phoneNumber
updatedDatestring
{
"description": "Network Server in CA Site down",
"name": "Network Servers Down"
}
Responses
OK
createdByobject
Child Parameters
- createdBy.email
- createdBy.firstName
- createdBy.id
- createdBy.lastName
- createdBy.loginName
- createdBy.phoneNumber
createdDatestring
descriptionstring
(Optional) Short summary describing the business impact.
namestring
Business impact name.
uniqueIdstring
updatedByobject
Child Parameters
- updatedBy.email
- updatedBy.firstName
- updatedBy.id
- updatedBy.lastName
- updatedBy.loginName
- updatedBy.phoneNumber
updatedDatestring
{
"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"
}