McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 224

↗ View in doc context
page
224
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::208

<SystemConfig> <uri>/finesse/api/SystemConfig</uri> <cti> <host>10.1.1.1</host> <port>42027</port> <backupHost>10.1.1.2</backupHost> <backupPort>42027</backupPort> <peripheralId>5000</peripheralId> <secure>false</secure> </cti> </SystemConfig> HTTP Request: host (required): Hostname or IP address of the primary (A Side) CTI server Port (required): Port number of the primary (A Side) CTI server backupHost (required if backupPort is present): Hostname or IP address of the backup (B Side) CTI server backupPort (required if backupHost is present): Port number of the backup (B Side) CTI server peripheralId (required): ID of the CTI server peripheral secure (optional): enables secure encryption to configure secure CTI connection depending on value set to true or false. By default, the value if not provided, will be false Request Parameters: 200: Success 400: Invalid Input 400: Parameter Missing 401: Authorization Failure 403: Forbidden 500: Internal Server Error HTTP Response: <ApiErrors> <ApiError> <ErrorType>Invalid Input</ErrorType> <ErrorMessage>port</ErrorMessage> <ErrorData>65536</ErrorData> </ApiError> </ApiErrors> Example Failure Response: SystemConfig API Parameters Notes Possible Values Description Type Parameter — The URI to get a new copy of the SystemConfig object. String uri — Information about the CTI server settings. Collection cti Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 208 Cisco Finesse Configuration APIs SystemConfig API Parameters