Censys · Schema

Pprof

Pprof schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
allocs integer
block integer
cmdline string
goroutine integer
heap integer
mutex integer
profile integer
threadcreate integer
trace integer
View JSON Schema on GitHub

JSON Schema

asset-graph-pprof-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-pprof-schema.json",
  "title": "Pprof",
  "description": "Pprof schema from Asset Graph API",
  "type": "object",
  "properties": {
    "allocs": {
      "format": "int32",
      "type": "integer"
    },
    "block": {
      "format": "int32",
      "type": "integer"
    },
    "cmdline": {
      "type": "string"
    },
    "goroutine": {
      "format": "int32",
      "type": "integer"
    },
    "heap": {
      "format": "int32",
      "type": "integer"
    },
    "mutex": {
      "format": "int32",
      "type": "integer"
    },
    "profile": {
      "format": "int32",
      "type": "integer"
    },
    "threadcreate": {
      "format": "int32",
      "type": "integer"
    },
    "trace": {
      "format": "int32",
      "type": "integer"
    }
  },
  "additionalProperties": false
}