Skip To Content
ArcGIS Developer
Dashboard

Start Message Bus

Description

Note:

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

The Start resource allows you to run your message bus service in the ArcGIS Server Administrator Directory.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample POST request for start:


POST /webadaptor/admin/system/platformservices/3138bca6-894b-49cd-9b5e-045c4295f4f0/start HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example


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