Publish Message to Notification
Content
Hi experts,
I've created a Topic in Notification but don't know how to publish and consume messages via REST.
I've read the documentation https://docs.cloud.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm
And also know that I should use the PublishMessage REST API https://docs.cloud.oracle.com/iaas/api/#/en/notification-api-spec/20181201/NotificationTopic/PublishMessage
Also know that I have to use the GetTopic REST API to get topic's configuration information https://docs.cloud.oracle.com/iaas/api/#/en/notification-api-spec/20181201/NotificationTopic/GetTopic
Finally, I've read some article on it https://blogs.oracle.com/cloud-infrastructure/push-time-sensitive-notifications-to-many-distributed-applications
But I don't know what it the URL address of my Topic to neither to send nor to retrieve messages from is.