Akamai · Schema

ja4-client-tls-fingerprint-get-200

The GET Response JSON for JA4 Client TLS Fingerprint.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
headerNames array The header name where you add the JA4 client TLS fingerprint details.
View JSON Schema on GitHub

JSON Schema

akamai-ja4-client-tls-fingerprint-get-200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ja4-client-tls-fingerprint-get-200",
  "title": "ja4-client-tls-fingerprint-get-200",
  "additionalProperties": false,
  "description": "The GET Response JSON for JA4 Client TLS Fingerprint.",
  "properties": {
    "headerNames": {
      "description": "The header name where you add the JA4 client TLS fingerprint details.",
      "items": {
        "description": "The header name.",
        "type": "string"
      },
      "maxItems": 1,
      "minItems": 1,
      "nullable": true,
      "type": "array",
      "uniqueItems": true
    }
  },
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/ja4-client-tls-fingerprint-get-200.yaml"
  }
}