Versions Compared

Key

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

...

View file
nameSO Implementation in E2E network slicing usecase (1).pptx
height250

Sequence flow:

View file
name5G slicing usecase sequence flow.pptx
height250


New tables in catalogdb:

New tables in requestdb:

...

New API for Orchestration Task:

Method

URL

Description

GET

/onap/so/infra/orchestrationTasks/{version}/

Get all orchestration tasks

GET

/onap/so/infra/orchestrationTasks/{version}/{taskId}

Get orchestration task by ID

POST

/onap/so/infra/orchestrationTasks/{version}/

Create orchestration task

PUT

/onap/so/infra/orchestrationTasks/{version}/{taskId}

Update an orchestration task

DELETE

/onap/so/infra/orchestrationTasks/{version}/{taskId}

Delete an orchestration task

POST

/onap/so/infra/orchestrationTasks/{version}/{taskId}/commit

Commit an orchestration task

POST

/onap/so/infra/orchestrationTasks/{version}/{taskId}/abort

Abort an orchestration task

swagger changes:

https://gerrit.onap.org/r/c/so/+/100079