Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


  • The final Generic Parser APIs

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:  #HTTP_202_ACCEPTED  successful



example:




  • No labels