Uploaded image for project: 'sfc'
  1. sfc
  2. SFC-113

SFC config model should not have RPC

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • Fluorine
    • General
    • None
    • Operating System: All
      Platform: All

    • 4469

      // (main feature: instantiation of a SFC)

      rpc instantiate-service-function-chain {
      description
      "Instantiates a single service function";
      input {
      leaf name

      { type string; mandatory true; description "The name of the service function chain to be instantiated."; }

      }
      output {
      leaf name

      { type string; description "The name of the created service function path."; }

      }
      }

      // (RPC for testing)
      rpc put-service-function-chains {
      description
      "Creates Service-Functions";
      input

      { uses service-function-chain-grouping; }

      }

      Also what is difference between "instantiate" and "put" ?

            alagalah Keith Burns
            alagalah Keith Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: