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)
Get Advanced Options of Server
This method gets 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 | GET |
Response
Code | Content-Type | Body |
200 | Application/JSON |
{ "a": 123 } |
404 | Host is not found | |
400 | Invalid parameters |