TelcoNetworkBuilder / Client / get_sol_network_package_descriptor

get_sol_network_package_descriptor#

TelcoNetworkBuilder.Client.get_sol_network_package_descriptor(**kwargs)#

Gets the content of the network service descriptor.

A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.

See also: AWS API Documentation

Request Syntax

response = client.get_sol_network_package_descriptor(
    nsdInfoId='string'
)
Parameters:

nsdInfoId (string) –

[REQUIRED]

ID of the network service descriptor in the network package.

Return type:

dict

Returns:

Response Syntax

{
    'contentType': 'text/plain',
    'nsd': StreamingBody()
}

Response Structure

  • (dict) –

    • contentType (string) –

      Indicates the media type of the resource.

    • nsd (StreamingBody) –

      Contents of the network service descriptor in the network package.

Exceptions