diff --git a/docs/parsers/arp.md b/docs/parsers/arp.md index 24d9b444..dc443d71 100644 --- a/docs/parsers/arp.md +++ b/docs/parsers/arp.md @@ -105,7 +105,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/crontab.md b/docs/parsers/crontab.md index 28c644a5..76e2379c 100644 --- a/docs/parsers/crontab.md +++ b/docs/parsers/crontab.md @@ -146,7 +146,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + Dictionary. Structured data with the following schema: { "variables": [ diff --git a/docs/parsers/df.md b/docs/parsers/df.md index 69eede6c..0e92e25d 100644 --- a/docs/parsers/df.md +++ b/docs/parsers/df.md @@ -87,7 +87,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/dig.md b/docs/parsers/dig.md index 6ae48372..3ea82ef3 100644 --- a/docs/parsers/dig.md +++ b/docs/parsers/dig.md @@ -339,7 +339,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/du.md b/docs/parsers/du.md index e14b0224..d861f64f 100644 --- a/docs/parsers/du.md +++ b/docs/parsers/du.md @@ -87,7 +87,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/env.md b/docs/parsers/env.md index 88af4c63..e1e0650b 100644 --- a/docs/parsers/env.md +++ b/docs/parsers/env.md @@ -67,7 +67,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/free.md b/docs/parsers/free.md index da309725..b05e8a47 100644 --- a/docs/parsers/free.md +++ b/docs/parsers/free.md @@ -67,7 +67,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/fstab.md b/docs/parsers/fstab.md index b2ceb71b..4adddb9e 100644 --- a/docs/parsers/fstab.md +++ b/docs/parsers/fstab.md @@ -85,7 +85,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/history.md b/docs/parsers/history.md index 53385d26..29fd627c 100644 --- a/docs/parsers/history.md +++ b/docs/parsers/history.md @@ -59,7 +59,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/hosts.md b/docs/parsers/hosts.md index 3a16eacb..0d8b8dce 100644 --- a/docs/parsers/hosts.md +++ b/docs/parsers/hosts.md @@ -76,7 +76,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/ifconfig.md b/docs/parsers/ifconfig.md index 57bbea88..e672df2e 100644 --- a/docs/parsers/ifconfig.md +++ b/docs/parsers/ifconfig.md @@ -160,7 +160,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/iptables.md b/docs/parsers/iptables.md index 79ed0cb7..f3121cef 100644 --- a/docs/parsers/iptables.md +++ b/docs/parsers/iptables.md @@ -149,7 +149,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/jobs.md b/docs/parsers/jobs.md index ff8485b2..1e4bc7ac 100644 --- a/docs/parsers/jobs.md +++ b/docs/parsers/jobs.md @@ -91,7 +91,8 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: + [ { "job_number": integer, diff --git a/docs/parsers/ls.md b/docs/parsers/ls.md index 388ff4c8..2dac31e4 100644 --- a/docs/parsers/ls.md +++ b/docs/parsers/ls.md @@ -158,7 +158,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/lsblk.md b/docs/parsers/lsblk.md index 0a30059f..87df7813 100644 --- a/docs/parsers/lsblk.md +++ b/docs/parsers/lsblk.md @@ -230,7 +230,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/lsmod.md b/docs/parsers/lsmod.md index 8d8f446c..8bfbad0c 100644 --- a/docs/parsers/lsmod.md +++ b/docs/parsers/lsmod.md @@ -121,7 +121,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/lsof.md b/docs/parsers/lsof.md index 6557f139..112adcbd 100644 --- a/docs/parsers/lsof.md +++ b/docs/parsers/lsof.md @@ -111,7 +111,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/mount.md b/docs/parsers/mount.md index 39ac6bd3..2a183fa5 100644 --- a/docs/parsers/mount.md +++ b/docs/parsers/mount.md @@ -71,7 +71,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/netstat.md b/docs/parsers/netstat.md index 0d7e699f..e04751d4 100644 --- a/docs/parsers/netstat.md +++ b/docs/parsers/netstat.md @@ -327,7 +327,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/pip_list.md b/docs/parsers/pip_list.md index 6b2d46d7..cfd1d070 100644 --- a/docs/parsers/pip_list.md +++ b/docs/parsers/pip_list.md @@ -46,7 +46,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/pip_show.md b/docs/parsers/pip_show.md index 63617542..a7d3dbe8 100644 --- a/docs/parsers/pip_show.md +++ b/docs/parsers/pip_show.md @@ -57,7 +57,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/ps.md b/docs/parsers/ps.md index 1f63e29c..4ef5bbbb 100644 --- a/docs/parsers/ps.md +++ b/docs/parsers/ps.md @@ -191,7 +191,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/route.md b/docs/parsers/route.md index 8bd826a1..f2b8a3cf 100644 --- a/docs/parsers/route.md +++ b/docs/parsers/route.md @@ -115,7 +115,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/ss.md b/docs/parsers/ss.md index 424da378..c2fe45a8 100644 --- a/docs/parsers/ss.md +++ b/docs/parsers/ss.md @@ -265,7 +265,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/stat.md b/docs/parsers/stat.md index 41ef259d..87759dcf 100644 --- a/docs/parsers/stat.md +++ b/docs/parsers/stat.md @@ -119,7 +119,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/systemctl.md b/docs/parsers/systemctl.md index 8fa1d75d..81dd9a91 100644 --- a/docs/parsers/systemctl.md +++ b/docs/parsers/systemctl.md @@ -55,7 +55,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/systemctl_lj.md b/docs/parsers/systemctl_lj.md index 4bbf9773..a4c2a1a8 100644 --- a/docs/parsers/systemctl_lj.md +++ b/docs/parsers/systemctl_lj.md @@ -74,7 +74,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/systemctl_ls.md b/docs/parsers/systemctl_ls.md index e5a0695b..03acaa7f 100644 --- a/docs/parsers/systemctl_ls.md +++ b/docs/parsers/systemctl_ls.md @@ -49,7 +49,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/systemctl_luf.md b/docs/parsers/systemctl_luf.md index 93cc249d..57507da4 100644 --- a/docs/parsers/systemctl_luf.md +++ b/docs/parsers/systemctl_luf.md @@ -46,7 +46,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/docs/parsers/uname.md b/docs/parsers/uname.md index 3349e42a..ed60898f 100644 --- a/docs/parsers/uname.md +++ b/docs/parsers/uname.md @@ -45,7 +45,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + Dictionary. Structured data with the following schema: { "kernel_name": string, diff --git a/docs/parsers/uptime.md b/docs/parsers/uptime.md index b3c16acb..0b4050cb 100644 --- a/docs/parsers/uptime.md +++ b/docs/parsers/uptime.md @@ -49,7 +49,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + Dictionary. Structured data with the following schema: { "time": string, diff --git a/docs/parsers/w.md b/docs/parsers/w.md index f8df9caf..efda94d2 100644 --- a/docs/parsers/w.md +++ b/docs/parsers/w.md @@ -97,7 +97,7 @@ Parameters: Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/arp.py b/jc/parsers/arp.py index b8320758..7b7db79f 100644 --- a/jc/parsers/arp.py +++ b/jc/parsers/arp.py @@ -110,7 +110,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index 649a5560..6778f5ad 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -152,7 +152,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + Dictionary. Structured data with the following schema: { "variables": [ diff --git a/jc/parsers/df.py b/jc/parsers/df.py index e6a0e32d..b68a4641 100644 --- a/jc/parsers/df.py +++ b/jc/parsers/df.py @@ -92,7 +92,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/dig.py b/jc/parsers/dig.py index 4bd1c528..c97afccb 100644 --- a/jc/parsers/dig.py +++ b/jc/parsers/dig.py @@ -343,7 +343,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/du.py b/jc/parsers/du.py index 50b9ac15..0e00cb66 100644 --- a/jc/parsers/du.py +++ b/jc/parsers/du.py @@ -93,7 +93,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/env.py b/jc/parsers/env.py index 421acdd4..76d63568 100644 --- a/jc/parsers/env.py +++ b/jc/parsers/env.py @@ -71,7 +71,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/foo.py b/jc/parsers/foo.py index 44314ecf..3e6f493b 100644 --- a/jc/parsers/foo.py +++ b/jc/parsers/foo.py @@ -40,7 +40,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/free.py b/jc/parsers/free.py index c29a96b1..15b08f97 100644 --- a/jc/parsers/free.py +++ b/jc/parsers/free.py @@ -72,7 +72,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/fstab.py b/jc/parsers/fstab.py index d8936e81..26bf2787 100644 --- a/jc/parsers/fstab.py +++ b/jc/parsers/fstab.py @@ -89,7 +89,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/history.py b/jc/parsers/history.py index b5aea12b..6fb29b30 100644 --- a/jc/parsers/history.py +++ b/jc/parsers/history.py @@ -63,7 +63,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/hosts.py b/jc/parsers/hosts.py index 3e5bc093..79085275 100644 --- a/jc/parsers/hosts.py +++ b/jc/parsers/hosts.py @@ -80,7 +80,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/ifconfig.py b/jc/parsers/ifconfig.py index 720bd363..905bdca6 100644 --- a/jc/parsers/ifconfig.py +++ b/jc/parsers/ifconfig.py @@ -166,7 +166,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/iptables.py b/jc/parsers/iptables.py index 96e70a52..7c5ba5f3 100644 --- a/jc/parsers/iptables.py +++ b/jc/parsers/iptables.py @@ -153,7 +153,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/jobs.py b/jc/parsers/jobs.py index 2d16f777..9c63b9d2 100644 --- a/jc/parsers/jobs.py +++ b/jc/parsers/jobs.py @@ -96,7 +96,8 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: + [ { "job_number": integer, diff --git a/jc/parsers/ls.py b/jc/parsers/ls.py index 4190ce71..73d3713f 100644 --- a/jc/parsers/ls.py +++ b/jc/parsers/ls.py @@ -163,7 +163,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/lsblk.py b/jc/parsers/lsblk.py index 17be124d..27e79e3a 100644 --- a/jc/parsers/lsblk.py +++ b/jc/parsers/lsblk.py @@ -235,7 +235,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/lsmod.py b/jc/parsers/lsmod.py index 58340cde..8fca99d5 100644 --- a/jc/parsers/lsmod.py +++ b/jc/parsers/lsmod.py @@ -126,7 +126,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/lsof.py b/jc/parsers/lsof.py index 223a3a65..97d7ea29 100644 --- a/jc/parsers/lsof.py +++ b/jc/parsers/lsof.py @@ -116,7 +116,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/mount.py b/jc/parsers/mount.py index d85675a0..35319134 100644 --- a/jc/parsers/mount.py +++ b/jc/parsers/mount.py @@ -75,7 +75,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/netstat.py b/jc/parsers/netstat.py index eab55f20..f87fdc1d 100644 --- a/jc/parsers/netstat.py +++ b/jc/parsers/netstat.py @@ -332,7 +332,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/pip_list.py b/jc/parsers/pip_list.py index 8fd92f1d..da5dd81d 100644 --- a/jc/parsers/pip_list.py +++ b/jc/parsers/pip_list.py @@ -51,7 +51,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/pip_show.py b/jc/parsers/pip_show.py index 36cf2c77..ed644741 100644 --- a/jc/parsers/pip_show.py +++ b/jc/parsers/pip_show.py @@ -61,7 +61,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/ps.py b/jc/parsers/ps.py index 87f385ac..cb2efe90 100644 --- a/jc/parsers/ps.py +++ b/jc/parsers/ps.py @@ -196,7 +196,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/route.py b/jc/parsers/route.py index a5c9ca82..4ad75f9e 100644 --- a/jc/parsers/route.py +++ b/jc/parsers/route.py @@ -120,7 +120,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/ss.py b/jc/parsers/ss.py index e3259959..1307c6ef 100644 --- a/jc/parsers/ss.py +++ b/jc/parsers/ss.py @@ -270,7 +270,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/stat.py b/jc/parsers/stat.py index 6a002e59..ae606b45 100644 --- a/jc/parsers/stat.py +++ b/jc/parsers/stat.py @@ -123,7 +123,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/systemctl.py b/jc/parsers/systemctl.py index 6e147c4e..4cfff8b0 100644 --- a/jc/parsers/systemctl.py +++ b/jc/parsers/systemctl.py @@ -59,7 +59,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/systemctl_lj.py b/jc/parsers/systemctl_lj.py index d0239b0d..c40ac399 100644 --- a/jc/parsers/systemctl_lj.py +++ b/jc/parsers/systemctl_lj.py @@ -78,7 +78,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/systemctl_ls.py b/jc/parsers/systemctl_ls.py index bdcf3d7a..24211e42 100644 --- a/jc/parsers/systemctl_ls.py +++ b/jc/parsers/systemctl_ls.py @@ -53,7 +53,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/systemctl_luf.py b/jc/parsers/systemctl_luf.py index 3b9b2da6..c27ee895 100644 --- a/jc/parsers/systemctl_luf.py +++ b/jc/parsers/systemctl_luf.py @@ -50,7 +50,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ { diff --git a/jc/parsers/uname.py b/jc/parsers/uname.py index 878ad4b6..62256251 100644 --- a/jc/parsers/uname.py +++ b/jc/parsers/uname.py @@ -49,7 +49,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + Dictionary. Structured data with the following schema: { "kernel_name": string, diff --git a/jc/parsers/uptime.py b/jc/parsers/uptime.py index 331c1fc3..550831f3 100644 --- a/jc/parsers/uptime.py +++ b/jc/parsers/uptime.py @@ -53,7 +53,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + Dictionary. Structured data with the following schema: { "time": string, diff --git a/jc/parsers/w.py b/jc/parsers/w.py index 47933319..a40721ce 100644 --- a/jc/parsers/w.py +++ b/jc/parsers/w.py @@ -102,7 +102,7 @@ def process(proc_data): Returns: - dictionary structured data with the following schema: + List of dictionaries. Structured data with the following schema: [ {