Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[
{
"name": "records-changed",
"description": "This notification is sent whenever a new record or record version is created, updated or deleted, and when a new schema is created in storage.",
"state": "ACTIVE",
"example": [
{
"id": "common:abc:123",
"kind": "common:petrel:regularheightfieldsurface:1.0.0",
"op" : "create",
"recordUpdated": "false"
},
{
"id": "common:abc:124",
"kind": "common:petrel:regularheightfieldsurface:1.0.0",
"op" : "create",
"recordUpdated": "true"
},
{
"kind": "common:petrel:regularheightfieldsurface:1.0.0",
"op" : "create_schema"
},
{
"id": "common:ghi:345",
"kind": "common:petrel:regularheightfieldsurface:1.0.0",
"op" : "delete"
}
]
},
{
"name": "opendes-status-update-event-topic",
"description": "pubsub.",
"state": "ACTIVE",
"example": [
{
"kind": "status",
"properties": {
"correlationId": "3fb4b4ba-524b-490b-8c47-432c03130ada",
"stage": "TESTING_QUARKUS",
"status": "FAILED",
"message": "Testing message publishing through quarkus listener component",
"errorCode": 400,
"userEmail": "osdu-qa@osdu.opengroup.org",
"timestamp": 1633607749441
}
},
{
"kind": "status",
"properties": {
"correlationId": "3fb4b4ba-524b-490b-8c47-432c03130ada",
"stage": "TESTING_QUARKUS",
"status": "FAILED",
"message": "Testing message publishing through quarkus listener component",
"errorCode": 401,
"userEmail": "osdu-qa@osdu.opengroup.org",
"timestamp": 1633607749441
}
}
]
}
]