| Table of Contents |
|---|
...
/system/getInfo
Examples:
Method: /system/getInfo
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
} |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error":0,
"result":
{
"version":"1.0",
"copyright":"Copyright(C) Deepnet Security Limited.",
"provisioningPort":8088,
"managementPort":8444,
"authenticationPort":8445,
"serverFQDN":"dual.parkoffice.com"
}
} |
...
/system/getDiagram
Examples:
Method: /system/getDiagram
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error":0,
"result":"base64 of gif"
} |
...
...
/system/setAgentRegistrationStatus
Examples:
Method: /system/setAgentRegistrationStatus
...
/system/reloadCache
Examples:
Method: /system/queryAgentRegistrationStatusreloadCache
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
} |
...