Endpoint
/api/v2/tenants/{tenantId}/users/{userId}/alertViews/{viewId}
Path Parameters
orgIdstring
userIdstring
viewIdstring
Responses
OK
alertTimestampstring
availabilitystring
clientsarray
Child Parameters
- clients.activated
- clients.id
- clients.maskResourceIdentity
- clients.name
- clients.offlineAlertstoThirdPartyTool
- clients.remoteCommands
- clients.uniqueId
createdByobject
Child Parameters
- createdBy.email
- createdBy.firstNamev
- createdBy.id
- createdBy.lastName
- createdBy.loginName
- createdBy.phoneNumber
createdOnstring
defaultViewboolean
descriptionstring
durationstring
idinteger
namestring
resourceOrginstring
{
"alertTimestamp": "Last Updated Time",
"availability": "all",
"clients": [
{
"activated": true,
"id": 9,
"maskResourceIdentity": false,
"name": "Test Client",
"offlineAlertstoThirdPartyTool": false,
"remoteCommands": true,
"uniqueId": "client_93"
}
],
"createdBy": {
"email": "test@opsramp.com",
"firstName": "RGUKT",
"id": "USR0000000012",
"lastName": "BASAR",
"loginName": "rgu_basar",
"phoneNumber": ""
},
"createdOn": "2020-03-17T08:28:15+0000",
"defaultView": true,
"description": "This View is useful for NOC people",
"duration": "2days",
"id": 18,
"name": "NOC_View",
"partners": [
{
"activated": true,
"id": 7,
"name": "Test Partner",
"uniqueId": "msp_5"
}
],
"resourceOrgin": "all",
"states": [
"Critical"
],
"viewType": "Private"
}