sonata-nfv / tng-sdk-package

The 5GTANGO SDK tool to create and unpack 5GTANGO packages.
http://www.5gtango.eu
Apache License 2.0
7 stars 9 forks source link

Change /package POST endpoint return #65

Closed mpeuster closed 6 years ago

mpeuster commented 6 years ago

Unify data models of POST endpoint and status endpoint.

POST should also return the following structure

{
"error_msg": null,
"package_process_uuid": "e6eec600-2990-470a-87c0-dbd3d0dd11f4",
"status": "success"
}