Chime / Client / get_voice_connector_termination_health
get_voice_connector_termination_health#
- Chime.Client.get_voice_connector_termination_health(**kwargs)#
Warning
This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTerminationHealth, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Retrieves information about the last time a SIP
OPTIONS
ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.Danger
This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.
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