Stop Message Bus

URL:
https://<MessageBusService-url>/stop
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.5

Description

The Stop Service resource allows you to stop 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

Example usage

Below is a sample POST request for stop :

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /webadaptor/admin/system/platformservices/3138bca6-894b-49cd-9b5e-045c4295f4f0/stop HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

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

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