Versions Compared

Key

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

...

For the response AsInstance structure, see the AsInstance section below, ASD LCM RESTful Protocols for SO CNF Manager .

The caller of SO CNFM (in this case, BPMN Infra) need to use the return asInstanceId for invoking an AS Instance Instantiate.



Note: KeyValuePairs data type is typically realized as Hashmap or Hashtable

...

Attribute NameData TypeCardinalityDescription

asdId

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

asInstanceName

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

asInstanceDescription

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


AsInstance (response)

see the AsInstance section below, ASD LCM RESTful Protocols for SO CNF Manager



Instantiate AS Instance Resource

Before SO CNFM invokes As Instance Instantiate, SO CNFM may need to query for an asInstance based on the asInstanceId parameter.

REST Interfaces

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

...