list_sol_network_packages

TelcoNetworkBuilder.Client.list_sol_network_packages(**kwargs)

Lists network packages.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

See also: AWS API Documentation

Request Syntax

response = client.list_sol_network_packages(
    maxResults=123,
    nextToken='string'
)
Parameters
  • maxResults (integer) -- The maximum number of results to include in the response.
  • nextToken (string) -- The token for the next page of results.
Return type

dict

Returns

Response Syntax

{
    'networkPackages': [
        {
            'arn': 'string',
            'id': 'string',
            'metadata': {
                'createdAt': datetime(2015, 1, 1),
                'lastModified': datetime(2015, 1, 1)
            },
            'nsdDesigner': 'string',
            'nsdId': 'string',
            'nsdInvariantId': 'string',
            'nsdName': 'string',
            'nsdOnboardingState': 'CREATED'|'ONBOARDED'|'ERROR',
            'nsdOperationalState': 'ENABLED'|'DISABLED',
            'nsdUsageState': 'IN_USE'|'NOT_IN_USE',
            'nsdVersion': 'string',
            'vnfPkgIds': [
                'string',
            ]
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • networkPackages (list) --

      Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

      • (dict) --

        Details of a network package.

        A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

        • arn (string) --

          Network package ARN.

        • id (string) --

          ID of the individual network package.

        • metadata (dict) --

          The metadata of the network package.

          • createdAt (datetime) --

            The date that the resource was created.

          • lastModified (datetime) --

            The date that the resource was last modified.

        • nsdDesigner (string) --

          Designer of the onboarded network service descriptor in the network package.

        • nsdId (string) --

          ID of the network service descriptor on which the network package is based.

        • nsdInvariantId (string) --

          Identifies a network service descriptor in a version independent manner.

        • nsdName (string) --

          Name of the onboarded network service descriptor in the network package.

        • nsdOnboardingState (string) --

          Onboarding state of the network service descriptor in the network package.

        • nsdOperationalState (string) --

          Operational state of the network service descriptor in the network package.

        • nsdUsageState (string) --

          Usage state of the network service descriptor in the network package.

        • nsdVersion (string) --

          Version of the onboarded network service descriptor in the network package.

        • vnfPkgIds (list) --

          Identifies the function package for the function package descriptor referenced by the onboarded network package.

          • (string) --
    • nextToken (string) --

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Exceptions

  • TelcoNetworkBuilder.Client.exceptions.InternalServerException
  • TelcoNetworkBuilder.Client.exceptions.ThrottlingException
  • TelcoNetworkBuilder.Client.exceptions.ValidationException
  • TelcoNetworkBuilder.Client.exceptions.AccessDeniedException