Censys · JSON Structure

Platform Prometheus Response Activetarget Structure

Prometheus_Response_ActiveTarget schema from Censys Platform API

Type: object Properties: 6
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Prometheus_Response_ActiveTarget is a JSON Structure definition published by Censys, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

discovered_labels health labels last_error last_scrape scrape_url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-prometheus-response-activetarget-structure.json",
  "name": "Prometheus_Response_ActiveTarget",
  "description": "Prometheus_Response_ActiveTarget schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "discovered_labels": {
      "$ref": "#/components/schemas/Prometheus_Response_ActiveTarget_DiscoveredLabels"
    },
    "health": {
      "type": "string",
      "description": "Whether target is up or down."
    },
    "labels": {
      "$ref": "#/components/schemas/Prometheus_Response_ActiveTarget_Labels"
    },
    "last_error": {
      "type": "string",
      "description": "Last error that occurred within target."
    },
    "last_scrape": {
      "type": "string",
      "description": "Last time Prometheus scraped target."
    },
    "scrape_url": {
      "type": "string",
      "description": "URL that Prometheus scraped."
    }
  }
}