Censys · Schema

Prometheus_Response_PrometheusVersion

Prometheus_Response_PrometheusVersion schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
go_version string Version of Go used to build Prometheus.
revision string Revision of Prometheus.
version string Version of Prometheus.
View JSON Schema on GitHub

JSON Schema

asset-graph-prometheus-response-prometheusversion-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-prometheus-response-prometheusversion-schema.json",
  "title": "Prometheus_Response_PrometheusVersion",
  "description": "Prometheus_Response_PrometheusVersion schema from Asset Graph API",
  "type": "object",
  "properties": {
    "go_version": {
      "description": "Version of Go used to build Prometheus.",
      "type": "string"
    },
    "revision": {
      "description": "Revision of Prometheus.",
      "type": "string"
    },
    "version": {
      "description": "Version of Prometheus.",
      "type": "string"
    }
  },
  "additionalProperties": false
}