StatusReportingSettingsRequest Data Type

Properties
name data type constraints description
statusReportingEnabled boolean required
statusReportingLogUploadEnabled boolean required
statusReportingBackupInfoEnabled boolean required

Example

{
  "statusReportingEnabled" : true,
  "statusReportingLogUploadEnabled" : true,
  "statusReportingBackupInfoEnabled" : true
}