Skip to content

Commit 24c1739

Browse files
authored
Merge pull request #90988 from slovern/TELCODOCS-2208
TELCODOCS-2208 PTP events REST API v2
2 parents 545abb4 + 15d2fa3 commit 24c1739

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/ptp-reference-deployment-and-service-crs-v2.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ spec:
5858
args:
5959
- "--local-api-addr=consumer-events-subscription-service.cloud-events.svc.cluster.local:9043"
6060
- "--api-path=/api/ocloudNotifications/v2/"
61-
- "--api-addr=127.0.0.1:8089"
62-
- "--api-version=2.0"
6361
- "--http-event-publishers=ptp-event-publisher-service-NODE_NAME.openshift-ptp.svc.cluster.local:9043"
6462
env:
6563
- name: NODE_NAME

networking/ptp/ptp-events-rest-api-reference-v2.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
Use the following REST API v2 endpoints to subscribe the `cloud-event-consumer` application to Precision Time Protocol (PTP) events posted at `\http://localhost:9043/api/ocloudNotifications/v2` in the PTP events producer pod.
9+
Use the following REST API v2 endpoints to subscribe the `cloud-event-consumer` application to Precision Time Protocol (PTP) events posted at `\http://ptp-event-publisher-service-NODE_NAME.openshift-ptp.svc.cluster.local:9043/api/ocloudNotifications/v2` in the PTP events producer pod.
1010

1111
* xref:../../networking/ptp/ptp-events-rest-api-reference-v2.adoc#api-ocloud-notifications-v2-subscriptions_{context}[`api/ocloudNotifications/v2/subscriptions`]
1212
** `POST`: Creates a new subscription

0 commit comments

Comments
 (0)