All Downloads are FREE. Search and download functionalities are using the official Maven repository.

agent.java.security.newrelic-security-agent.1.4.1.source-code.lc-policy-parameters-schema.json Maven / Gradle / Ivy

Go to download

The New Relic Security Java agent module for full-stack security. To be used in newrelic-java-agent only.

The newest version!
{
  "title": "LCPolicyParameters",
  "description": "Global policy parameters for language collectors",
  "type": "object",
  "properties": {
    "version": {
      "type": "string"
    },
    "timestamp": {
      "type": "integer"
    },
    "lastUpdateTimestamp": {
      "type": "integer"
    },
    "policyPullInterval": {
      "type": "integer"
    },
    "attackerIpTimeout": {
      "type": "integer"
    },
    "allowedIps": {
      "type": "array",
      "items": [
        {
          "type": "string"
        }
      ]
    },
    "blockedIps": {
      "type": "array",
      "items": [
        {
          "type": "string"
        }
      ]
    },
    "allowedApis": {
      "type": "array",
      "items": {}
    },
    "blockedApis": {
      "type": "array",
      "items": {}
    },
    "allowedRequests": {
      "type": "array",
      "items": {}
    }
  },
  "required": [
    "version",
    "policyPullInterval",
    "allowedIps",
    "blockedIps",
    "allowedApis",
    "blockedApis",
    "allowedRequests"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy