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": "20250108182933|66",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 76,
                "ns": 0,
                "title": "SpectroCloud/PaletteBackup",
                "pageid": 69,
                "logpage": 69,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-04-15T13:07:01Z",
                "comment": "Created page with \"= Palette Backup and Restore Tool =  This tool provides full API-based backup and restore capabilities for a self-hosted SpectroCloud Palette instance.  == Features == * Backup and restore via **Palette API** * Supports local user login or API token authentication * Backup includes:   - Tenants   - Projects   - Users (with optional redaction)   - Roles   - SSH Keys   - Cloud Accounts   - Cluster Profiles   - Git Repositories   - Blueprints   - Clusters (metadata)   - Mar...\""
            },
            {
                "logid": 75,
                "ns": 0,
                "title": "DERs/Mealie",
                "pageid": 68,
                "logpage": 68,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-03-26T19:28:51Z",
                "comment": "Created page with \"= Mealie Documentation = == Unlock Accounts == Shell into the mealie pod and run the following:  python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/reset_locked_users.py  == Change Account Password == Shell into the mealie pod and run the following:  python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/change_password.py  == Make an Account an Admin == Shell into the mealie pod and run the following:  python /opt/mealie/lib64/python3.12/site-pac...\""
            },
            {
                "logid": 74,
                "ns": 0,
                "title": "SpectroCloud/AirGapEdgeISO",
                "pageid": 67,
                "logpage": 67,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-03-10T15:12:59Z",
                "comment": "Created page with \"= Air-Gapped Edge ISO = == Prerequisites== === DER's Lab Specific ===  #######################################  # Build the ISO on the JUMPBOX Server #  #######################################  ssh [email protected]  sudo su -    ##############################  # Mount the VMware Datastore #  ##############################  echo \"172.16.84.7:/data/hdd/0-ISOs    /nfs/0-ISOs             nfs defaults    0 0\" >> /etc/fstab  cat /etc/fstab  mkdir -p /nfs/0-ISOs  systemctl dae...\""
            },
            {
                "logid": 73,
                "ns": 0,
                "title": "DERs/MediaCMS",
                "pageid": 66,
                "logpage": 66,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-02-10T17:20:04Z",
                "comment": "Created page with \"= Media CMS (YouDERs)= https://www.youtube.com/watch?v=MnvO2OMs5e4\""
            },
            {
                "logid": 72,
                "ns": 0,
                "title": "SpectroCloud/VertexHelmInstall",
                "pageid": 65,
                "logpage": 65,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-02-06T18:41:52Z",
                "comment": "Created page with \"=VerteX Helm Install= == Prereqs ==  snap install helm == Prep the Helm Charts ==  mkdir -p vertex-helm   cd vertex-helm  cp /nfs/Download/charts.zip .  unzip charts.zip    # Variables  export OCI_IMAGE_REGISTRY=harbor.dersllc.com  export OCI_IMAGE_BASE=spectro-images  export OCI_PACK_REGISTRY=harbor.dersllc.com  export OCI_PACK_BASE=spectro-packs  #export SC_VERSION='4.5.20'     sed -i 's/us-docker.pkg.dev/$OCI_IMAGE_REGISTRY\\/$OCI_IMAGE_BASE\\/us-docker.pkg.dev/g' extra...\""
            },
            {
                "logid": 71,
                "ns": 0,
                "title": "SpectroCloud/RaspberryPiEdgePrep",
                "pageid": 64,
                "logpage": 64,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-02-03T20:04:49Z",
                "comment": "Created page with \"== Prepare Environment ==  ##################################  # Setup NFS Mount (NOT REQUIRED) #  ##################################  apt update -y  apt install nfs-common -y  snap install oras --classic  snap install docker  snap install k9s  echo \"172.16.85.15:/Download      /nfs/Download    nfs vers=4.0    0 0\" >> /etc/fstab  systemctl daemon-reload  mkdir -p /nfs/Download  mount -a\""
            },
            {
                "logid": 70,
                "ns": 0,
                "title": "SpectroCloud/Packs",
                "pageid": 63,
                "logpage": 63,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-01-17T18:52:43Z",
                "comment": "Created page with \"=Packs=  === Build and Push Pack ===  export PACK_NAME='mediacms-k8s'  export PACK_VERSION='4.2.0'  git clone https://ders-gitlab.dersllc.com/ders/spectro-sa.git  cd spectro-sa/packs/  tar -zcvf $PACK_NAME-$PACK_VERSION.tar.tgz $PACK_NAME-$PACK_VERSION/  oras push harbor.dersllc.com/spectro-packs/spectro-packs/archive/$PACK_NAME:$PACK_VERSION $PACK_NAME-$PACK_VERSION.tar.tgz  cd ../..  rm -rf spectro-sa/\""
            },
            {
                "logid": 69,
                "ns": 0,
                "title": "SpectroCloud/VertexISOInstall",
                "pageid": 62,
                "logpage": 62,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-01-14T18:01:55Z",
                "comment": "Created page with \"==== Download the All-In-One ISO ====  https://edgeforge.s3.us-east-2.amazonaws.com/images/palette-local-4.5.15.iso (Air-Gap Palette)  Boot server to the ISO.\""
            },
            {
                "logid": 68,
                "ns": 0,
                "title": "SpectroCloud/VertexUpgrade",
                "pageid": 61,
                "logpage": 61,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-01-13T19:26:02Z",
                "comment": "Created page with \"= Vertex Upgrade Process = == Vertex Upgrade == ===Pre Requisites=== ====1. Needed Downloads==== * Binaries: airgap-fips (ex. airgap-vertex-v4.5.15.bin) * Binaries: airgap-fips-scar-zip (ex. scar-airgap-vertex-v4.5.15.zip) * Capi OS Image: k8s_fips (ex. u-2004-0-k-1311-fips.ova) (find supported version via https://docs.spectrocloud.com/release-notes/) * Airgap Binaries: kubernetes-<version> (ex. airgap-vertex-pack-kubernetes-1.30.5.bin) * Airgap Binaries: kubernetes-<ver...\""
            },
            {
                "logid": 67,
                "ns": 0,
                "title": "SpectroCloud/RaspberryPiEdge",
                "pageid": 60,
                "logpage": 60,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Ders",
                "timestamp": "2025-01-10T19:04:25Z",
                "comment": "Created page with \"=Raspberry Pi Edge Install=  # Connnect Network, Keyboard, HDMI, and Power  # Boot to Network by pressing and holding SHIFT   ############################################################  # Raspberry Pi Device: RASPBERRY PI 5  # Operating System:    Ubuntu Desktop 24.04.1 LTS (64-BIT)  # Storage:             Internal SD CARD READER  ############################################################\""
            }
        ]
    }
}