You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `PUT`: Creates a new status ping request for the specified subscription ID
25
+
23
26
* `/api/cloudNotifications/v1/health`
24
27
- `GET`: Returns the health status of `cloudNotifications` API
25
28
29
+
* `api/cloudNotifications/v1/publishers`
30
+
- `GET`: Returns an array of `os-clock-sync-state`, `ptp-clock-class-change`, and `lock-state` messages for the cluster node
31
+
26
32
[NOTE]
27
33
====
28
34
`9089` is the default port for the `cloud-event-consumer` container deployed in the application pod. You can configure a different port for your DU application as required.
29
35
====
30
36
31
37
== api/cloudNotifications/v1/subscriptions
32
38
39
+
[discrete]
33
40
=== HTTP method
34
41
35
42
`GET api/cloudNotifications/v1/subscriptions`
36
43
44
+
[discrete]
37
45
==== Description
38
46
39
47
Returns a list of subscriptions. If subscriptions exist, a `200 OK` status code is returned along with the list of subscriptions.
@@ -51,10 +59,12 @@ Returns a list of subscriptions. If subscriptions exist, a `200 OK` status code
51
59
]
52
60
----
53
61
62
+
[discrete]
54
63
=== HTTP method
55
64
56
65
`POST api/cloudNotifications/v1/subscriptions`
57
66
67
+
[discrete]
58
68
==== Description
59
69
60
70
Creates a new subscription. If a subscription is successfully created, or if it already exists, a `201 Created` status code is returned.
@@ -78,10 +88,12 @@ Creates a new subscription. If a subscription is successfully created, or if it
Creates a new status ping request for subscription with ID `<subscription_id>`. If a subscription is present, the status request is successful and a `202 Accepted` status code is returned.
@@ -131,10 +145,12 @@ Creates a new status ping request for subscription with ID `<subscription_id>`.
131
145
132
146
== api/cloudNotifications/v1/health/
133
147
148
+
[discrete]
134
149
=== HTTP method
135
150
136
151
`GET api/cloudNotifications/v1/health/`
137
152
153
+
[discrete]
138
154
==== Description
139
155
140
156
Returns the health status for the `cloudNotifications` REST API.
@@ -144,3 +160,132 @@ Returns the health status for the `cloudNotifications` REST API.
144
160
----
145
161
OK
146
162
----
163
+
164
+
== api/cloudNotifications/v1/publishers
165
+
166
+
[discrete]
167
+
=== HTTP method
168
+
169
+
`GET api/cloudNotifications/v1/publishers`
170
+
171
+
[discrete]
172
+
==== Description
173
+
174
+
Returns an array of `os-clock-sync-state`, `ptp-clock-class-change`, and `lock-state` details for the cluster node. The system generates notifications when the relevant equipment state changes.
175
+
176
+
* `os-clock-sync-state` notifications describe the host operating system clock synchronization state. Can be in `LOCKED` or `FREERUN` state.
177
+
* `ptp-clock-class-change` notifications describe the current state of the PTP clock class.
178
+
* `lock-state` notifications describe the current status of the PTP equipment lock state. Can be in `LOCKED`, `HOLDOVER` or `FREERUN` state.
= Intel Columbiaville E800 series NIC as PTP ordinary clock reference
8
+
9
+
The following table describes the changes that you must make to the reference PTP configuration in order to use Intel Columbiaville E800 series NICs as ordinary clocks. Make the changes in a `PtpConfig` custom resource (CR) that you apply to the cluster.
10
+
11
+
.Recommended PTP settings for Intel Columbiaville NIC
0 commit comments