Resultado da API MediaWiki

Esta é a representação HTML do formato JSON. O HTML é bom para depuração, mas não é adequado para o uso da aplicação.

Especifique o parâmetro format para alterar o formato de saída. Para ver a representação não-HTML do formato JSON, defina format=json.

Veja a documentação completa ou a ajuda da API para obter mais informações.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20240508132145|802",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 812,
                "ns": 0,
                "title": "AI",
                "pageid": 137,
                "logpage": 137,
                "revid": 1400,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Damato",
                "timestamp": "2025-06-04T12:49:14Z",
                "comment": "Criou p\u00e1gina com '=Utils= * CI/CD ** https://www.harness.io/ * Provisioner ** https://www.kubiya.ai/'"
            },
            {
                "logid": 811,
                "ns": 0,
                "title": "KIND",
                "pageid": 136,
                "logpage": 136,
                "revid": 1390,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Damato",
                "timestamp": "2025-05-01T15:05:24Z",
                "comment": "Criou p\u00e1gina com '==[https://kind.sigs.k8s.io/ Kind]== <syntaxhighlight lang=bash> curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64 chmod +x ./kind sudo mv ./kind /usr/local/bin/kind  cat <<EOF | kind create cluster --config=- kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: worker - role: control-plane   kubeadmConfigPatches:   - |     kind: InitConfiguration     nodeRegistration:       kubeletExtraArgs:         node-labels: \"ingress-ready=true\"   extra...'"
            },
            {
                "logid": 810,
                "ns": 0,
                "title": "C++",
                "pageid": 135,
                "logpage": 135,
                "revid": 1386,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Damato",
                "timestamp": "2025-03-27T20:18:30Z",
                "comment": "Criou p\u00e1gina com '=Links= * https://github.com/abseil/abseil-cpp * https://github.com/gperftools/gperftools * TMALLOC ** https://github.com/google/tcmalloc ** https://gperftools.github.io/gperftools/tcmalloc.html =LD_PRELOAD= * https://stackoverflow.com/questions/426230/what-is-the-ld-preload-trick'"
            },
            {
                "logid": 809,
                "ns": 0,
                "title": "DATE Linux",
                "pageid": 134,
                "logpage": 134,
                "revid": 1377,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Damato",
                "timestamp": "2025-01-16T20:29:42Z",
                "comment": "Criou p\u00e1gina com '<syntaxhighlight lang=bash> #Function to sum DAYS to TODAY function DATEC() { date -d @$(expr $(date +\"%s\" ) + $(D2S $1) ) +\"%Y-%m-%d\" ; }  #Function to get the number os seconds in the number o supplied days function D2S() { expr $1 \\* $( expr 24 \\* $(expr 60 \\* 60)) ; }  $ DATEC 0 2025-01-16  $ DATEC 1 2025-01-17  $ DATEC 100 2025-04-26  $ DATEC $(expr 100 + 50) 2025-06-15 </syntaxhighlight>'"
            },
            {
                "logid": 808,
                "ns": 0,
                "title": "Ufw",
                "pageid": 133,
                "logpage": 133,
                "revid": 1366,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Damato",
                "timestamp": "2024-11-21T19:08:30Z",
                "comment": "Criou p\u00e1gina com '<pre> # ufw  allow from 1.2.3.4/32  to any  port 5000 proto tcp # ufw  status numbered Status: active       To                         Action      From      --                         ------      ---- [ 1] 5000/tcp                   ALLOW IN    187.43.159.17   # ufw delete 1 </pre>'"
            },
            {
                "logid": 807,
                "ns": 0,
                "title": "CrowdStrike Azure VM",
                "pageid": 132,
                "logpage": 132,
                "revid": 1356,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Damato",
                "timestamp": "2024-07-19T19:34:00Z",
                "comment": "Criou p\u00e1gina com '<syntaxhighlight lang=bash> #!/bin/bash  export MOUNTPATH=/root/osmountpath export MAINTSUB= export MAINTNAME= export MAINTRG= export ZONE=2     function GET_VM_DISK() {     while read VMID     do         export SUB=$(echo $VMID | awk -F / '{print $3}')         export RG=$(echo $VMID | awk -F / '{print $5}')         export VMNAME=$(echo $VMID | awk -F / '{print $9}')         BANNER \"GET DISK info $VMID\"         az vm show  \\             --ids $VMID | \\                 jq...'"
            },
            {
                "logid": 806,
                "ns": 0,
                "title": "Test Page",
                "pageid": 131,
                "logpage": 131,
                "revid": 1341,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Damato",
                "timestamp": "2024-05-08T13:23:01Z",
                "comment": "Criou p\u00e1gina com '.'"
            },
            {
                "logid": 805,
                "ns": 0,
                "title": "SANDISK",
                "pageid": 0,
                "logpage": 54,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Damato",
                "timestamp": "2024-05-08T13:22:33Z",
                "comment": "o conte\u00fado era: \"=FusionIO=  Installing a SAndisk, FusionIO card on a RedHat like linux: *Install dependencies <pre> yum install rpmdevtools install kernel-devel kernel-uek-devel.x86_64 rpm-build.x86_64 dtrace-modules-$(uname -r) rsync </pre> *Download RPM packages from Sandisk website <pre> fio-firmware-fusion-4.3.0.20161119-1.noarch.rpm fio-preinstall-4.3.0.769-1.el6.x86_64.rpm fio-sy...\", e o(a) \u00fanico(a) editor(a) era [[Special:Contributions/Damato|Damato]] ([[User talk:Damato|discuss\u00e3o]])"
            },
            {
                "logid": 804,
                "ns": 0,
                "title": "Bigdata",
                "pageid": 0,
                "logpage": 56,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Damato",
                "timestamp": "2024-05-08T13:22:11Z",
                "comment": "o conte\u00fado era: \"=MAPR= <pre>  __  __    _    ____  ____   |  \\/  |  / \\  |  _ \\|  _ \\  | |\\/| | / _ \\ | |_) | |_) | | |  | |/ ___ \\|  __/|  _ <  |_|  |_/_/   \\_\\_|   |_| \\_\\              </pre> ==Warden== A process called Warden runs on all nodes to manage, monitor, and report on the services on each node. The MapR cluster uses Apache ZooKeeper to coordinate between services running ac...\", e o(a) \u00fanico(a) editor(a) era [[Special:Contributions/Damato|Damato]] ([[User talk:Damato|discuss\u00e3o]])"
            },
            {
                "logid": 803,
                "ns": 0,
                "title": "Esxi",
                "pageid": 0,
                "logpage": 59,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Damato",
                "timestamp": "2024-05-08T13:21:59Z",
                "comment": "o conte\u00fado era: \" =Comando= Top like comando *esxtop ==Listar== <pre> vim-cmd vmsvc/getallvms </pre> ==Listar interfaces== <pre> esxcfg-vmknic -l </pre> ==TCPDUMP== <pre> tcpdump-uw -v -n -i vmk0 dst port 22 and not src host <ip> </pre> Novo m\u00e9todo.<br> https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2051814 ==ESXCLI== <pre> esxcli  vm pro...\", e o(a) \u00fanico(a) editor(a) era [[Special:Contributions/Damato|Damato]] ([[User talk:Damato|discuss\u00e3o]])"
            }
        ]
    }
}