Message Bus status

URL:
https://<messageBusService-url>/status
Methods:
GET
Version Introduced:
10.5

Description

The status resource allows you to view the status of the Message Bus service.

Request parameters

ParameterDetails

f

The response format. The default response format is html .

Values: html | json | pjson

Example usage

Below is a sample request URL for status :

Use dark colors for code blocksCopy
1
https://machine.domain.com/admin/system/platformservices/3138bca6-894b-49cd-9b5e-045c4295f4f0/status?f=json

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
{
  "configuredState": "STARTED",
  "details": [
    {
      "machine": "MACHINE.DOMAIN.COM",
      "realtimeState": "STARTED"
    }
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.