:doc:`ChimeSDKVoice <../../chime-sdk-voice>` / Client / get_voice_connector_external_systems_configuration

**************************************************
get_voice_connector_external_systems_configuration
**************************************************



.. py:method:: ChimeSDKVoice.Client.get_voice_connector_external_systems_configuration(**kwargs)

  

  Gets information about an external systems configuration for a Voice Connector.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-voice-2022-08-03/GetVoiceConnectorExternalSystemsConfiguration>`_  


  **Request Syntax**
  ::

    response = client.get_voice_connector_external_systems_configuration(
        VoiceConnectorId='string'
    )
    
  :type VoiceConnectorId: string
  :param VoiceConnectorId: **[REQUIRED]** 

    The ID of the Voice Connector for which to return information about the external system configuration.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ExternalSystemsConfiguration': {
              'SessionBorderControllerTypes': [
                  'RIBBON_SBC'|'ORACLE_ACME_PACKET_SBC'|'AVAYA_SBCE'|'CISCO_UNIFIED_BORDER_ELEMENT'|'AUDIOCODES_MEDIANT_SBC',
              ],
              'ContactCenterSystemTypes': [
                  'GENESYS_ENGAGE_ON_PREMISES'|'AVAYA_AURA_CALL_CENTER_ELITE'|'AVAYA_AURA_CONTACT_CENTER'|'CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE',
              ]
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ExternalSystemsConfiguration** *(dict) --* 

        An object that contains information about an external systems configuration for a Voice Connector.

        
        

        - **SessionBorderControllerTypes** *(list) --* 

          The session border controllers.

          
          

          - *(string) --* 
      
        

        - **ContactCenterSystemTypes** *(list) --* 

          The contact center system.

          
          

          - *(string) --* 
      
    
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.NotFoundException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ServiceFailureException`

  