From Bright Pattern Documentation
Jump to: navigation, search
imported>Elizabeth
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Set Advanced Options of Server=
+
= Set Advanced Options of Server=
 
This method sets the advanced options of the server.
 
This method sets the advanced options of the server.
  
Line 65: Line 65:
  
 
<center>[[provider-api-specification/GetAdvancedOptionsofServer|< Previous]]  |  [[provider-api-specification/TenantImportOverview|Next >]]</center>
 
<center>[[provider-api-specification/GetAdvancedOptionsofServer|< Previous]]  |  [[provider-api-specification/TenantImportOverview|Next >]]</center>
</translate>
 

Latest revision as of 04:09, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

Set Advanced Options of Server

This method sets the advanced options of the server.

The server type is one of the following:

  • CONFIG
  • ROUTER
  • AGENT
  • SCENARIO
  • RTP
  • SWITCH
  • STAT
  • DB
  • PROVISIONING
  • AD
  • PORTAL
  • REPORTINGAGGREGATOR
  • DIALER
  • SCHEDULER
  • SMS
  • CLIENTWEB
  • RTDATAPROVIDER
  • ACTIVITYSERVER
  • EMAIL_SERVER
  • CRM_SERVER
  • SCREEN_RECORDER


Request

URL http[s]://<host>:<port>/configapi/v2/selfservice/host/<host_name>/server/<server_type>/options
Method POST
Content-Type application/json
Body
{
   "a": 123
} 


Response

Code Body
200 Empty
404 Host is not found
400 Invalid parameters



< Previous | Next >
< Previous | Next >