@itentialopensource/cisco-ios-upgrade
Version:
[Deprecated] Itential automation Artifact for cisco ios device upgrade
75 lines (74 loc) • 1.16 kB
JSON
{
"name": "incrementNumber",
"incoming": [
{
"$id": "tally",
"type": "number",
"examples": [
3
]
}
],
"outgoing": [
{
"$id": "tally",
"type": "number",
"examples": [
5
]
}
],
"steps": [
{
"id": 2,
"type": "assign",
"from": {
"location": "incoming",
"name": "tally",
"ptr": ""
},
"to": {
"location": "method",
"name": 1,
"ptr": "/args/0/value"
}
},
{
"id": 1,
"type": "method",
"library": "Math",
"method": "add",
"args": [
null,
1
],
"view": {
"row": 1,
"col": 1
}
},
{
"id": 3,
"type": "assign",
"from": {
"location": "method",
"name": 1,
"ptr": "/return"
},
"to": {
"location": "outgoing",
"name": "tally",
"ptr": ""
}
}
],
"functions": [],
"view": {
"col": 1,
"row": 4
},
"_id": "601d649812e46526a828dced",
"description": "",
"comments": [],
"version": "3.13.0"
}