Key |
Returned |
Description |
servicebuses
complex
|
always |
List of servicebus dicts.
|
|
accessed_at
string
|
always |
Last time the message was sent, or a request was received for this topic.
Sample:
2019-01-25 02:46:55.543953+00:00
|
|
auto_delete_on_idle_in_seconds
integer
|
always |
ISO 8061 timeSpan idle interval after which the queue or topic is automatically deleted.
The minimum duration is 5 minutes.
Sample:
True
|
|
count_details
complex
|
always |
Message count details.
|
|
|
active_message_count
integer
|
always |
Number of active messages in the queue , topic , or subscription .
|
|
|
dead_letter_message_count
integer
|
always |
Number of messages that are dead lettered.
|
|
|
scheduled_message_count
integer
|
always |
Number of scheduled messages.
|
|
|
transfer_dead_letter_message_count
integer
|
always |
Number of messages transferred into dead letters.
|
|
|
transfer_message_count
integer
|
always |
Number of messages transferred to another queue , topic , or subscription .
|
|
created_at
string
|
always |
Exact time the message was created.
Sample:
2019-01-25 02:46:55.543953+00:00
|
|
dead_lettering_on_filter_evaluation_exceptions
integer
|
always |
Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.
|
|
dead_lettering_on_message_expiration
integer
|
always |
A value that indicates whether this queue or topic has dead letter support when a message expires.
|
|
default_message_time_to_live_seconds
integer
|
always |
ISO 8061 Default message timespan to live value.
This is the duration after which the message expires, starting from when the message is sent to Service Bus.
This is the default value used when TimeToLive is not set on a message itself.
|
|
duplicate_detection_time_in_seconds
integer
|
always |
ISO 8601 timeSpan structure that defines the duration of the duplicate detection history.
Sample:
600
|
|
enable_batched_operations
boolean
|
always |
Value that indicates whether server-side batched operations are enabled.
Sample:
True
|
|
enable_express
boolean
|
always |
Value that indicates whether Express Entities are enabled.
An express topic holds a message in memory temporarily before writing it to persistent storage.
Sample:
True
|
|
enable_partitioning
boolean
|
always |
Value that indicates whether the queue or topic to be partitioned across multiple message brokers is enabled.
Sample:
True
|
|
forward_dead_lettered_messages_to
string
|
always |
queue or topic name to forward the Dead Letter message.
Sample:
corge
|
|
forward_to
string
|
always |
queue or topic name to forward the messages.
Sample:
quux
|
|
id
string
|
always |
Resource ID.
Sample:
/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/foo/providers/Microsoft.ServiceBus/ namespaces/bar/topics/baz/subscriptions/qux
|
|
location
string
|
always |
The Geo-location where the resource lives.
Sample:
eastus
|
|
lock_duration_in_seconds
integer
|
always |
ISO 8601 timespan duration of a peek-lock.
The amount of time that the message is locked for other receivers.
The maximum value for LockDuration is 5 minutes.
Sample:
60
|
|
max_delivery_count
integer
|
always |
The maximum delivery count.
A message is automatically deadlettered after this number of deliveries.
Sample:
10
|
|
max_size_in_mb
integer
|
always |
Maximum size of the queue or topic in megabytes, which is the size of the memory allocated for the topic .
Sample:
5120
|
|
message_count
integer
|
always |
Number of messages.
Sample:
10
|
|
metric_id
string
|
always |
Identifier for Azure Insights metrics of namespace.
Sample:
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX:bar
|
|
name
string
|
always |
Resource name.
Sample:
qux
|
|
namespace
string
|
always |
namespace name of the queue or topic , subscription .
Sample:
bar
|
|
provisioning_state
string
|
always |
Provisioning state of the namespace.
Sample:
Succeeded
|
|
requires_duplicate_detection
boolean
|
always |
A value indicating if this queue or topic requires duplicate detection.
Sample:
True
|
|
requires_session
boolean
|
always |
A value that indicates whether the queue or topic supports the concept of sessions.
Sample:
True
|
|
sas_policies
dictionary
|
always |
Dict of SAS policies.
Will not be returned until show_sas_policy set.
Sample:
{'testpolicy1': {'id': '/subscriptions/XXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/ foo/providers/Microsoft.ServiceBus/namespaces/bar/queues/qux/authorizationRules/testpolicy1', 'keys': {'key_name': 'testpolicy1', 'primary_connection_string': 'Endpoint=sb://bar.servicebus.windows.net/; SharedAccessKeyName=testpolicy1;SharedAccessKey=XXXXXXXXXXXXXXXXX;EntityPath=qux', 'primary_key': 'XXXXXXXXXXXXXXXXX', 'secondary_connection_string': 'Endpoint=sb://bar.servicebus.windows.net/; SharedAccessKeyName=testpolicy1;SharedAccessKey=XXXXXXXXXXXXXXX;EntityPath=qux', 'secondary_key': 'XXXXXXXXXXXXXXX'}, 'name': 'testpolicy1', 'rights': 'listen_send', 'type': 'Microsoft.ServiceBus/Namespaces/Queues/AuthorizationRules'}}
|
|
service_bus_endpoint
string
|
always |
Endpoint you can use to perform Service Bus operations.
Sample:
https://bar.servicebus.windows.net:443/
|
|
size_in_bytes
integer
|
always |
The size of the queue or topic in bytes.
|
|
sku
string
|
always |
Properties of namespace's SKU.
Sample:
Standard
|
|
status
string
|
always |
The status of a messaging entity.
Sample:
active
|
|
subscription_count
integer
|
always |
Number of subscriptions under a topic.
Sample:
1
|
|
support_ordering
boolean
|
always |
Value that indicates whether the topic supports ordering.
Sample:
True
|
|
tags
dictionary
|
always |
Resource tags.
Sample:
{'env': 'sandbox'}
|
|
topic
string
|
always |
Topic name of a subscription.
Sample:
baz
|
|
type
string
|
always |
Resource type.
Namespace is a scoping container for all messaging components.
Queue enables you to store messages until the receiving application is available to receive and process them.
Topic and subscriptions enable 1:n relationships between publishers and subscribers.
Sample:
Microsoft.ServiceBus/Namespaces/Topics
|
|
updated_at
string
|
always |
The exact time the message was updated.
Sample:
2019-01-25 02:46:55.543953+00:00
|