Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

/system/getInfo

Examples:
Method: /system/getInfo

Code Block
languagejs
titleRequest
{
}

 


Code Block
languagejava
titleResponse
{
    "error":0,
    "result":
    {
        "version":"1.0",
        "copyright":"Copyright(C) Deepnet Security Limited.",
        "provisioningPort":8088,
        "managementPort":8444,
        "authenticationPort":8445,
        "serverFQDN":"dual.parkoffice.com"
    }
}

...

/system/reloadCache

Examples:
Method: /system/queryAgentRegistrationStatusreloadCache

Code Block
languagejs
titleRequest
{
}

...