Hanzo
OpenapiMq

Returns the broker's identity and the org's stream count.

Returns the broker's identity and the org's stream count.

GET /v1/mq/info

Addresshttps://api.hanzo.ai/v1/mq/info
MethodGET
Operationget_mq_info
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the broker's identity and the org's stream count.

Request

GET /v1/mq/info takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200infoOutok

200 body — 6 fields.

FieldInTypeAlwaysDescription
jetstreambodybooleanJetStream is true when durable streams are enabled.
max_payloadbodyintegerMaxPayload is the broker's message-size ceiling in bytes.
server_idbodystringServer is the broker's server id.
server_namebodystringName is the broker's server name.
streamsbodyintegerStreams is the org's stream count.
versionbodystringVersion is the broker's server version.

Failure carries the platform error shape — see Errors.

Examples

hanzo mq info

MQ API · All Hanzo APIs · Interactive reference

How is this guide?

On this page