zone-analytics-api_uniques

APIs.ioEngineeringPlatform

Properties

Name Type Description
all integer Total number of unique IP addresses within the time range.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zone-analytics-api-uniques-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zone-analytics-api_uniques",
  "title": "zone-analytics-api_uniques",
  "properties": {
    "all": {
      "description": "Total number of unique IP addresses within the time range.",
      "type": "integer"
    }
  },
  "type": "object"
}