IBM Tivoli Netcool/OMNIbus, Version 7.4

Example table collection POST request

Insertion of a row into the alerts.status table.

Accept: application/json
Authorization: Basic dGVzdHVzZXIwMTpuZXRjb29s
Content-Type: application/json
Host: localhost
Connection: keep-alive
Content-Length: 984

{
	"rowset":	{
			"coldesc": [ {
					"type": "string",
					"name": "Identifier"
			}, {
					"type": "string",
					"name": "Node"
			}, {
					"type": "string",
					"name": "AlertKey"
			}, {
					"type": "integer",
					"name": "Severity"
			}, {
					"type": "string",
					"name": "Summary"
			}, {
					"type": "utc",
					"name": "FirstOccurrence"
			}, {
					"type": "utc",
					"name": "LastOccurrence"
			}, {
					"type": "integer",
					"name": "OwnerUID"
			}, {
					"type": "integer",
					"name": "OwnerGID"
			}],
			"rows":	[ {
					"FirstOccurrence": 1341412087,
					"Node": "localhost",
					"AlertKey": "JUnitEventInstance",
					"Summary": "This is a test event generated by the JUnit REST Event Tests.(1)",
					"LastOccurrence": 1341412087,
					"Identifier": "JunitEventTestInstance####1",
					"OwnerGID": 0,
					"Severity": 4,
					"OwnerUID": 0
		}]
	}
}