Censys · JSON Structure

Platform Prometheus Response Activetarget Labels Structure

Prometheus_Response_ActiveTarget_Labels schema from Censys Platform API

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

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

Properties

instance job

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-labels-structure.json",
  "name": "Prometheus_Response_ActiveTarget_Labels",
  "description": "Prometheus_Response_ActiveTarget_Labels schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "instance": {
      "type": "string",
      "description": "Instance after relabelling has occurred."
    },
    "job": {
      "type": "string",
      "description": "Job of target after relabelling has occurred."
    }
  }
}