{
    "content": [
        {
            "type": "text",
            "text": "# hostid (info)\n\n## Sections\n\n- **File: coreutils.info,  Node: hostid invocation,  Next: uptime invocation,  Prev: hostname invocation,  Up: System context** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "hostid",
        "section": "",
        "mode": "info",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "File: coreutils.info,  Node: hostid invocation,  Next: uptime invocation,  Prev: hostname invocation,  Up: System context",
                "lines": 1,
                "subsections": [
                    {
                        "name": "21.6 'hostid': Print numeric host identifier",
                        "lines": 18
                    }
                ]
            }
        ],
        "sections": {
            "File: coreutils.info,  Node: hostid invocation,  Next: uptime invocation,  Prev: hostname invocation,  Up: System context": {
                "content": "",
                "subsections": [
                    {
                        "name": "21.6 'hostid': Print numeric host identifier",
                        "content": "'hostid' prints the numeric identifier of the current host in\nhexadecimal.  This command accepts no arguments.  The only options are\n'--help' and '--version'.  *Note Common options::.\n\nFor example, here's what it prints on one system I use:\n\n$ hostid\n1bac013d\n\nOn that system, the 32-bit quantity happens to be closely related to\nthe system's Internet address, but that isn't always the case.\n\n'hostid' is installed only on systems that have the 'gethostid'\nfunction, so portable scripts should not rely on its existence.\n\nAn exit status of zero indicates success, and a nonzero value\nindicates failure.\n"
                    }
                ]
            }
        }
    }
}