From Bright Pattern Documentation
< 5.19:Host-and-services-management-api-specification
Revision as of 04:02, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
Set Advanced Options of Server
This method sets the advanced options for 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 | OK |
404 | Host is not found |
400 | Invalid parameters |