Skip To Content
ArcGIS Developer
Dashboard

Message Bus status

Description

Note:

The Message Bus service was removed at 10.7.1. This resource is only functional in versions 10.5 through 10.7.

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:

https://machine.domain.com/admin/system/platformservices/3138bca6-894b-49cd-9b5e-045c4295f4f0/status?f=json

JSON Response example


{
  "configuredState": "STARTED",
  "details": [
    {
      "machine": "MACHINE.DOMAIN.COM",
      "realtimeState": "STARTED"
    }
  ]
}