Chime / Client / get_voice_connector_termination_health
get_voice_connector_termination_health#
- Chime.Client.get_voice_connector_termination_health(**kwargs)#
- Retrieves information about the last time a SIP - OPTIONSping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.- See also: AWS API Documentation - Request Syntax - response = client.get_voice_connector_termination_health( VoiceConnectorId='string' ) - Parameters:
- VoiceConnectorId (string) – - [REQUIRED] - The Amazon Chime Voice Connector ID. 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'TerminationHealth': { 'Timestamp': datetime(2015, 1, 1), 'Source': 'string' } } - Response Structure - (dict) – - TerminationHealth (dict) – - The termination health details. - Timestamp (datetime) – - The timestamp, in ISO 8601 format. 
- Source (string) – - The source IP address. 
 
 
 
 - Exceptions - Chime.Client.exceptions.UnauthorizedClientException
- Chime.Client.exceptions.NotFoundException
- Chime.Client.exceptions.ForbiddenException
- Chime.Client.exceptions.BadRequestException
- Chime.Client.exceptions.ThrottledClientException
- Chime.Client.exceptions.ServiceUnavailableException
- Chime.Client.exceptions.ServiceFailureException