/xmsrest/general

Resource URI

/xmsrest/general

HTTP GET

Retrieves the XMSREST General configuration.

GET /xmsrest/general

Method

Response Payload

JSON

{
  "port": "81"
}

HTTP PUT

Configures the XMSREST General resource.

PUT /xmsrest/general

Method Request Payload Response Payload
JSON

{
  "port": "8181"
}

{
  "port": "8181"
}