Endpoint
/api/v2/tenants/{tenantId}/users/{userId}/alertViews/{viewId}
Path Parameters
orgId
string

userId
string

viewId
string

Responses

OK

alertTimestamp
string

availability
string

clients
array

clients.activated
clients.id
clients.maskResourceIdentity
clients.name
clients.offlineAlertstoThirdPartyTool
clients.remoteCommands
clients.uniqueId
createdBy
object

createdBy.email
createdBy.firstNamev
createdBy.id
createdBy.lastName
createdBy.loginName
createdBy.phoneNumber
createdOn
string

defaultView
boolean

description
string

duration
string

id
integer

name
string

partners
array

partners.activated
partners.id
partners.name
partners.uniqueId
resourceOrgin
string

states
array

{
  "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"
}