You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Lifecycle Management Interface

This interface allows the CNF Manager (CNFM) client to invoke ASD-CNF lifecycle management operations of ASD-CNF instances towards the CNFM.

The operations provide through this interfaces are:

  • Instantiate
  • Terminate
  • Update

Instantiate

REST Interfaces

  • POST  .../asd_instances (CreateAsdRequest)
  • 201 Created (AsdInstance)
  • // Send AsdIdentifierCreationNotification

CreateAsdRequest

Attribute NameData TypeCardinalityDescription

asdId

Identifier (UUID)1Identifier that identifies the ASD which defines the ASD instance to be created.

asdInstanceName

String0..1Human-readable name of the ASD instance to be created.

asdInstanceDescription

String0..1Human-readable description of the ASD instance to be created.

metadata

KeyValuePairs0..1If present, this attribute provides additional initial values, overriding those obtained from the ASD, for the metadata attribute in "AsdInstance".




InstantiateAsdRequest


Attribute NameData TypeCardinalityDescription

asdExtCpd

Identifier (UUID)1

deploymentItems

DeploymentItemMetadata1..Nlifecycle parameters for deploymentItems

additionalParams

KeyValuePairs0..1Additional input parameters for the instantiation process





DeploymentItemMetadata


Attribute NameData TypeCardinalityDescription
deploymentItemIdIdentifier1

lifecycleParameterKeyValues

KeyValuesPairs0..N

Terminate

Update

  • No labels