Versions Compared

Key

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


The final generic parser APIs link:  Generic Parser API_v1.yaml

  • Previous Discussion 

POST /api/catalog/v1/packages
request:
{
csarId:"" # M uuid in sdc
}

response:  #HTTP_202_ACCEPTED  successful

202  

POST   /api/catalog/v1/parser

request:
{
csarId:""  # M uuid in sdc

input: "........" # O it is an optional parameter

...


  • Response Design Example


response:  #HTTP_202_ACCEPTED  successful

...