get_sol_function_instance
(**kwargs)¶Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.
A network function instance is a function in a function package .
See also: AWS API Documentation
Request Syntax
response = client.get_sol_function_instance(
vnfInstanceId='string'
)
[REQUIRED]
ID of the network function.
{
'arn': 'string',
'id': 'string',
'instantiatedVnfInfo': {
'vnfState': 'STARTED'|'STOPPED',
'vnfcResourceInfo': [
{
'metadata': {
'cluster': 'string',
'helmChart': 'string',
'nodeGroup': 'string'
}
},
]
},
'instantiationState': 'INSTANTIATED'|'NOT_INSTANTIATED',
'metadata': {
'createdAt': datetime(2015, 1, 1),
'lastModified': datetime(2015, 1, 1)
},
'nsInstanceId': 'string',
'tags': {
'string': 'string'
},
'vnfPkgId': 'string',
'vnfProductName': 'string',
'vnfProvider': 'string',
'vnfdId': 'string',
'vnfdVersion': 'string'
}
Response Structure
Network function instance ARN.
Network function instance ID.
Information about the network function.
A network function instance is a function in a function package .
State of the network function instance.
Compute info used by the network function instance.
Details of resource associated with a network function.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
The metadata of the network function compute.
Information about the cluster.
Information about the helm chart.
Information about the node group.
Network function instantiation state.
The metadata of a network function instance.
A network function instance is a function in a function package .
The date that the resource was created.
The date that the resource was last modified.
Network instance ID.
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 ID.
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