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": "Using_HSRP_On_A_/30_or_/31",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> 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": {
            "112": {
                "pageid": 112,
                "ns": 0,
                "title": "SNMP From Within A Routing-Instance",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "If you want to do SNMP polling from within a routing-instance on a Juniper (EX for sure, not sure if it's the same on the MX), you need to adjust the config as follows:\n<PRE>\nsnmp {\n    community MyROString {\n        authorization read-only;\n        clients {\n            192.168.1.100/32;\n        }\n        routing-instance INSTANCE2 {\n            clients {\n                10.10.10.100/32;\n            }\n        }\n    }\n}\n</PRE>\n\nThen, the SNMP poller within the routing-instance needs to adjust the SNMP community to be routing-instance@community\n<PRE>\nINSTANCE2@MyROString\n</PRE>"
                    }
                ]
            },
            "101": {
                "pageid": 101,
                "ns": 0,
                "title": "Soft Reseat An SFP On A QFX",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Sometimes a Juniper QFX switch has an issue where an SFP/SFP+ doesn't work when you first plug it in, requiring it to be removed and reinserted.  And sometimes you don't find out this is necessary until after you've left the location of the QFX.  Here is a way to soft remove and reinsert the SFP.\n\nNote that this does require you to log into the PFE itself.\n\n<PRE style=\"color:white;background-color:black;font-weight:bold;font-size:1.2em;\">\nroot@QFX5110> start shell pfe network fpc0\n\nSwitching platform (1800 Mhz Pentium processor, 511MB memory, 0KB flash)\n\nFPC0(QFX5110 vty)# set cmqfx xcvr remove pic 0 port 11\n\nSoft removing pic/port: 0/11!!!\n[Thu Dec 12 19:59:22.910 LOG: Info] sfp-0/0/11 SFP unplugged\n\nFPC0(QFX5110 vty)# set cmqfx xcvr insert pic 0 port 11\n\nSoft inserting pic/port: 0/11!!!\n[Thu Dec 12 20:00:06.909 LOG: Info] sfp-0/0/11 SFP plugged in\n\nFPC0(QFX5110 vty)# exit\n</PRE>\n\nImmediately after you run the remove and insert commands, it will drop a whole bunch of debug information, which I skipped for brevity.\n\nOriginally from https://kb.juniper.net/InfoCenter/index?page=content&id=KB33583"
                    }
                ]
            }
        }
    }
}