XMLWordPrintable

    Details

    • Type: New Feature
    • Status: New
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: CSD2
    • Fix Version/s: CSD03
    • Component/s: Profile-YAML
    • Labels:
      None
    • Proposal:
      Hide

      The following functions are needed to access and manage the instance model:

      get_node_instance( node_template_name, node_filter)
      returns ( node_instance_id | failure )

      invoke_node_operations( node_instance_id, operation_name, operation_input_parms)
      returns ( operation_outputs | failure )

      create_node_instance( node_template_name, input_parameters )
      returns ( node_instance_id | failure )

      delete_node_instance( node_instance_id)
      returns result (success | failure )

      1. additional support functions
      2. NOTE: we need "set" for templates and instances. This version is for instances:
        set_instance_properties( node_instance_id, property_name, ..., property_name_x, property_value )
        returns ( success | failure )
      Show
      The following functions are needed to access and manage the instance model: get_node_instance( node_template_name, node_filter) returns ( node_instance_id | failure ) invoke_node_operations( node_instance_id, operation_name, operation_input_parms) returns ( operation_outputs | failure ) create_node_instance( node_template_name, input_parameters ) returns ( node_instance_id | failure ) delete_node_instance( node_instance_id) returns result (success | failure ) additional support functions NOTE: we need "set" for templates and instances. This version is for instances: set_instance_properties( node_instance_id, property_name, ..., property_name_x, property_value ) returns ( success | failure )

      Attachments

        Activity

          People

          • Assignee:
            avachnis Avi Vachnis (Inactive)
            Reporter:
            mrutkows Matthew Rutkowski
          • Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated: