Censys · Schema

Prometheus

Prometheus schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
response object Information Prometheus captured as well as build information.
View JSON Schema on GitHub

JSON Schema

platform-prometheus-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/platform-prometheus-schema.json",
  "title": "Prometheus",
  "description": "Prometheus schema from Censys Platform API",
  "type": "object",
  "properties": {
    "response": {
      "$ref": "#/components/schemas/Prometheus_Response",
      "description": "Information Prometheus captured as well as build information."
    }
  },
  "additionalProperties": false
}