actions-cache-usage-org-enterprise

APIs.ioEngineeringPlatform

Properties

Name Type Description
total_active_caches_count integer The count of active caches across all repositories of an enterprise or an organization.
total_active_caches_size_in_bytes integer The total size in bytes of all active cache items across all repositories of an enterprise or an organization.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-actions-cache-usage-org-enterprise-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/actions-cache-usage-org-enterprise",
  "title": "actions-cache-usage-org-enterprise",
  "type": "object",
  "properties": {
    "total_active_caches_count": {
      "type": "integer",
      "description": "The count of active caches across all repositories of an enterprise or an organization."
    },
    "total_active_caches_size_in_bytes": {
      "type": "integer",
      "description": "The total size in bytes of all active cache items across all repositories of an enterprise or an organization."
    }
  },
  "required": [
    "total_active_caches_count",
    "total_active_caches_size_in_bytes"
  ]
}