Akamai · Schema

post-cpcode

Specifies a list of CP codes to invalidate or delete.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
objects array For CP code-based operations, an array of the CP codes you want to purge.
View JSON Schema on GitHub

JSON Schema

fast-purge-post-cpcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/fast-purge-post-cpcode-schema.json",
  "title": "post-cpcode",
  "additionalProperties": false,
  "description": "Specifies a list of CP codes to invalidate or delete.",
  "properties": {
    "objects": {
      "description": "For CP code-based operations, an array of the CP codes you want to purge.",
      "items": {
        "type": "integer"
      },
      "type": "array"
    }
  },
  "required": [
    "objects"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/post-cpcode.yaml"
  }
}