Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create AS Identifier
  • Instantiate AS
  • Terminate AS
  • Delete AS Identifier
  • Update AS

...

Attribute NameData TypeCardinalityDescription
deploymentItemIdIdentifier1Identifies which deploymentItem

lifecycleParameterKeyValues

KeyValuesPairs0..Nprovides lifecycle parameter keys and values

Terminate AS Instance Resource

The termination of an individual AS instance resource.

REST Interfaces

  • POST .../as_instances/{asInstanceId}/instantiate (InstantiateAsRequest)
  • 202 Accepted ()
  • Send asLcmOperationOccurrenceNotification (STARTING/PROCESSING/COMPLETED)
  • 200 OK (AsLcmOpOcc:operationState=COMPLETED)

TerminateAsRequest

Attribute NameData TypeCardinalityDescription
terminationTypeEnum1
  • FORCEFUL
  • GRACEFUL
gracefulTerminationTimeoutInteger0..1The unit is seconds
additionalParamsKeyValuePairs0..1Additional parameters passed by the CNFM client

Delete AS Instance Resource

...

datatype.instantiationAsInfo

Attribute NameData TypeCardinalityDescription
asState

String of Enum; 

  • STARTED
  • STOPPED
1

Identifier of the AS instance

localizationLanguageString0..1Information about localization language of the AS


Attribute NameData TypeCardinalityDescription
selfobject 0..1represents a link to a resource using an absolute URI
>hrefString1string formatted according to IETF RFC 3986
indicatorsobject0..1represents a link to a resource using an absolute URI
>hrefString1string formatted according to IETF RFC 3986
instantiateobject0..1represents a link to a resource using an absolute URI
>hrefString1string formatted according to IETF RFC 3986
terminateobject0..1represents a link to a resource using an absolute URI
>hrefString1string formatted according to IETF RFC 3986
operateobject0..1represents a link to a resource using an absolute URI
>hrefString1string formatted according to IETF RFC 3986

Register K8S Clusters

To instantiate an AS on an non-ONAP K8S cluster, a cluster configuration file that is specific to the cluster must be uploaded.

...