{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "http://example.com/example.json",
"type": "object",
"title": "The root schema",
"description": "The root schema comprises the entire JSON document.",
"default": {},
"examples": [
{
"acknowledged": false,
"actedTs": 0,
"alertTime": "2021-05-23T13:39:11+0000",
"alertType": "Monitoring",
"app": "OpsRamp",
"availability": false,
"clientTechnology": "OpsRamp",
"clientUniqueId": "client_22568",
"closed": false,
"component": "Test",
"createdDate": "2021-05-23T13:39:12+0000",
"currentState": "Critical",
"customFields": [],
"device": {
"aliasName": "",
"hostName": "jmeter-pv-us-ctl-vm01",
"id": "9297503",
"ipAddress": "",
"name": "jmeter-pv-us-ctl-vm01",
"resourceName": "",
"resourceType": "Other",
"type": "DEVICE"
},
"elapsedTimeString": "62d 4h 39m ",
"entityType": "RESOURCE",
"eventType": "ALERT",
"extAlertId": "",
"ignoreRecoveryNoise": false,
"inferenceAlert": false,
"inferenceId": 0,
"isRecoveryAlert": false,
"managedByOpsRamp": false,
"metric": "Network2",
"metricTime": 0,
"monitorName": "Network2",
"mspName": "SQALab",
"permanentlySuppressed": false,
"priority": "N/A",
"problemArea": "Network2",
"rba": false,
"repeatCount": "11",
"resource": {
"agentInstalled": false,
"aliasName": "",
"alternateIp": "",
"clientId": 0,
"clientUniqueId": "client_22568",
"cloudInstance": false,
"consoles": [],
"deleted": false,
"description": "",
"device": false,
"dns": "",
"encrypted": false,
"excludeIndexing": false,
"frequency": 0,
"generalInfo": {
"aliasName": "",
"assetManagedTime": "2021-05-23T13:39:12+0000",
"createdTime": "2021-05-23T13:39:12+0000",
"firstAssetManagedTime": "2021-05-23T13:39:12+0000",
"hostName": "jmeter-pv-us-ctl-vm01",
"name": "jmeter-pv-us-ctl-vm01",
"resourceName": "",
"resourcePath": "Other",
"resourceType": "Other",
"updatedTime": ""
},
"hostName": "jmeter-pv-us-ctl-vm01",
"id": "336a5197-c8d8-46d0-9953-ebf95dd8046b",
"ipAddress": "",
"locationOffset": 0,
"make": "",
"name": "jmeter-pv-us-ctl-vm01",
"osName": "",
"paused": false,
"port": 0,
"receiverHostPort": 0,
"resourceName": "",
"resourcePath": "Other",
"resourceType": "Other",
"saId": 0,
"source": "ALERT",
"state": "active",
"status": "UNDEFINED",
"tags": [],
"timeout": 0,
"topologyEnabled": false,
"totalLocations": 0,
"ts": 0,
"type": "Other",
"validateSSL": false
},
"rtype": "RESOURCE",
"serviceName": "Network2",
"snoozeDuration": 0,
"status": "New",
"statusHistory": {
"createdBy": "system",
"createdTime": "2021-05-23T13:39:12+0000"
},
"subject": "workflow alert Validation For Maintenance schedule Using JM-vas",
"suppressed": false,
"tenantId": 22568,
"tenantName": "JMClient1605551845209",
"ticketed": false,
"uniqueId": "117891648",
"updatedTime": "2021-05-23T16:44:40+0000"
}
],
"required": [
"acknowledged",
"actedTs",
"alertTime",
"alertType",
"app",
"availability",
"clientTechnology",
"clientUniqueId",
"closed",
"component",
"createdDate",
"currentState",
"customFields",
"elapsedTimeString",
"entityType",
"eventType",
"extAlertId",
"ignoreRecoveryNoise",
"inferenceAlert",
"inferenceId",
"isRecoveryAlert",
"managedByOpsRamp",
"metric",
"metricTime",
"monitorName",
"mspName",
"permanentlySuppressed",
"priority",
"problemArea",
"rba",
"repeatCount",
"resource",
"serviceName",
"snoozeDuration",
"status",
"statusHistory",
"subject",
"suppressed",
"tenantId",
"tenantName",
"ticketed",
"uniqueId",
"updatedTime"
],
"properties": {
"acknowledged": {
"$id": "#/properties/acknowledged",
"type": "boolean",
"title": "The acknowledged schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"actedTs": {
"$id": "#/properties/actedTs",
"type": "integer",
"title": "The actedTs schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"alertTime": {
"$id": "#/properties/alertTime",
"type": "string",
"title": "The alertTime schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2021-05-23T13:39:11+0000"
]
},
"alertType": {
"$id": "#/properties/alertType",
"type": "string",
"title": "The alertType schema",
"description": "Different Types of Alerts.",
"default": "",
"examples": [
"Agent"
"Appliance",
"Change Detection",
"Forecast",
"Maintenance",
"Monitoring",
"Obsolete",
"Scheduled Maintenance",
]
},
"app": {
"$id": "#/properties/app",
"type": "string",
"title": "The app schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"OpsRamp"
]
},
"availability": {
"$id": "#/properties/availability",
"type": "boolean",
"title": "The availability schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"clientTechnology": {
"$id": "#/properties/clientTechnology",
"type": "string",
"title": "The clientTechnology schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"OpsRamp"
]
},
"clientUniqueId": {
"$id": "#/properties/clientUniqueId",
"type": "string",
"title": "The clientUniqueId schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"client_22568"
]
},
"closed": {
"$id": "#/properties/closed",
"type": "boolean",
"title": "The closed schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"component": {
"$id": "#/properties/component",
"type": "string",
"title": "The component schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Test"
]
},
"createdDate": {
"$id": "#/properties/createdDate",
"type": "string",
"title": "The createdDate schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2021-05-23T13:39:12+0000"
]
},
"currentState": {
"$id": "#/properties/currentState",
"type": "string",
"title": "The currentState schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Critical", "OK", "Warning", "Info", "Observed"
]
},
"customFields": {
"$id": "#/properties/customFields",
"type": "array",
"title": "The customFields schema",
"description": "An explanation about the purpose of this instance.",
"default": [],
"examples": [
[]
],
"additionalItems": true,
"items": {
"$id": "#/properties/customFields/items"
}
},
"device": {
"$id": "#/properties/device",
"type": "object",
"title": "The device schema",
"description": "An explanation about the purpose of this instance.",
"default": {},
"examples": [
{
"aliasName": "",
"hostName": "jmeter-pv-us-ctl-vm01",
"id": "9297503",
"ipAddress": "",
"name": "jmeter-pv-us-ctl-vm01",
"resourceName": "",
"resourceType": "Other",
"type": "DEVICE"
}
],
"required": [
"aliasName",
"hostName",
"id",
"ipAddress",
"name",
"resourceName",
"resourceType",
"type"
],
"properties": {
"aliasName": {
"$id": "#/properties/device/properties/aliasName",
"type": "string",
"title": "The aliasName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"hostName": {
"$id": "#/properties/device/properties/hostName",
"type": "string",
"title": "The hostName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"jmeter-pv-us-ctl-vm01"
]
},
"id": {
"$id": "#/properties/device/properties/id",
"type": "string",
"title": "The id schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"9297503"
]
},
"ipAddress": {
"$id": "#/properties/device/properties/ipAddress",
"type": "string",
"title": "The ipAddress schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"name": {
"$id": "#/properties/device/properties/name",
"type": "string",
"title": "The name schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"jmeter-pv-us-ctl-vm01"
]
},
"resourceName": {
"$id": "#/properties/device/properties/resourceName",
"type": "string",
"title": "The resourceName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"resourceType": {
"$id": "#/properties/device/properties/resourceType",
"type": "string",
"title": "The resourceType schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Other"
]
},
"type": {
"$id": "#/properties/device/properties/type",
"type": "string",
"title": "The type schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"DEVICE"
]
}
},
"additionalProperties": true
},
"elapsedTimeString": {
"$id": "#/properties/elapsedTimeString",
"type": "string",
"title": "The elapsedTimeString schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"62d 4h 39m "
]
},
"entityType": {
"$id": "#/properties/entityType",
"type": "string",
"title": "The entityType schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"RESOURCE", "Service",
"Client",
"Integration"
]
},
"eventType": {
"$id": "#/properties/eventType",
"type": "string",
"title": "The eventType schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"ALERT"
]
},
"extAlertId": {
"$id": "#/properties/extAlertId",
"type": "string",
"title": "The extAlertId schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"ignoreRecoveryNoise": {
"$id": "#/properties/ignoreRecoveryNoise",
"type": "boolean",
"title": "The ignoreRecoveryNoise schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"inferenceAlert": {
"$id": "#/properties/inferenceAlert",
"type": "boolean",
"title": "The inferenceAlert schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"inferenceId": {
"$id": "#/properties/inferenceId",
"type": "integer",
"title": "The inferenceId schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"isRecoveryAlert": {
"$id": "#/properties/isRecoveryAlert",
"type": "boolean",
"title": "The isRecoveryAlert schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"managedByOpsRamp": {
"$id": "#/properties/managedByOpsRamp",
"type": "boolean",
"title": "The managedByOpsRamp schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"metric": {
"$id": "#/properties/metric",
"type": "string",
"title": "The metric schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Network2"
]
},
"metricTime": {
"$id": "#/properties/metricTime",
"type": "integer",
"title": "The metricTime schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"monitorName": {
"$id": "#/properties/monitorName",
"type": "string",
"title": "The monitorName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Network2"
]
},
"mspName": {
"$id": "#/properties/mspName",
"type": "string",
"title": "The mspName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"SQALab"
]
},
"permanentlySuppressed": {
"$id": "#/properties/permanentlySuppressed",
"type": "boolean",
"title": "The permanentlySuppressed schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"priority": {
"$id": "#/properties/priority",
"type": "string",
"title": "The priority schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"N/A"
]
},
"problemArea": {
"$id": "#/properties/problemArea",
"type": "string",
"title": "The problemArea schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Network2"
]
},
"rba": {
"$id": "#/properties/rba",
"type": "boolean",
"title": "The rba schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"repeatCount": {
"$id": "#/properties/repeatCount",
"type": "string",
"title": "The repeatCount schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"11"
]
},
"resource": {
"$id": "#/properties/resource",
"type": "object",
"title": "The resource schema",
"description": "An explanation about the purpose of this instance.",
"default": {},
"examples": [
{
"agentInstalled": false,
"aliasName": "",
"alternateIp": "",
"clientId": 0,
"clientUniqueId": "client_22568",
"cloudInstance": false,
"consoles": [],
"deleted": false,
"description": "",
"device": false,
"dns": "",
"encrypted": false,
"excludeIndexing": false,
"frequency": 0,
"generalInfo": {
"aliasName": "",
"assetManagedTime": "2021-05-23T13:39:12+0000",
"createdTime": "2021-05-23T13:39:12+0000",
"firstAssetManagedTime": "2021-05-23T13:39:12+0000",
"hostName": "jmeter-pv-us-ctl-vm01",
"name": "jmeter-pv-us-ctl-vm01",
"resourceName": "",
"resourcePath": "Other",
"resourceType": "Other",
"updatedTime": ""
},
"hostName": "jmeter-pv-us-ctl-vm01",
"id": "336a5197-c8d8-46d0-9953-ebf95dd8046b",
"ipAddress": "",
"locationOffset": 0,
"make": "",
"name": "jmeter-pv-us-ctl-vm01",
"osName": "",
"paused": false,
"port": 0,
"receiverHostPort": 0,
"resourceName": "",
"resourcePath": "Other",
"resourceType": "Other",
"saId": 0,
"source": "ALERT",
"state": "active",
"status": "UNDEFINED",
"tags": [],
"timeout": 0,
"topologyEnabled": false,
"totalLocations": 0,
"ts": 0,
"type": "Other",
"validateSSL": false
}
],
"required": [
"agentInstalled",
"aliasName",
"alternateIp",
"clientId",
"clientUniqueId",
"cloudInstance",
"consoles",
"deleted",
"description",
"device",
"dns",
"encrypted",
"excludeIndexing",
"frequency",
"generalInfo",
"hostName",
"id",
"ipAddress",
"locationOffset",
"make",
"name",
"osName",
"paused",
"port",
"receiverHostPort",
"resourceName",
"resourcePath",
"resourceType",
"saId",
"source",
"state",
"status",
"tags",
"timeout",
"topologyEnabled",
"totalLocations",
"ts",
"type",
"validateSSL"
],
"properties": {
"agentInstalled": {
"$id": "#/properties/resource/properties/agentInstalled",
"type": "boolean",
"title": "The agentInstalled schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"aliasName": {
"$id": "#/properties/resource/properties/aliasName",
"type": "string",
"title": "The aliasName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"alternateIp": {
"$id": "#/properties/resource/properties/alternateIp",
"type": "string",
"title": "The alternateIp schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"clientId": {
"$id": "#/properties/resource/properties/clientId",
"type": "integer",
"title": "The clientId schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"clientUniqueId": {
"$id": "#/properties/resource/properties/clientUniqueId",
"type": "string",
"title": "The clientUniqueId schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"client_22568"
]
},
"cloudInstance": {
"$id": "#/properties/resource/properties/cloudInstance",
"type": "boolean",
"title": "The cloudInstance schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"consoles": {
"$id": "#/properties/resource/properties/consoles",
"type": "array",
"title": "The consoles schema",
"description": "An explanation about the purpose of this instance.",
"default": [],
"examples": [
[]
],
"additionalItems": true,
"items": {
"$id": "#/properties/resource/properties/consoles/items"
}
},
"deleted": {
"$id": "#/properties/resource/properties/deleted",
"type": "boolean",
"title": "The deleted schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"description": {
"$id": "#/properties/resource/properties/description",
"type": "string",
"title": "The description schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"device": {
"$id": "#/properties/resource/properties/device",
"type": "boolean",
"title": "The device schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"dns": {
"$id": "#/properties/resource/properties/dns",
"type": "string",
"title": "The dns schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"encrypted": {
"$id": "#/properties/resource/properties/encrypted",
"type": "boolean",
"title": "The encrypted schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"excludeIndexing": {
"$id": "#/properties/resource/properties/excludeIndexing",
"type": "boolean",
"title": "The excludeIndexing schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"frequency": {
"$id": "#/properties/resource/properties/frequency",
"type": "integer",
"title": "The frequency schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"generalInfo": {
"$id": "#/properties/resource/properties/generalInfo",
"type": "object",
"title": "The generalInfo schema",
"description": "An explanation about the purpose of this instance.",
"default": {},
"examples": [
{
"aliasName": "",
"assetManagedTime": "2021-05-23T13:39:12+0000",
"createdTime": "2021-05-23T13:39:12+0000",
"firstAssetManagedTime": "2021-05-23T13:39:12+0000",
"hostName": "jmeter-pv-us-ctl-vm01",
"name": "jmeter-pv-us-ctl-vm01",
"resourceName": "",
"resourcePath": "Other",
"resourceType": "Other",
"updatedTime": ""
}
],
"required": [
"aliasName",
"assetManagedTime",
"createdTime",
"firstAssetManagedTime",
"hostName",
"name",
"resourceName",
"resourcePath",
"resourceType",
"updatedTime"
],
"properties": {
"aliasName": {
"$id": "#/properties/resource/properties/generalInfo/properties/aliasName",
"type": "string",
"title": "The aliasName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"assetManagedTime": {
"$id": "#/properties/resource/properties/generalInfo/properties/assetManagedTime",
"type": "string",
"title": "The assetManagedTime schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2021-05-23T13:39:12+0000"
]
},
"createdTime": {
"$id": "#/properties/resource/properties/generalInfo/properties/createdTime",
"type": "string",
"title": "The createdTime schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2021-05-23T13:39:12+0000"
]
},
"firstAssetManagedTime": {
"$id": "#/properties/resource/properties/generalInfo/properties/firstAssetManagedTime",
"type": "string",
"title": "The firstAssetManagedTime schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2021-05-23T13:39:12+0000"
]
},
"hostName": {
"$id": "#/properties/resource/properties/generalInfo/properties/hostName",
"type": "string",
"title": "The hostName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"jmeter-pv-us-ctl-vm01"
]
},
"name": {
"$id": "#/properties/resource/properties/generalInfo/properties/name",
"type": "string",
"title": "The name schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"jmeter-pv-us-ctl-vm01"
]
},
"resourceName": {
"$id": "#/properties/resource/properties/generalInfo/properties/resourceName",
"type": "string",
"title": "The resourceName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"resourcePath": {
"$id": "#/properties/resource/properties/generalInfo/properties/resourcePath",
"type": "string",
"title": "The resourcePath schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Other"
]
},
"resourceType": {
"$id": "#/properties/resource/properties/generalInfo/properties/resourceType",
"type": "string",
"title": "The resourceType schema",
"description": "OpsRamp Supported Resource Type.",
"default": "",
"examples": [
"Other", "DEVICE"
]
},
"updatedTime": {
"$id": "#/properties/resource/properties/generalInfo/properties/updatedTime",
"type": "string",
"title": "The updatedTime schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
}
},
"additionalProperties": true
},
"hostName": {
"$id": "#/properties/resource/properties/hostName",
"type": "string",
"title": "The hostName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"jmeter-pv-us-ctl-vm01"
]
},
"id": {
"$id": "#/properties/resource/properties/id",
"type": "string",
"title": "The id schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"336a5197-c8d8-46d0-9953-ebf95dd8046b"
]
},
"ipAddress": {
"$id": "#/properties/resource/properties/ipAddress",
"type": "string",
"title": "The ipAddress schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"locationOffset": {
"$id": "#/properties/resource/properties/locationOffset",
"type": "integer",
"title": "The locationOffset schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"make": {
"$id": "#/properties/resource/properties/make",
"type": "string",
"title": "The make schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"name": {
"$id": "#/properties/resource/properties/name",
"type": "string",
"title": "The name schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"jmeter-pv-us-ctl-vm01"
]
},
"osName": {
"$id": "#/properties/resource/properties/osName",
"type": "string",
"title": "The osName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"paused": {
"$id": "#/properties/resource/properties/paused",
"type": "boolean",
"title": "The paused schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"port": {
"$id": "#/properties/resource/properties/port",
"type": "integer",
"title": "The port schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"receiverHostPort": {
"$id": "#/properties/resource/properties/receiverHostPort",
"type": "integer",
"title": "The receiverHostPort schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"resourceName": {
"$id": "#/properties/resource/properties/resourceName",
"type": "string",
"title": "The resourceName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
""
]
},
"resourcePath": {
"$id": "#/properties/resource/properties/resourcePath",
"type": "string",
"title": "The resourcePath schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Other"
]
},
"resourceType": {
"$id": "#/properties/resource/properties/resourceType",
"type": "string",
"title": "The resourceType schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Other"
]
},
"saId": {
"$id": "#/properties/resource/properties/saId",
"type": "integer",
"title": "The saId schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"source": {
"$id": "#/properties/resource/properties/source",
"type": "string",
"title": "The source schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"ALERT"
]
},
"state": {
"$id": "#/properties/resource/properties/state",
"type": "string",
"title": "The state schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"active"
]
},
"status": {
"$id": "#/properties/resource/properties/status",
"type": "string",
"title": "The status schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"UNDEFINED"
]
},
"tags": {
"$id": "#/properties/resource/properties/tags",
"type": "array",
"title": "The tags schema",
"description": "An explanation about the purpose of this instance.",
"default": [],
"examples": [
[]
],
"additionalItems": true,
"items": {
"$id": "#/properties/resource/properties/tags/items"
}
},
"timeout": {
"$id": "#/properties/resource/properties/timeout",
"type": "integer",
"title": "The timeout schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"topologyEnabled": {
"$id": "#/properties/resource/properties/topologyEnabled",
"type": "boolean",
"title": "The topologyEnabled schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"totalLocations": {
"$id": "#/properties/resource/properties/totalLocations",
"type": "integer",
"title": "The totalLocations schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"ts": {
"$id": "#/properties/resource/properties/ts",
"type": "integer",
"title": "The ts schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"type": {
"$id": "#/properties/resource/properties/type",
"type": "string",
"title": "The type schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Other"
]
},
"validateSSL": {
"$id": "#/properties/resource/properties/validateSSL",
"type": "boolean",
"title": "The validateSSL schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
}
},
"additionalProperties": true
},
"rtype": {
"$id": "#/properties/rtype",
"type": "string",
"title": "The rtype schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"RESOURCE"
]
},
"serviceName": {
"$id": "#/properties/serviceName",
"type": "string",
"title": "The serviceName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Network2"
]
},
"snoozeDuration": {
"$id": "#/properties/snoozeDuration",
"type": "integer",
"title": "The snoozeDuration schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
0
]
},
"status": {
"$id": "#/properties/status",
"type": "string",
"title": "The status schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"New"
]
},
"statusHistory": {
"$id": "#/properties/statusHistory",
"type": "object",
"title": "The statusHistory schema",
"description": "An explanation about the purpose of this instance.",
"default": {},
"examples": [
{
"createdBy": "system",
"createdTime": "2021-05-23T13:39:12+0000"
}
],
"required": [
"createdBy",
"createdTime"
],
"properties": {
"createdBy": {
"$id": "#/properties/statusHistory/properties/createdBy",
"type": "string",
"title": "The createdBy schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"system"
]
},
"createdTime": {
"$id": "#/properties/statusHistory/properties/createdTime",
"type": "string",
"title": "The createdTime schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2021-05-23T13:39:12+0000"
]
}
},
"additionalProperties": true
},
"subject": {
"$id": "#/properties/subject",
"type": "string",
"title": "The subject schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"workflow alert Validation For Maintenance schedule Using JM-vas"
]
},
"suppressed": {
"$id": "#/properties/suppressed",
"type": "boolean",
"title": "The suppressed schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"tenantId": {
"$id": "#/properties/tenantId",
"type": "integer",
"title": "The tenantId schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
22568
]
},
"tenantName": {
"$id": "#/properties/tenantName",
"type": "string",
"title": "The tenantName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"JMClient1605551845209"
]
},
"ticketed": {
"$id": "#/properties/ticketed",
"type": "boolean",
"title": "The ticketed schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
},
"uniqueId": {
"$id": "#/properties/uniqueId",
"type": "string",
"title": "The uniqueId schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"117891648"
]
},
"updatedTime": {
"$id": "#/properties/updatedTime",
"type": "string",
"title": "The updatedTime schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2021-05-23T16:44:40+0000"
]
}
},
"additionalProperties": true
}