Censys · Schema
Eip_Identity
Eip_Identity schema from Censys Platform API
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery
Properties
| Name | Type | Description |
|---|---|---|
| device_type | string | |
| device_type_code | integer | |
| product_code | integer | |
| product_name | string | |
| revision | string | |
| serial_number | integer | |
| socket_addr | string | |
| socket_port | integer | |
| state | integer | |
| status | integer | |
| vendor_id | string | |
| vendor_name | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-eip-identity-schema.json",
"title": "Eip_Identity",
"description": "Eip_Identity schema from Censys Platform API",
"type": "object",
"properties": {
"device_type": {
"type": "string"
},
"device_type_code": {
"format": "int32",
"minimum": 0,
"type": "integer"
},
"product_code": {
"format": "int32",
"minimum": 0,
"type": "integer"
},
"product_name": {
"type": "string"
},
"revision": {
"type": "string"
},
"serial_number": {
"format": "int32",
"minimum": 0,
"type": "integer"
},
"socket_addr": {
"type": "string"
},
"socket_port": {
"format": "int32",
"minimum": 0,
"type": "integer"
},
"state": {
"format": "int32",
"minimum": 0,
"type": "integer"
},
"status": {
"format": "int32",
"minimum": 0,
"type": "integer"
},
"vendor_id": {
"type": "string"
},
"vendor_name": {
"type": "string"
}
},
"additionalProperties": false
}