MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Saltstack",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "106": {
                "pageid": 106,
                "ns": 0,
                "title": "Remove a Jail",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "==Remove a Jail==\nReplace <jailname> with the Name of your Jail\n===Precautions===\n* Backup all necessary data from the jail-filesystem (/export/<jailname>)\n* Remember to stop the jail before proceeding\n service jail stop <jailname>\n===Destroy ZFS Pool===\n* Unmount the new Pool\n zfs umount /export/jails/<jailname>\n* '''Please double check the jail that shall be deleted. Otherwise other people might LART you.'''\n* Destroy the zfs pool\n zfs destroy zfs0/<jailname>\n\n===If You're not using ZFS, delete the Folder===\n rm -r /export/jails/<jailname>\n\n===/etc/jail.conf===\n* Remove the jail.conf entry for the selected jail\n\n vi /etc/jail.conf\n*Be careful to only delete the entry of your the desired Jail. Just remove the lines below for the corresponding Jail.\n <jailname> {\n         host.hostname = \"<jailname>.hateotu.de\";\n         ip4.addr = <ip the new Jail should have>;\n }\n===fstab===\n*Remove the fstab file for the Jail\n rm /etc/fstab.<jailname>\n\n===Die Jail aus Saltstack entfernen===\n\n'''WIP'''\n\n===DNS entfernen===\n'''WIP'''"
                    }
                ]
            },
            "49": {
                "pageid": 49,
                "ns": 0,
                "title": "SSH login with Key",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "==SSH login with Key==\n===Generate ssh key===\n* Run ssh-keygen and follow the instructions\n ssh-keygen\n===Copy Key to host===\n* If login with password is enabled for the user you want to login with your key, simply type:\n ssh-copy-id <username_you_want_to_login_as>@<host>\n*If you can't login with a password, anybody that has already copied his key to the host has to login and manually add your ssh key.\n*To get your ssh key, type:\n cat /home/<your_username>/.ssh/id_rsa.pub\n*The person who can login has to add your ssh key at the end of the file /home/<username>/.ssh/authorized_keys\n vi /home/<username_you_want_to_login_as>/.ssh/authorized_keys"
                    }
                ]
            }
        }
    }
}