TelcoNetworkBuilder.Client.
get_sol_function_package
(**kwargs)¶Gets the details of an individual function package, such as the operational state and whether the package is in use.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network..
See also: AWS API Documentation
Request Syntax
response = client.get_sol_function_package(
vnfPkgId='string'
)
[REQUIRED]
ID of the function package.
{
'arn': 'string',
'id': 'string',
'metadata': {
'createdAt': datetime(2015, 1, 1),
'lastModified': datetime(2015, 1, 1),
'vnfd': {
'overrides': [
{
'defaultValue': 'string',
'name': 'string'
},
]
}
},
'onboardingState': 'CREATED'|'ONBOARDED'|'ERROR',
'operationalState': 'ENABLED'|'DISABLED',
'tags': {
'string': 'string'
},
'usageState': 'IN_USE'|'NOT_IN_USE',
'vnfProductName': 'string',
'vnfProvider': 'string',
'vnfdId': 'string',
'vnfdVersion': 'string'
}
Response Structure
Function package ARN.
Function package ID.
Metadata related to the function package.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
The date that the resource was created.
The date that the resource was last modified.
Metadata related to the function package descriptor of the function package.
Lists of function package overrides.
Overrides of the TOSCA node.
Default value for the override.
Name of the TOSCA override.
Function package onboarding state.
Function package operational state.
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.
Function package usage state.
Network function product name.
Network function provider.
Function package descriptor ID.
Function package descriptor version.
Exceptions
TelcoNetworkBuilder.Client.exceptions.InternalServerException
TelcoNetworkBuilder.Client.exceptions.ThrottlingException
TelcoNetworkBuilder.Client.exceptions.ValidationException
TelcoNetworkBuilder.Client.exceptions.ResourceNotFoundException
TelcoNetworkBuilder.Client.exceptions.AccessDeniedException