get_sol_network_package
(**kwargs)¶Gets the 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.
See also: AWS API Documentation
Request Syntax
response = client.get_sol_network_package(
nsdInfoId='string'
)
[REQUIRED]
ID of the network service descriptor in the network package.
{
'arn': 'string',
'id': 'string',
'metadata': {
'createdAt': datetime(2015, 1, 1),
'lastModified': datetime(2015, 1, 1),
'nsd': {
'overrides': [
{
'defaultValue': 'string',
'name': 'string'
},
]
}
},
'nsdId': 'string',
'nsdName': 'string',
'nsdOnboardingState': 'CREATED'|'ONBOARDED'|'ERROR',
'nsdOperationalState': 'ENABLED'|'DISABLED',
'nsdUsageState': 'IN_USE'|'NOT_IN_USE',
'nsdVersion': 'string',
'tags': {
'string': 'string'
},
'vnfPkgIds': [
'string',
]
}
Response Structure
Network package ARN.
Network package ID.
Metadata associated with 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.
The date that the resource was created.
The date that the resource was last modified.
Metadata related to the onboarded network service descriptor in the network package.
Lists network package overrides.
Overrides of the TOSCA node.
Default value for the override.
Name of the TOSCA override.
Network service descriptor ID.
Network service descriptor name.
Network service descriptor onboarding state.
Network service descriptor operational state.
Network service descriptor usage state.
Network service descriptor version.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
Identifies the function package for the function package descriptor referenced by the onboarded network package.
Exceptions
TelcoNetworkBuilder.Client.exceptions.InternalServerException
TelcoNetworkBuilder.Client.exceptions.ThrottlingException
TelcoNetworkBuilder.Client.exceptions.ValidationException
TelcoNetworkBuilder.Client.exceptions.ResourceNotFoundException
TelcoNetworkBuilder.Client.exceptions.AccessDeniedException