object software-app-settings
{
  "type": "object",
  "properties": {
    "appleVpp": {
      "$ref": "#/components/schemas/software-app-apple-vpp"
    },
    "location": {
      "type": "string",
      "description": "Repository where the app is located within the package manager"
    },
    "assetKind": {
      "type": "string",
      "description": "The manifest asset kind (ex: software)."
    },
    "packageId": {
      "type": "string"
    },
    "autoUpdate": {
      "type": "boolean",
      "default": false
    },
    "description": {
      "type": "string",
      "description": "The software app description."
    },
    "packageKind": {
      "type": "string",
      "description": "The package manifest kind (ex: software-package)."
    },
    "desiredState": {
      "type": "string",
      "description": "State of Install or Uninstall"
    },
    "googleAndroid": {
      "$ref": "#/components/schemas/software-app-google-android"
    },
    "storedPackage": {
      "$ref": "#/components/schemas/object-storage-item"
    },
    "microsoftStore": {
      "$ref": "#/components/schemas/software-app-microsoft-store"
    },
    "packageManager": {
      "type": "string",
      "description": "App store serving the app: APPLE_VPP, CHOCOLATEY, etc."
    },
    "packageVersion": {
      "type": "string",
      "description": "The package manifest version."
    },
    "assetSha256Size": {
      "type": "integer",
      "description": "The incremental size to use for summing the package as it is downloaded."
    },
    "packageSubtitle": {
      "type": "string",
      "description": "The package manifest subtitle."
    },
    "allowUpdateDelay": {
      "type": "boolean",
      "default": false
    },
    "locationObjectId": {
      "type": "string",
      "description": "ID of the repository where the app is located within the package manager"
    },
    "assetSha256Strings": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The array of checksums, one each for the hash size up to the total size of the package."
    },
    "enterpriseObjectId": {
      "type": "string",
      "description": "ID of the Enterprise with which this app is associated"
    },
    "commandLineArguments": {
      "type": "string",
      "description": "Command line arguments to use with the application."
    },
    "storedPackageObjectId": {
      "type": "string",
      "description": "ID of the stored package this app uses to reference the stored install media."
    }
  },
  "x-examples": {
    "example-1": {
      "location": "string",
      "packageId": "string",
      "autoUpdate": false,
      "desiredState": "string",
      "packageManager": "string",
      "allowUpdateDelay": false,
      "locationObjectId": "string"
    }
  }
}
object software-app-status
{
  "title": "Software Application Status",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    },
    "state": {
      "type": "string"
    },
    "details": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "systemId": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    },
    "softwareAppId": {
      "type": "string"
    }
  }
}
object software-app-with-status
{
  "title": "SoftwareAppsWithStatus",
  "properties": {
    "app": {
      "$ref": "#/components/schemas/software-app"
    },
    "status": {
      "$ref": "#/components/schemas/software-app-status"
    }
  }
}
object subscription
{
  "type": "object",
  "title": "Subscription",
  "required": [
    "annualPrice",
    "displayName",
    "features",
    "listPrice",
    "productCode"
  ],
  "properties": {
    "features": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/feature"
      },
      "description": "Array of the features included in the subscription."
    },
    "listPrice": {
      "type": "number",
      "description": "The list price of this subscription."
    },
    "annualPrice": {
      "type": "number",
      "description": "The annual (discounted) price of this subscription."
    },
    "displayName": {
      "type": "string",
      "description": "The display name of this subscription."
    },
    "productCode": {
      "type": "string",
      "description": "Unique identifier corresponding to this subscription."
    }
  }
}
object system-insights-alf
{
  "type": "object",
  "title": "System Insights ALF",
  "properties": {
    "version": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "global_state": {
      "type": "integer"
    },
    "logging_option": {
      "type": "integer"
    },
    "collection_time": {
      "type": "string"
    },
    "firewall_unload": {
      "type": "integer"
    },
    "logging_enabled": {
      "type": "integer"
    },
    "stealth_enabled": {
      "type": "integer"
    },
    "allow_signed_enabled": {
      "type": "integer"
    }
  }
}
object system-insights-alf-exceptions
{
  "type": "object",
  "title": "System Insights ALF Exceptions",
  "properties": {
    "path": {
      "type": "string"
    },
    "state": {
      "type": "number"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-alf-explicit-auths
{
  "type": "object",
  "title": "System Insights ALF Explicit Authorizations",
  "properties": {
    "process": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-appcompat-shims
{
  "type": "object",
  "title": "System Insights Application Compatibility Shims",
  "properties": {
    "path": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "sdb_id": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "executable": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "install_time": {
      "type": "number"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-apps
{
  "type": "object",
  "title": "System Insights Apps",
  "example": {
    "name": "App Store.app",
    "path": "/Applications/App Store.app",
    "element": "",
    "category": "public.app-category.utilities",
    "compiler": "com.apple.compilers.llvm.clang.1_0",
    "copyright": "",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "bundle_name": "App Store",
    "environment": "",
    "info_string": "",
    "display_name": "App Store",
    "bundle_version": "658.1",
    "collection_time": "2019-06-03T19:41:30.658Z",
    "last_opened_time": 1556688963.50383,
    "bundle_executable": "App Store",
    "bundle_identifier": "com.apple.appstore",
    "development_region": "English",
    "applescript_enabled": "1",
    "bundle_package_type": "APPL",
    "bundle_short_version": "2.4",
    "minimum_system_version": "10.13"
  },
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "element": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "compiler": {
      "type": "string"
    },
    "copyright": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "bundle_name": {
      "type": "string"
    },
    "environment": {
      "type": "string"
    },
    "info_string": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    },
    "bundle_version": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "last_opened_time": {
      "type": "number"
    },
    "bundle_executable": {
      "type": "string"
    },
    "bundle_identifier": {
      "type": "string"
    },
    "development_region": {
      "type": "string"
    },
    "applescript_enabled": {
      "type": "string"
    },
    "bundle_package_type": {
      "type": "string"
    },
    "bundle_short_version": {
      "type": "string"
    },
    "minimum_system_version": {
      "type": "string"
    }
  }
}
object system-insights-authorized-keys
{
  "type": "object",
  "title": "System Insights Authorized Keys",
  "properties": {
    "key": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    },
    "key_file": {
      "type": "string"
    },
    "algorithm": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-azure-instance-metadata
{
  "type": "object",
  "title": "System Insights Azure Instance Metadata",
  "properties": {
    "sku": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "zone": {
      "type": "string"
    },
    "offer": {
      "type": "string"
    },
    "vm_id": {
      "type": "string"
    },
    "os_type": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "vm_size": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "publisher": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "subscription_id": {
      "type": "string"
    },
    "vm_scale_set_name": {
      "type": "string"
    },
    "placement_group_id": {
      "type": "string"
    },
    "resource_group_name": {
      "type": "string"
    },
    "platform_fault_domain": {
      "type": "string"
    },
    "platform_update_domain": {
      "type": "string"
    }
  }
}
object system-insights-azure-instance-tags
{
  "type": "object",
  "title": "System Insights Azure Instance Tags",
  "properties": {
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "vm_id": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-battery
{
  "type": "object",
  "title": "System Insights Battery",
  "example": {
    "model": "cupidatat quis esse tempor nostr",
    "state": "Duis qui eu labore",
    "health": "ipsum Duis amet magna sint",
    "charged": 63086136,
    "voltage": -79728034,
    "amperage": 93836453,
    "charging": 6577424,
    "condition": "magna Ut dolor laborum",
    "system_id": "elit nulla cillum et",
    "cycle_count": -58203101,
    "manufacturer": "laboris",
    "max_capacity": 407375,
    "serial_number": "est do nisi anim eu",
    "collection_time": "anim in dolor",
    "current_capacity": 95829126,
    "manufacture_date": 66625366,
    "designed_capacity": 51607498,
    "percent_remaining": -77798506,
    "minutes_until_empty": 56660087,
    "minutes_to_full_charge": -43087634
  },
  "properties": {
    "model": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "health": {
      "type": "string"
    },
    "charged": {
      "type": "integer"
    },
    "voltage": {
      "type": "integer"
    },
    "amperage": {
      "type": "integer"
    },
    "charging": {
      "type": "integer"
    },
    "condition": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "cycle_count": {
      "type": "integer"
    },
    "manufacturer": {
      "type": "string"
    },
    "max_capacity": {
      "type": "integer"
    },
    "serial_number": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "current_capacity": {
      "type": "integer"
    },
    "manufacture_date": {
      "type": "integer"
    },
    "designed_capacity": {
      "type": "integer"
    },
    "percent_remaining": {
      "type": "integer"
    },
    "minutes_until_empty": {
      "type": "integer"
    },
    "minutes_to_full_charge": {
      "type": "integer"
    }
  }
}
object system-insights-bitlocker-info
{
  "type": "object",
  "title": "System Insights Bitlocker Info",
  "example": {
    "devide_id": "\\\\\\\\?\\\\Volume{3ba5cc52-e0fd-45fa-b8b8-5c88f44f8b17}\\",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "drive_letter": "C:",
    "collection_time": "2019-06-03T19:41:30.658Z",
    "conversion_status": 0,
    "encryption_method": "None",
    "protection_status": 0,
    "persistent_volume_id": ""
  },
  "properties": {
    "device_id": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "drive_letter": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "conversion_status": {
      "type": "integer"
    },
    "encryption_method": {
      "type": "string"
    },
    "protection_status": {
      "type": "integer"
    },
    "persistent_volume_id": {
      "type": "string"
    }
  }
}
object system-insights-browser-plugins
{
  "type": "object",
  "title": "System Insights Browser Plugins",
  "example": {
    "sdk": "7D175",
    "uid": "0",
    "name": "LastPass",
    "path": "/Library/Internet Plug-Ins/nplastpass.plugin/",
    "native": 0,
    "version": "4.1.7",
    "disabled": 0,
    "system_id": "5c9e51a13c5146f89bae12d9",
    "identifier": "com.lastpass.nplastpass",
    "description": "LastPass Plugin",
    "collection_time": "2019-06-03T19:41:30.858Z",
    "development_region": "en-US"
  },
  "properties": {
    "sdk": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "native": {
      "type": "integer"
    },
    "version": {
      "type": "string"
    },
    "disabled": {
      "type": "integer"
    },
    "system_id": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "development_region": {
      "type": "string"
    }
  }
}
object system-insights-certificates
{
  "properties": {
    "ca": {
      "type": "integer"
    },
    "sid": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "sha1": {
      "type": "string"
    },
    "store": {
      "type": "string"
    },
    "issuer": {
      "type": "string"
    },
    "serial": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "store_id": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "key_usage": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "common_name": {
      "type": "string"
    },
    "self_signed": {
      "type": "integer"
    },
    "key_strength": {
      "type": "string"
    },
    "key_algorithm": {
      "type": "string"
    },
    "store_location": {
      "type": "string"
    },
    "subject_key_id": {
      "type": "string"
    },
    "not_valid_after": {
      "type": "string"
    },
    "authority_key_id": {
      "type": "string"
    },
    "not_valid_before": {
      "type": "string"
    },
    "signing_algorithm": {
      "type": "string"
    }
  }
}
object system-insights-chassis-info
{
  "type": "object",
  "title": "System Insights Chassis Info",
  "properties": {
    "sku": {
      "type": "string"
    },
    "lock": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "serial": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "smbios_tag": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "manufacturer": {
      "type": "string"
    },
    "audible_alarm": {
      "type": "string"
    },
    "chassis_types": {
      "type": "string"
    },
    "visible_alarm": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "security_breach": {
      "type": "string"
    },
    "breach_description": {
      "type": "string"
    }
  }
}
object system-insights-chrome-extensions
{
  "type": "object",
  "title": "System Insights Chrome Extensions",
  "example": {
    "uid": "501",
    "name": "chrome media router",
    "path": "/users/thomas/library/application support/google/chrome/default/extensions/pkedcjkdefgpdelpbcmbmeomcjbeemfm/7419.311.0.1_0/",
    "author": "",
    "locale": "en",
    "version": "7419.311.0.1",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "identifier": "pkedcjkdefgpdelpbcmbmeomcjbeemfm",
    "persistent": 0,
    "update_url": "https://clients2.google.com/service/update2/crx",
    "description": "provider for discovery and services for mirroring of chrome media router",
    "permissions": "alarms, cast, cast.streaming, declarativewebrequest, desktopcapture, gcm, http://*/*, identity, identity.email, management, mdns, mediarouterprivate, metricsprivate, networkingprivate, processes, storage, system.cpu, settingsprivate, tabcapture, tabs, webview, https://hangouts.google.com/*, https://*.google.com/cast/chromecast/home/gsse",
    "collection_time": "2019-06-03t19:41:31.125z"
  },
  "properties": {
    "uid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "author": {
      "type": "string"
    },
    "locale": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "persistent": {
      "type": "integer"
    },
    "update_url": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "permissions": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-connectivity
{
  "type": "object",
  "title": "system insights connectivity",
  "properties": {
    "system_id": {
      "type": "string"
    },
    "ipv4_subnet": {
      "type": "integer"
    },
    "ipv6_subnet": {
      "type": "integer"
    },
    "disconnected": {
      "type": "integer"
    },
    "ipv4_internet": {
      "type": "integer"
    },
    "ipv6_internet": {
      "type": "integer"
    },
    "collection_time": {
      "type": "string"
    },
    "ipv4_no_traffic": {
      "type": "integer"
    },
    "ipv6_no_traffic": {
      "type": "integer"
    },
    "ipv4_local_network": {
      "type": "integer"
    },
    "ipv6_local_network": {
      "type": "integer"
    }
  }
}
object system-insights-crashes
{
  "type": "object",
  "title": "System Insights Crashes",
  "properties": {
    "pid": {
      "type": "string"
    },
    "uid": {
      "type": "integer"
    },
    "path": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "parent": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "datetime": {
      "type": "string"
    },
    "registers": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "crash_path": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "responsible": {
      "type": "string"
    },
    "stack_trace": {
      "type": "string"
    },
    "crashed_thread": {
      "type": "string"
    },
    "exception_type": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "exception_codes": {
      "type": "string"
    },
    "exception_notes": {
      "type": "string"
    }
  }
}
object system-insights-cups-destinations
{
  "properties": {
    "name": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "option_name": {
      "type": "string"
    },
    "option_value": {
      "type": "string"
    }
  }
}
object system-insights-disk-encryption
{
  "type": "object",
  "title": "System Insights Disk Encryption",
  "example": {
    "uid": "",
    "name": "/dev/disk8",
    "type": "",
    "uuid": "",
    "encrypted": 0,
    "system_id": "5c9e51a13c5146f89bae12d9",
    "user_uuid": "",
    "collection_time": "2019-06-03T19:41:31.557Z",
    "encryption_status": "undefined"
  },
  "properties": {
    "uid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "uuid": {
      "type": "string"
    },
    "encrypted": {
      "type": "integer"
    },
    "system_id": {
      "type": "string"
    },
    "user_uuid": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "encryption_status": {
      "type": "string"
    }
  }
}
object system-insights-disk-info
{
  "type": "object",
  "title": "System Insights Disk Info",
  "example": {
    "id": "\\\\.\\PHYSICALDRIVE0",
    "name": "\\\\.\\PHYSICALDRIVE0",
    "type": "SCSI",
    "serial": "",
    "disk_size": "64420392960",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "disk_index": 0,
    "partitions": 3,
    "description": "Disk drive",
    "manufacturer": "(Standard disk drives)",
    "pnp_device_id": "SCSI\\DISK&VEN_VMWARE_&PROD_VMWARE_VIRTUAL_S\\5&1EC51BF7&0&000000",
    "hardware_model": "VMware, VMware Virtual S SCSI Disk Device",
    "collection_time": "2019-06-03T19:41:30.658Z"
  },
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "serial": {
      "type": "string"
    },
    "disk_size": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "disk_index": {
      "type": "integer"
    },
    "partitions": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    },
    "manufacturer": {
      "type": "string"
    },
    "pnp_device_id": {
      "type": "string"
    },
    "hardware_model": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-dns-resolvers
{
  "type": "object",
  "title": "System Insights DNS Resolvers",
  "properties": {
    "id": {
      "type": "number"
    },
    "type": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "netmask": {
      "type": "string"
    },
    "options": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-etc-hosts
{
  "type": "object",
  "title": "System Insights Etc Hosts",
  "example": {
    "address": "192.168.2.21",
    "hostnames": "hosty hosty.local",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "collection_time": "2019-06-03T19:41:30.658Z"
  },
  "properties": {
    "address": {
      "type": "string"
    },
    "hostnames": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-firefox-addons
{
  "type": "object",
  "title": "System Insights Firefox Addons",
  "example": {
    "uid": "501",
    "name": "Firefox Monitor",
    "path": "",
    "type": "extension",
    "active": 1,
    "creator": "null",
    "version": "2.8",
    "visible": 1,
    "disabled": 0,
    "location": "app-system-addons",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "autoupdate": 1,
    "identifier": "fxmonitor@mozilla.org",
    "source_url": "file:///var/folders/dn/zjm_0lzn4lv6bgnt5b3nkgxh0000gn/T/tmpaddon-9fb449",
    "description": "",
    "collection_time": "2019-06-03T19:41:31.204Z"
  },
  "properties": {
    "uid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "active": {
      "type": "integer"
    },
    "creator": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "visible": {
      "type": "integer"
    },
    "disabled": {
      "type": "integer"
    },
    "location": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "autoupdate": {
      "type": "integer"
    },
    "identifier": {
      "type": "string"
    },
    "source_url": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-groups
{
  "type": "object",
  "title": "System Insights Groups",
  "example": {
    "gid": "701",
    "comment": "",
    "group_sid": "",
    "groupname": "1",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "gid_signed": "701",
    "collection_time": "2019-06-03T19:41:31.673Z"
  },
  "properties": {
    "gid": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "group_sid": {
      "type": "string"
    },
    "groupname": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "gid_signed": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-ie-extensions
{
  "type": "object",
  "title": "System Insights IE Extensions",
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "registry_path": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-interface-addresses
{
  "type": "object",
  "title": "System Insights Interface Addresses",
  "example": {
    "mask": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
    "type": "unknown",
    "address": "::1",
    "broadcast": "",
    "interface": "lo0",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "friendly_name": "",
    "point_to_point": "::1",
    "collection_time": "2019-06-03T19:41:31.008Z"
  },
  "properties": {
    "mask": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "broadcast": {
      "type": "string"
    },
    "interface": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "friendly_name": {
      "type": "string"
    },
    "point_to_point": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-interface-details
{
  "type": "object",
  "properties": {
    "mac": {
      "type": "string"
    },
    "mtu": {
      "type": "integer"
    },
    "type": {
      "type": "integer"
    },
    "flags": {
      "type": "integer"
    },
    "speed": {
      "type": "integer"
    },
    "ibytes": {
      "type": "string"
    },
    "idrops": {
      "type": "string"
    },
    "metric": {
      "type": "integer"
    },
    "obytes": {
      "type": "string"
    },
    "odrops": {
      "type": "string"
    },
    "enabled": {
      "type": "integer"
    },
    "ierrors": {
      "type": "string"
    },
    "oerrors": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "ipackets": {
      "type": "string"
    },
    "opackets": {
      "type": "string"
    },
    "pci_slot": {
      "type": "string"
    },
    "interface": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collisions": {
      "type": "string"
    },
    "dns_domain": {
      "type": "string"
    },
    "link_speed": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "dhcp_server": {
      "type": "string"
    },
    "last_change": {
      "type": "string"
    },
    "dhcp_enabled": {
      "type": "integer"
    },
    "manufacturer": {
      "type": "string"
    },
    "connection_id": {
      "type": "string"
    },
    "dns_host_name": {
      "type": "string"
    },
    "friendly_name": {
      "type": "string"
    },
    "physical_adapter": {
      "type": "integer"
    },
    "connection_status": {
      "type": "string"
    },
    "dhcp_lease_expires": {
      "type": "string"
    },
    "dhcp_lease_obtained": {
      "type": "string"
    },
    "dns_server_search_order": {
      "type": "string"
    },
    "dns_domain_suffix_search_order": {
      "type": "string"
    }
  }
}
object system-insights-kernel-info
{
  "type": "object",
  "title": "System Insights Kernel Info",
  "properties": {
    "path": {
      "type": "string"
    },
    "device": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "arguments": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-launchd
{
  "type": "object",
  "title": "System Insights LaunchD",
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "program": {
      "type": "string"
    },
    "disabled": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "groupname": {
      "type": "string"
    },
    "on_demand": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "keep_alive": {
      "type": "string"
    },
    "run_at_load": {
      "type": "string"
    },
    "stderr_path": {
      "type": "string"
    },
    "stdout_path": {
      "type": "string"
    },
    "watch_paths": {
      "type": "string"
    },
    "process_type": {
      "type": "string"
    },
    "root_directory": {
      "type": "string"
    },
    "start_interval": {
      "type": "string"
    },
    "start_on_mount": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "program_arguments": {
      "type": "string"
    },
    "queue_directories": {
      "type": "string"
    },
    "working_directory": {
      "type": "string"
    },
    "inetd_compatibility": {
      "type": "string"
    }
  }
}
object system-insights-linux-packages
{
  "type": "object",
  "title": "System Insights Linux Packages",
  "example": {
    "arch": "amd64",
    "name": "zip",
    "size": "100000",
    "version": "3.0-11build1",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "install_time": 100000,
    "package_format": "deb",
    "mount_namespace_id": "id123",
    "pid_with_namespace": 0,
    "release_or_revision": "11build1",
    "maintainer_or_vendor": "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>",
    "package_group_or_section": "utils"
  },
  "properties": {
    "arch": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "size": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "install_time": {
      "type": "integer"
    },
    "package_format": {
      "type": "string"
    },
    "mount_namespace_id": {
      "type": "string"
    },
    "pid_with_namespace": {
      "type": "integer"
    },
    "release_or_revision": {
      "type": "string"
    },
    "maintainer_or_vendor": {
      "type": "string"
    },
    "package_group_or_section": {
      "type": "string"
    }
  }
}
object system-insights-logged-in-users
{
  "type": "object",
  "title": "System Insights Logged-In Users",
  "properties": {
    "pid": {
      "type": "integer"
    },
    "tty": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "time": {
      "type": "integer"
    },
    "type": {
      "type": "string"
    },
    "user": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-logical-drives
{
  "type": "object",
  "title": "System Insights Logical Drives",
  "example": {
    "size": "63778582528",
    "type": "Unknown",
    "device_id": "C:",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "free_space": "43194331136",
    "file_system": "NTFS",
    "boot_partition": 0,
    "collection_time": "2019-06-03T19:41:30.658Z"
  },
  "properties": {
    "size": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "device_id": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "free_space": {
      "type": "string"
    },
    "file_system": {
      "type": "string"
    },
    "boot_partition": {
      "type": "integer"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-managed-policies
{
  "type": "object",
  "title": "System Insights Managed Policies",
  "properties": {
    "name": {
      "type": "string"
    },
    "uuid": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "manual": {
      "type": "integer"
    },
    "username": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-mounts
{
  "type": "object",
  "title": "System Insights Mounts",
  "example": {
    "path": "/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/.vbfolder_1dQavK",
    "type": "hfs",
    "flags": "70292505",
    "blocks": "388086",
    "device": "/dev/disk5s1",
    "inodes": "4294967279",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "blocks_free": "95135",
    "blocks_size": "4096",
    "inodes_free": "4294966853",
    "device_alias": "/dev/disk5s1",
    "collection_time": "2019-06-03T19:41:31.746Z",
    "blocks_available": "95135"
  },
  "properties": {
    "path": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "flags": {
      "type": "string"
    },
    "blocks": {
      "type": "string"
    },
    "device": {
      "type": "string"
    },
    "inodes": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "blocks_free": {
      "type": "string"
    },
    "blocks_size": {
      "type": "string"
    },
    "inodes_free": {
      "type": "string"
    },
    "device_alias": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "blocks_available": {
      "type": "string"
    }
  }
}
object system-insights-os-version
{
  "type": "object",
  "title": "System Insights OS Version",
  "example": {
    "name": "Mac OS X",
    "build": "17G65",
    "major": 10,
    "minor": 13,
    "patch": 6,
    "version": "10.13.6",
    "codename": "",
    "platform": "darwin",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "install_date": "",
    "platform_like": "darwin",
    "collection_time": "2019-06-03T19:41:30.933Z"
  },
  "properties": {
    "name": {
      "type": "string"
    },
    "build": {
      "type": "string"
    },
    "major": {
      "type": "integer"
    },
    "minor": {
      "type": "integer"
    },
    "patch": {
      "type": "integer"
    },
    "version": {
      "type": "string"
    },
    "codename": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "install_date": {
      "type": "string"
    },
    "platform_like": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-patches
{
  "type": "object",
  "title": "System Insights Patches",
  "example": {
    "csname": "DESKTOP-B17DUKP",
    "caption": "http://support.microsoft.com/?kbid=4503308",
    "hotfix_id": "KB4503308",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "description": "Security Update",
    "fix_comments": "",
    "install_date": "",
    "installed_by": "NT AUTHORITY\\SYSTEM",
    "installed_on": "7/30/2019",
    "collection_time": "2019-06-03T19:41:31.673Z"
  },
  "properties": {
    "csname": {
      "type": "string"
    },
    "caption": {
      "type": "string"
    },
    "hotfix_id": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "fix_comments": {
      "type": "string"
    },
    "install_date": {
      "type": "string"
    },
    "installed_by": {
      "type": "string"
    },
    "installed_on": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-programs
{
  "type": "object",
  "title": "System Insights Programs",
  "example": {
    "name": "Update for Windows 10 for x64-based Systems (KB4480730)",
    "version": "2.51.0.0",
    "language": "0",
    "publisher": "Microsoft Corporation",
    "system_id": "5c9e51a13c5146f89bae12d9",
    "install_date": "20190724",
    "install_source": "C:\\Windows\\SoftwareDistribution\\Download\\b78f29c88063bd09e7afd48e257d0126\\img\\",
    "collection_time": "2019-06-03T19:41:31.673Z",
    "install_location": "",
    "uninstall_string": "MsiExec.exe /X{2E8B8BDD-03DF-4C1C-8C99-E6A4BCBF43CE}",
    "identifying_number": "{2E8B8BDD-03DF-4C1C-8C99-E6A4BCBF43CE}"
  },
  "properties": {
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "publisher": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "install_date": {
      "type": "string"
    },
    "install_source": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "install_location": {
      "type": "string"
    },
    "uninstall_string": {
      "type": "string"
    },
    "identifying_number": {
      "type": "string"
    }
  }
}
object system-insights-python-packages
{
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "auther": {
      "type": "string"
    },
    "license": {
      "type": "string"
    },
    "summary": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "directory": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    }
  }
}
object system-insights-safari-extensions
{
  "type": "object",
  "title": "System Insights Safari Extensions",
  "example": {
    "sdk": "6.0",
    "uid": "501",
    "name": "Adblock Plus",
    "path": "/Users/samuelharvanek/Library/Safari/Extensions/Adblock Plus.safariextz",
    "author": "Eyeo GmbH",
    "version": "1.12.5",
    "system_id": "5cdb13e85a0e0719283583c0",
    "identifier": "org.adblockplus.adblockplussafari",
    "update_url": "https://update.adblockplus.org/adblockplussafari/updates.plist",
    "description": "Used by over 50 million people, a free ad blocker that blocks ALL annoying ads, malware and tracking.",
    "developer_id": "GRYYZR985A",
    "collection_time": "2019-05-16T18:58:15.673Z"
  },
  "properties": {
    "sdk": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "author": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "update_url": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "developer_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-scheduled-tasks
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "action": {
      "type": "string"
    },
    "hidden": {
      "type": "integer"
    },
    "enabled": {
      "type": "integer"
    },
    "system_id": {
      "type": "string"
    },
    "last_run_code": {
      "type": "string"
    },
    "last_run_time": {
      "type": "string"
    },
    "next_run_time": {
      "type": "string"
    },
    "last_run_message": {
      "type": "string"
    }
  }
}
object system-insights-secureboot
{
  "type": "object",
  "title": "System Insights Secure Boot",
  "properties": {
    "system_id": {
      "type": "string"
    },
    "setup_mode": {
      "type": "number"
    },
    "secure_boot": {
      "type": "number"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-services
{
  "type": "object",
  "properties": {
    "pid": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "start_type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "module_path": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    },
    "service_type": {
      "type": "string"
    },
    "user_account": {
      "type": "string"
    },
    "win32_exit_code": {
      "type": "integer"
    },
    "service_exit_code": {
      "type": "integer"
    }
  }
}
object system-insights-shadow
{
  "type": "object",
  "title": "System Insights Shadow",
  "properties": {
    "max": {
      "type": "string"
    },
    "min": {
      "type": "string"
    },
    "flag": {
      "type": "string"
    },
    "expire": {
      "type": "string"
    },
    "warning": {
      "type": "string"
    },
    "hash_alg": {
      "type": "string"
    },
    "inactive": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "last_change": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    },
    "password_status": {
      "type": "string"
    }
  }
}
object system-insights-shared-folders
{
  "type": "object",
  "title": "System Insights Shared Folders",
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
object system-insights-shared-resources
{
  "type": "object",
  "title": "System Insights Shared Resources",
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "system_id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "install_date": {
      "type": "string"
    },
    "allow_maximum": {
      "type": "integer"
    },
    "collection_time": {
      "type": "string"
    },
    "maximum_allowed": {
      "type": "string"
    }
  }
}
object system-insights-sharing-preferences
{
  "type": "object",
  "title": "System Insights Sharing Preferences",
  "properties": {
    "system_id": {
      "type": "string"
    },
    "disc_sharing": {
      "type": "integer"
    },
    "file_sharing": {
      "type": "integer"
    },
    "remote_login": {
      "type": "integer"
    },
    "screen_sharing": {
      "type": "integer"
    },
    "collection_time": {
      "type": "string"
    },
    "content_caching": {
      "type": "integer"
    },
    "printer_sharing": {
      "type": "integer"
    },
    "internet_sharing": {
      "type": "integer"
    },
    "bluetooth_sharing": {
      "type": "integer"
    },
    "remote_management": {
      "type": "integer"
    },
    "remote_apple_events": {
      "type": "integer"
    }
  }
}
object system-insights-sip-config
{
  "type": "object",
  "title": "System Insights SIP Config",
  "properties": {
    "enabled": {
      "type": "integer"
    },
    "system_id": {
      "type": "string"
    },
    "config_flag": {
      "type": "string"
    },
    "enabled_nvram": {
      "type": "integer"
    },
    "collection_time": {
      "type": "string"
    }
  }
}
Load more schemas