Censys · JSON Structure

Platform Autoreplenishconfig Structure

AutoReplenishConfig schema from Censys Platform API

Type: object Properties: 3 Required: 1
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

AutoReplenishConfig is a JSON Structure definition published by Censys, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount enabled threshold

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-autoreplenishconfig-structure.json",
  "name": "AutoReplenishConfig",
  "description": "AutoReplenishConfig schema from Censys Platform API",
  "type": "object",
  "required": [
    "enabled"
  ],
  "additionalProperties": false,
  "properties": {
    "amount": {
      "type": "int64",
      "description": "The amount of credits to replenish when auto-replenish is triggered."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the organization has auto-replenish enabled."
    },
    "threshold": {
      "type": "int64",
      "description": "The threshold at which the organization's credit balance will be auto-replenished."
    }
  }
}