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": {
        "lecontinue": "20250819185836|4698",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 4708,
                "ns": 0,
                "title": "Dos",
                "pageid": 2044,
                "logpage": 2044,
                "revid": 16645,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2026-05-16T11:18:23Z",
                "comment": "Created page with \"=find attackers=  grep -F '/wiki/index.php?days=' /var/log/httpd/halfface.se.access.ssl.log | awk '{print \"add blocklist \" $1 \"/32\"}' | sort -n | uniq > /tmp/ips_$(date_file).txt =Remove iptables rule that uses ipset list if it already exists=  sudo iptables -D INPUT -m set --match-set blocklist src -j DROP =Remove ipset list=  sudo ipset destroy blocklist =ipset create list=  sudo ipset create blocklist hash:net hashsize 2097152 maxelem 4000000 -exist =Feed ipset list=...\""
            },
            {
                "logid": 4707,
                "ns": 0,
                "title": "Caddy",
                "pageid": 2043,
                "logpage": 2043,
                "revid": 16642,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2026-05-08T08:46:55Z",
                "comment": "Created page with \"=Find upstream servers=  cat /etc/containers/caddy/config.json | jq -r '.apps.http.servers[].routes[].handle[] |      if .handler == \"reverse_proxy\" then          .upstreams[]?.dial      elif .routes then          .routes[].handle[] | select(.handler == \"reverse_proxy\") | .upstreams[]?.dial      else          empty      end' | sort -u\""
            },
            {
                "logid": 4706,
                "ns": 0,
                "title": "Azure",
                "pageid": 2042,
                "logpage": 2042,
                "revid": 16579,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2026-03-17T06:36:35Z",
                "comment": "Created page with \"=Show info about current session=  az account show\""
            },
            {
                "logid": 4705,
                "ns": 0,
                "title": "Ascii",
                "pageid": 2041,
                "logpage": 2041,
                "revid": 16540,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2026-02-22T19:31:00Z",
                "comment": "Created page with \"<pre>                         |\\              _____                |\\       J \\       _.--'       `-.__                \\`.      \\ \\--.-'\"                 `-.-.__                 \\ `-. .' \\ `.__.`.                   \\   `-.                  `.  J |  `.      )                   `     `.                    `-. /\\ | )-.__.<_   __                     \\                     \\\\/  \\|>-    '  `.'.')                     \\                      `\\   /  \\   -._.-' /...\""
            },
            {
                "logid": 4704,
                "ns": 0,
                "title": "Svg",
                "pageid": 2040,
                "logpage": 2040,
                "revid": 16468,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2026-01-12T07:11:33Z",
                "comment": "Created page with \"What does content in svg mean.  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 22 22\" width=\"45\" height=\"45\">\""
            },
            {
                "logid": 4703,
                "ns": 0,
                "title": "Racadm",
                "pageid": 0,
                "logpage": 2037,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Ekaanbj",
                "timestamp": "2025-10-04T21:01:36Z",
                "comment": "content before blanking was: \"=racadm(Manage dell sever via ssh idrac)= List system events.  racadm getsel How many event in log  racadm getsel -i Read 7 event from line 10.  racadm getsel -s 10 -c 7 Read lifecycle log  racadm lclog view Read lifecycle logs of warning critical version.  racadm lclog view -s Warning,Critical -n 5 Reset idrac  racadm racreset -f Version of idrac  racadm getversion Is sol enabled  racadm get iDRAC.IPMISOL Login via sol/serial  racadm console com2 Short info abo...\""
            },
            {
                "logid": 4702,
                "ns": 0,
                "title": "Yq",
                "pageid": 2039,
                "logpage": 2039,
                "revid": 16265,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2025-09-09T05:30:36Z",
                "comment": "Created page with \"=yq= ==Download and make executable.== <pre> sudo curl -skL https://github.com/mikefarah/yq/releases/download/v4.32.2/yq_linux_amd64 -o /usr/local/bin/yq ; sudo chmod 755 /usr/local/bin/yq </pre>  ==Select specific values.==  oc get mcp worker -o yaml | yq '.spec.configuration.source.[].name' ==Delete specific values.==  oc get secret -n openshift-config api-ocp -o yaml | kubectl neat | yq 'del(.metadata.annotations)'  oc get kafka kafka -o yaml | yq 'del(.status)'  oc g...\""
            },
            {
                "logid": 4701,
                "ns": 0,
                "title": "Icinga2",
                "pageid": 2038,
                "logpage": 2038,
                "revid": 16229,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2025-08-25T08:52:46Z",
                "comment": "Created page with \"nrpe config. /etc/nagios/nrpe.cfg  log_facility=daemon  debug=0  pid_file=/run/nagios/nrpe.pid  server_port=5666  nrpe_user=nagios  nrpe_group=nagios  allowed_hosts=127.0.0.1,::1,83.168.200.20  dont_blame_nrpe=0  allow_bash_command_substitution=0  command_timeout=60  connection_timeout=300  disable_syslog=0  command[check_users]=/usr/lib/nagios/plugins/check_users -w 5 -c 10  command[check_load]=/usr/lib/nagios/plugins/check_load -r -w .15,.10,.05 -c .30,.25,.20  command...\""
            },
            {
                "logid": 4700,
                "ns": 0,
                "title": "Racadm",
                "pageid": 0,
                "logpage": 2037,
                "revid": 16227,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2025-08-23T17:16:45Z",
                "comment": "Created page with \"=racadm(Manage dell sever via ssh idrac)= List system events.  racadm getsel How many event in log  racadm getsel -i Read 7 event from line 10.  racadm getsel -s 10 -c 7 Read lifecycle log  racadm lclog view Read lifecycle logs of warning critical version.  racadm lclog view -s Warning,Critical -n 5 Reset idrac  racadm racreset -f Version of idrac  racadm getversion Is sol enabled  racadm get iDRAC.IPMISOL Login via sol/serial  racadm console com2 Short info about system...\""
            },
            {
                "logid": 4699,
                "ns": 0,
                "title": "Govc",
                "pageid": 2036,
                "logpage": 2036,
                "revid": 16219,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ekaanbj",
                "timestamp": "2025-08-21T13:54:24Z",
                "comment": "Created page with \"=govc= ==Install==  curl -L -o - \"https://github.com/vmware/govmomi/releases/latest/download/govc_$(uname -s)_$(uname -m).tar.gz\" | sudo tar -C /usr/local/bin -xvzf - govc ==Enable login==  export GOVC_URL=https://vcenter.halfface.se  export GOVC_USERNAME=administrator@vsphere.local;  export GOVC_PASSWORD=<password>  export GOVC_INSECURE=true ==govc Completion==  . <(curl -sk https://raw.githubusercontent.com/vmware/govmomi/main/scripts/govc_bash_completion)  ==List reso...\""
            }
        ]
    }
}