Ramdisk

Retrieves all the ramdisk currently mounted in the target system.:

Query

select * from block_devices where type = 'Virtual Interface';

Additional Query Info

  • Version: 1.4.5
  • Platform: posix
  • Interval: 3600

JSON

{
  "queries": {
    "Ramdisk": {
      "query": "select * from block_devices where type = 'Virtual Interface';",
      "interval": "3600",
      "platform": "posix",
      "version": "1.4.5",
      "description": "Retrieves all the ramdisk currently mounted in the target system.",
      "value": ""
    }
  }
}