From Bright Pattern Documentation
imported>Elizabeth |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | = 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> | ||
− |
Latest revision as of 04:09, 29 May 2024
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 |