From Bright Pattern Documentation
Jump to: navigation, search
(Created new topic from branched topic Documentation:PartnerDocs:provider-api-specification:GetAdvancedOptionsofServer:5.1)
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Get Advanced Options of Server=
+
= Get Advanced Options of Server=
 
This method gets the advanced options of the server.
 
This method gets the advanced options of the server.
  
Line 62: Line 62:
  
 
<center>[[provider-api-specification/BringHostintoServiceandTakeHostoutofService|< Previous]]  |  [[provider-api-specification/SetAdvancedOptionsofServer|Next >]]</center>
 
<center>[[provider-api-specification/BringHostintoServiceandTakeHostoutofService|< Previous]]  |  [[provider-api-specification/SetAdvancedOptionsofServer|Next >]]</center>
</translate>
 

Latest revision as of 04:32, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

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



< Previous | Next >
< Previous | Next >