DirectConnect.Client.
describe_customer_metadata
()¶Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.
See also: AWS API Documentation
Request Syntax
response = client.describe_customer_metadata()
{
'agreements': [
{
'agreementName': 'string',
'status': 'string'
},
],
'nniPartnerType': 'v1'|'v2'|'nonPartner'
}
Response Structure
The list of customer agreements.
The name and status of a customer agreement.
The name of the agreement.
The status of the customer agreement. This will be either signed
or unsigned
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
Exceptions
DirectConnect.Client.exceptions.DirectConnectServerException
DirectConnect.Client.exceptions.DirectConnectClientException