Versions Compared

Key

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

...

Attribute

Required?

Cardinality

Content

Values

Description

requestId

Y

1

UUID/String


A unique Id for an ONAP transaction.

transactionId

Y

1

UUID/String


A unique ID to track multiple requests associated with a transaction.

statusMessage

N

1

String


Reasoning if requestStatus is failed.

requestStatus

Y

1

String

completed, failed, pending

The status of a request.

solutions

Y

1

Solution Object


Solutions related to a request.

Solution Object

Attribute

Required?

Cardinality

Content

Values

Description

NSIsolutions

sharedNSIsolutionList

Y

N

1..N

List of

NSISolution Object

shareNSISolution Objects


A list of matching

NSIs

...

NSIs from existing NSIs

newNSISolutionListN1..NList of newNSISolution Objects
Details of the constituents of the new NSIs that can be instantiated to meet the request

sharedNSISolution Object

Attribute

Required?

Cardinality

Content

Values

Description

UUID

Y

1

UUID/String


UUID of NSI

NSINameY1String
Name of NSI
NSIIdY1String
Id of NSI
matchLevelY1JSON BLOB
Details of match of requirements in service profile, and percentage of fit recommendation rank (future enhancement, based on telemetry, capacity, etc.)

newNSISolution Object

Attribute

Required?

Cardinality

Content

Values

Description

NSSIList

Y

1

List of NSSISolution objects


List of NSSIs which when concatenated shall form the NSI

matchLevelY1JSON BLOB
Details of match of requirements in service profile, and recommendation rank (future enhancement, based on telemetry, capacity, etc.)

sliceProfile Object

Attribute

Required?

Cardinality

Content

Values

Description

sliceProfileParameters

Y

1

JSON BLOB


A JSON object containing slice profile parameters. The contents are based on 3GPP TS 23.541 Release 16 contents, and will be in the form of attribute value pairs.

3. Select NSSI API

Interface DefinitionDescription

Content-Type

application/json

Operation Type

POST

URI

https://{host}:{port}/api/oof/v1/selectnssi

...

Attribute

Required?

Cardinality

Content

Values

Description

sliceProfileY1sliceProfile Object
The content of the sliceProfile Object
nsstInfoY1nsstInfo Object
The content of nsstInfo Object
requestInfoY1requestInfo Object
The content of the requestInfo Object

sliceProfile Object

Attribute

Required?

Cardinality

Content

Values

Description

sliceProfileParameters

Y

1

JSON BLOB


A JSON object containing slice profile parameters. The contents are based on 3GPP TS 23.541 Release 16 contents, and will be in the form of attribute value pairs.

...