summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/service/load/model_type/node_type/component-netconf-edit.json
blob: 144e1dded96d57a36026a5a9d0da31d13011bf48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "description": "This is Netconf Edit Configuration Component API",
  "version": "1.0.0",
  "capabilities": {
    "component-node": {
      "type": "tosca.capabilities.Node"
    }
  },
  "interfaces": {
    "org-openecomp-sdnc-netconf-adaptor-service-SimpleNetconfEditConfigNode": {
      "operations": {
        "process": {
          "inputs": {
            "template-name": {
              "description": "Template name used by the Components during processing",
              "required": false,
              "type": "string"
            },
            "rpc-message": {
              "description": "If the message is Neconf RPC message,It should be true or false.",
              "required": false,
              "type": "boolean",
              "default": false
            },
            "wait": {
              "description": "Delay time in sec before performing edit-config action.",
              "required": false,
              "type": "integer",
              "default": 0
            },
            "unlock": {
              "description": "If unLock command has to send before Edit Configuration.",
              "required": false,
              "type": "boolean",
              "default": false
            },
            "config-target": {
              "required": false,
              "type": "string"
            },
            "commit": {
              "description": "Issue commit command to the device after performing edit-config action.",
              "required": false,
              "type": "boolean",
              "default": false
            },
            "edit-default-operation": {
              "required": false,
              "type": "string"
            },
            "content": {
              "description": "Static messgae content, If this is not set, need to have Requirement relationship to Artifact contents.",
              "required": false,
              "type": "string"
            },
            "lock": {
              "description": "Issue lock command to the device before performing edit-config action.",
              "required": false,
              "type": "boolean",
              "default": false
            },
            "post-restart-wait": {
              "description": "If Restart command should be issued before the Edit Operation, Provide the time to wait after restart. 0 meanno restart required or wait time in sec ex : 3000 for 5 ",
              "required": false,
              "type": "integer",
              "default": 0
            },
            "pre-restart-wait": {
              "description": "If Restart command should be issued after the Edit Operation, Provide the time to wait after restart. 0 meanno restart required or wait time in sec ex : 3000 for 5 ",
              "required": false,
              "type": "integer",
              "default": 0
            },
            "message-time-out": {
              "required": false,
              "type": "integer",
              "default": 30
            }
          },
          "outputs": {
            "rpc-response-message": {
              "type": "string"
            },
            "status": {
              "description": "Status of the Component Execution ( success or failure )",
              "required": true,
              "type": "string"
            }
          }
        }
      }
    }
  },
  "derived_from": "tosca.nodes.Component"
}