Versions Compared

Key

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

There are two Tosca Parsers three TOSCA parsers submited into modeling project, their API are listed below:

...

     --debug debug mode for print more details other than raise exceptions when errors happen


  2) use api, which is used to parse and get the result of service template. it can be used as

   ToscaTemplate(path=None, parsed_params=None, a_file=True, yaml_dict_tpl=None, 

...

                                          no_required_paras_valid=False, debug=False )


  • Apache ARIA-TOSCA(Python + CLI + REST API):

Complete reference: http://ariatosca.incubator.apache.org/docs/html/index.html#


TOSCA Simple Profile 1.0 Referecne  http://ariatosca.incubator.apache.org/docs/html/aria_extension_tosca.simple_v1_0.html

TOSCA Simple Profile 1.0 NFV Referecne  http://ariatosca.incubator.apache.org/docs/html/aria_extension_tosca.simple_nfv_v1_0.html



  • Java based Tosca Parser API: (Java)

...