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": "Reboot_Appliance",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "2171": {
                "pageid": 2171,
                "ns": 0,
                "title": "ReadResponseUser Documentation",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "==Overview==\n\n'''Class name:''' ReadResponseUser\n\n'''Namespace:''' swivelsecure.client\n\n Details of a single user returned from an AdminAPI Read request.\n\n==Contained Class: Transport==\n\n'''NOTE:''' this class is obsolete from Swivel server version 3.9.6 onwards. Use user attributes instead.\n\n'''Class name:''' ReadResponseUser.Transport\n\n Encapsulation of transport details for a user.\n\n===Constructors===\n\n''Transport(string name, string dest)''\n\n Constructor setting the name and destination properties directly\n '''name:''' the name of the transport\n '''destination:''' the transport destination (email address or phone number)\n\n''Transport(XmlElement elem)''\n\n Constructor reading the name and destination from a ''XmlElement''\n '''elem:''' the XmlElement containing the transport details\n\n===Properties===\n\n''string Name''\n\n The name of the transport\n\n''string Destination''\n\n The transport destination (email address or phone number)\n\n==Constructors==\n\nNote: typically, you will not construct instances directly. They will be returned by the ''SwivelAdminAPIResponse'' given by a Read request.\n\n''ReadResponseUser()''\n\n Default constructor\n\n''ReadResponseUser(XmlElement userElem)''\n\n Constructor to read from the XML response. Equivalent to calling the default constructor followed by ''ReadUserDetails(userElem)''\n '''userElem:''' the ''XmlElement'' containing the user details\n\n==Methods==\n\n''void ReadUserDetails(XmlElement userElem)''\n\n Read user details from a ''XmlElement''\n '''userElem:''' The ''XmlElement'' containing the user details\n\n==Properties==\n\n''string Name''\n\n The username\n\n''Transport AlertTransport''\n\n The alert transport. '''Obsolete from Swivel server 3.9.6 onwards'''.\n\n''Transport StringTransport''\n\n The security string transport. '''Obsolete from Swivel server 3.9.6 onwards'''.\n\n''List<string> Groups''\n\n The list of groups of which the user is a member.\n\n''Dictionary<string, string> Attributes''\n\n The table of user attributes. '''Only available from Swivel server 3.9.7 onwards'''.\n\n''List<nowiki><</nowiki>[[SwivelUser_Documentation#SwivelUserPolicy|SwivelUserPolicy]]<nowiki>></nowiki> Policies''\n\n The list of policies applying to the user.\n\n''List<nowiki><</nowiki>[[SwivelUser_Documentation#SwivelUserRight|SwivelUserRight]]<nowiki>></nowiki> Rights''\n\n The list of rights the user has."
                    }
                ]
            },
            "2172": {
                "pageid": 2172,
                "ns": 0,
                "title": "Read Only MySQL User How To",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{Template:default}}\n{{Template:how}}\n\n\n==Overview==\n\nThis article describes the process of creating a Read Only MySQL user on High Availability PINsafe appliances. \n\n\n==Prerequisites==\n\n* High Availability Active/Active appliances\n* MySQL as the configured database\n\n\n==Solution==\n\n* Login to Webmin on the appliance you intend to query (see [[Webmin How To Guide]] if you are unfamiliar with this);\n\n* Select the Servers -> MySQL Database Server menu option;\n\n[[Image:Webmin servers menu.PNG|550px]]\n\n\n\n* Click the \"User Permissions\" icon;\n\n[[Image:Webmin MySQL User Permissions Icon.PNG|550px]]\n\n\n* Click the \"Create new user\" link towards the top of the page.\n\n[[Image:Webmin MySQL User Permissions Create.PNG|550px]]\n\n\nYou should then be able to create a new user and provide it with \"Select\" privileges from the list as a minimum, to provide Read Only access.\n\n[[Image:Webmin MySQL User Permissions Create User.PNG|550px]]\n\n\n==Related Articles==\n\nNo doubt you may now wish to query the database using this new Read Only user. See the [[MySQL Queries How To Guide]] to see some example queries."
                    }
                ]
            }
        }
    }
}