Versions Compared

Key

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

...

This data is collected each time the app is installed. 

No Format
{
  "event": {
    "timestamp": "2018-07-12T10:58:28.312Z",
    "created_at": "2018-07-12T10:58:29.024Z",
    "id": "5b4734559c5d720001f1c2aa"
  },
  "eventInfo": {
    "type": "install"
  },
  "hostInfo": {
    "hostLicenseType": "TESTING",
    "hostVersion": "6.9.0",
    "hostSEN": "n/a",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicense": "EXPIRED",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}


Uninstall 

This data is collected each time the app is uninstalled. 

No Format
{
  "event": {
    "timestamp": "2018-07-12T10:54:46.251Z",
    "created_at": "2018-07-12T10:54:47.128Z",
    "id": "5b4733773f69b50001763699"
  },
  "eventInfo": {
    "type": "uninstall"
  },
  "hostInfo": {
    "hostLicenseType": "TESTING",
    "hostVersion": "6.9.0",
    "hostSEN": "n/a",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicense": "EXPIRED",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}


Error 

This data is collected when the app is encounters a severe error. 

No Format
{
  "event": {
    "timestamp": "2018-07-11T16:09:07.852Z",
    "created_at": "2018-07-11T16:09:08.078Z",
    "id": "5b462ba4a0bd3000012f5ca6"
  },
  "eventInfo": {
    "error": "<p>It appears that your configuration cannot be changed at this time due to Confluence being in read-only mode. Please try again later.</p>"
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.9.0",
    "hostSEN": "SEN-L1111111",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0",
    "pluginLicense": "COMMERCIAL",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}


Global Configuration 

This data is collected when the administrator changes the app's global configuration.  

No Format
{
  "event": {
    "timestamp": "2018-07-11T12:27:21.223Z",
    "created_at": "2018-07-11T12:27:21.390Z",
    "id": "5b45f7a90f08c90001b7e71b"
  },
  "eventInfo": {
    "globalconfig": {
      "enableMacroSecurity": true,
      "sendStatistics": true,
      "configUpdated": "2018-07-11T12:27:21.214+0000"
    }
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.9.0",
    "hostSEN": "SEN-L1111111",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0",
    "pluginLicense": "COMMERCIAL",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}


Secured Macro 

This data is collected when the administrator adds or updates the macro or macro parameter security settings.

No Format
{
  "event": {
    "timestamp": "2018-07-11T12:09:53.878Z",
    "created_at": "2018-07-11T12:09:54.022Z",
    "id": "5b45f3920bc6c90001946125"
  },
  "eventInfo": {
    "securedmacros": {
      "action": "update",
      "restrictions": "G",
      "macroName": "sql.datasource.1233",
      "macroType": "parameter",
      "configUpdated": "2018-07-11T12:09:53.869+0000"
    }
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.9.0",
    "hostSEN": "SEN-L1111111",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0",
    "pluginLicense": "COMMERCIAL",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}