Endpoint
/api/v2/tenants/{tenantId}/incidents/urgencies/{uniqueId}
Path Parameters
tenantIdstring
uniqueIdstring
descriptionstring
Short summary describing the urgency.
namestring
Urgency name.
{
"description": "High amount of traffic on network servers in site SJ",
"name": "Network Servers Issue-High"
}
Responses
OK
createdByobject
Child Parameters
- createdBy.email
- createdBy.firstName
- createdBy.id
- createdBy.lastName
- createdBy.loginName
- createdBy.phoneNumber
createdDatestring
descriptionstring
idinteger
namestring
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: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"
}