Akamai · Schema

rate-policy-evaluation-put

Lists actions you can perform on a rate policy evaluation.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
action string Specifies the action to perform on a rate policy evaluation, either `APPLY` or `DISCARD`.
View JSON Schema on GitHub

JSON Schema

akamai-rate-policy-evaluation-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rate-policy-evaluation-put",
  "title": "rate-policy-evaluation-put",
  "additionalProperties": false,
  "description": "Lists actions you can perform on a rate policy evaluation.",
  "properties": {
    "action": {
      "description": "Specifies the action to perform on a rate policy evaluation, either `APPLY` or `DISCARD`.",
      "enum": [
        "APPLY",
        "DISCARD"
      ],
      "type": "string"
    }
  },
  "required": [
    "action"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/rate-policy-evaluation-put.yaml"
  }
}