Censys · JSON Structure

Asset Graph Jenkins Structure

Jenkins schema from Asset Graph API

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

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

Properties

assigned_labels jobs mode node_description node_name slave_agent_port use_security

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/asset-graph-jenkins-structure.json",
  "name": "Jenkins",
  "description": "Jenkins schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "assigned_labels": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Jenkins_Label"
      }
    },
    "jobs": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Jenkins_Job"
      }
    },
    "mode": {
      "type": "string"
    },
    "node_description": {
      "type": "string"
    },
    "node_name": {
      "type": "string"
    },
    "slave_agent_port": {
      "type": "int32"
    },
    "use_security": {
      "type": "boolean"
    }
  }
}