Censys · Schema

Stun_Turn_AllocateErrorResponse

Stun_Turn_AllocateErrorResponse schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
error_code integer
error_reason string
has_fingerprint boolean
nonce string
realm string
software string
View JSON Schema on GitHub

JSON Schema

asset-graph-stun-turn-allocateerrorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-stun-turn-allocateerrorresponse-schema.json",
  "title": "Stun_Turn_AllocateErrorResponse",
  "description": "Stun_Turn_AllocateErrorResponse schema from Asset Graph API",
  "type": "object",
  "properties": {
    "error_code": {
      "format": "int32",
      "type": "integer"
    },
    "error_reason": {
      "type": "string"
    },
    "has_fingerprint": {
      "type": "boolean"
    },
    "nonce": {
      "type": "string"
    },
    "realm": {
      "type": "string"
    },
    "software": {
      "type": "string"
    }
  },
  "additionalProperties": false
}