servicebus_list_topics
Lists all topics in an Azure Service Bus namespace. Optionally returns subscription names for each topic.
Instructions
List all topics in an Azure Service Bus namespace.
Returns a sorted JSON array of topic names. If include_subscriptions is true, returns a JSON object mapping each topic name to a sorted array of its subscription names. The namespace can be given as a short name (e.g. shdapps-dev1-eus2-sbn) or as a fully qualified hostname — the .servicebus.windows.net suffix will be appended automatically if missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| include_subscriptions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |