Censys · Schema

CreateCenseyeJobInputBody

CreateCenseyeJobInputBody schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
target object The asset to analyze. Exactly one of host_id, webproperty_id, or certificate_id must be set.
View JSON Schema on GitHub

JSON Schema

platform-createcenseyejobinputbody-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-createcenseyejobinputbody-schema.json",
  "title": "CreateCenseyeJobInputBody",
  "description": "CreateCenseyeJobInputBody schema from Censys Platform API",
  "type": "object",
  "properties": {
    "target": {
      "$ref": "#/components/schemas/CenseyeTarget",
      "description": "The asset to analyze. Exactly one of host_id, webproperty_id, or certificate_id must be set."
    }
  },
  "required": [
    "target"
  ],
  "additionalProperties": false
}