Skip to content

Commit 74c8031

Browse files
author
Alex Knop
committed
fixes to doc values
1 parent 2864ef4 commit 74c8031

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

sdk_generator/outputs/github_parser.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92388,7 +92388,7 @@
9238892388
"folders": {
9238992389
"ios": {
9239092390
"class": "ShowProcessesMemory",
92391-
"doc": "Parser for show switch detail",
92391+
"doc": "Parser for show processes memory",
9239292392
"module_name": "ios.show_platform",
9239392393
"package": "genie.libs.parser",
9239492394
"schema": "{\n Optional('processor_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('reserve_p_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('lsmi_io_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('pid'): {\n Any('*'): {\n 'index': {\n Any('*'): {\n 'pid': int,\n 'tty': int,\n 'allocated': int,\n 'freed': int,\n 'holding': int,\n 'getbufs': int,\n 'retbufs': int,\n 'process': str,\n },\n },\n },\n },\n}",
@@ -92504,7 +92504,7 @@
9250492504
"folders": {
9250592505
"ios": {
9250692506
"class": "ShowProcessesMemory",
92507-
"doc": "Parser for show switch detail",
92507+
"doc": "Parser for show processes memory | exclude {exclude}",
9250892508
"module_name": "ios.show_platform",
9250992509
"package": "genie.libs.parser",
9251092510
"schema": "{\n Optional('processor_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('reserve_p_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('lsmi_io_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('pid'): {\n Any('*'): {\n 'index': {\n Any('*'): {\n 'pid': int,\n 'tty': int,\n 'allocated': int,\n 'freed': int,\n 'holding': int,\n 'getbufs': int,\n 'retbufs': int,\n 'process': str,\n },\n },\n },\n },\n}",
@@ -92532,7 +92532,7 @@
9253292532
"folders": {
9253392533
"ios": {
9253492534
"class": "ShowProcessesMemory",
92535-
"doc": "Parser for show switch detail",
92535+
"doc": "Parser for show processes memory | include {include}",
9253692536
"module_name": "ios.show_platform",
9253792537
"package": "genie.libs.parser",
9253892538
"schema": "{\n Optional('processor_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('reserve_p_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('lsmi_io_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('pid'): {\n Any('*'): {\n 'index': {\n Any('*'): {\n 'pid': int,\n 'tty': int,\n 'allocated': int,\n 'freed': int,\n 'holding': int,\n 'getbufs': int,\n 'retbufs': int,\n 'process': str,\n },\n },\n },\n },\n}",
@@ -92584,7 +92584,7 @@
9258492584
"folders": {
9258592585
"ios": {
9258692586
"class": "ShowProcessesMemory",
92587-
"doc": "Parser for show switch detail",
92587+
"doc": "Parser for show processes memory | section {section}",
9258892588
"module_name": "ios.show_platform",
9258992589
"package": "genie.libs.parser",
9259092590
"schema": "{\n Optional('processor_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('reserve_p_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('lsmi_io_pool'): {\n 'total': int,\n 'used': int,\n 'free': int,\n },\n Optional('pid'): {\n Any('*'): {\n 'index': {\n Any('*'): {\n 'pid': int,\n 'tty': int,\n 'allocated': int,\n 'freed': int,\n 'holding': int,\n 'getbufs': int,\n 'retbufs': int,\n 'process': str,\n },\n },\n },\n },\n}",

src/genie/libs/parser/ios/show_platform.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,5 @@ class ShowSwitchDetail(ShowSwitchDetail_iosxe):
635635

636636

637637
class ShowProcessesMemory(ShowProcessesMemory_iosxe):
638-
"""Parser for show switch detail"""
639-
638+
"""Parser for show processes memory"""
640639
pass

0 commit comments

Comments
 (0)