Versions Compared

Key

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

...

Attribute NameData TypeCardinalityDescription
asInstanceIdIdentifier1

Identifier of the AS instance

asInstanceNameString0..1Name of the AS instance. This attribute can be modified with the PATCH method.
asInstanceDescriptionString0..1

Human-readable description of the AS instance.

This attribute can be modified with the PATCH method.

asdIdIdentifier1

Identifier of the VNFD on which the VNF instance is based.

asProviderString1

Provider of the AS instance. 

The value is copied from the ASD.

asProductNameString1Name to identify the AS product. The value is copied from the ASD ?

asApplicationName

String

1

Name to identify the AS instance. 

asSchemaVersionVersion1Specifies the version of the ASD’s schema (if we modify an ASD field definition, add/remove field definitions, etc.).
asApplicationVersionVersion1

Specifies the version of the Application (so, if software,

DeploymentArtifacts , ASD values, ... change, this changes).

asApplicationInfoNameString0..1Human readable name for the Application service instance.
asInfoDescriptionString0..1Human readable description of the AS instance

asdExtCpd

datatype.ExtCpd0..NDescribes the externally exposed connection points of the application.
enhancedClusterCapabilitiesdatatype. enhancedClusterCapabilities0..NA list of  expected capabilities of the target Kubernetes cluster to aid placement of the application service on a suitable cluster.
deploymentItemsDeploymentItems1..NDeployment artifacts
instantiationState

String of Enum;

  • NON_INSTANTIATION,
  • INSTANTIATED
0..1Instantiation State
instantiationAsInfo

datatype.instantiationAsInfo

0..1Information specific to an instantiated AS Instance
metadataobject (key value pair)0..1represents a list of key-value pairs
extensionsobject (key value pair)0..1Additional AS-specific attributes that affect the lifecycle management of this AS instance
_linksdatatype._links
Links to resources related to this 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.

...