v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
Message
Topic

Add a source to a topic

Add a source (subnet) that is allowed to send messages for a specific topic.

post/api/v1/messages/topics/{topic}/sources

Path parameters

topicstring byte required

The topic to add a source to (base64 encoded)

Request body

subnetstring

The subnet to add as a source in CIDR notation

Example request

{
  "subnet": "503:5478:df06:d79a::/64"
}

Response

Source added successfully