Acronis · JSON Structure

Account Management Usage Item Structure

Usage metric for a specific service or resource

Type: object Properties: 4
CybersecurityData ProtectionEndpoint Management

UsageItem is a JSON Structure definition published by Acronis, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

offering_item application_id value edition

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/acronis/refs/heads/main/json-structure/account-management-usage-item-structure.json",
  "description": "Usage metric for a specific service or resource",
  "type": "object",
  "properties": {
    "offering_item": {
      "type": "string",
      "description": "Name of the offering item",
      "example": "vms"
    },
    "application_id": {
      "type": "uuid"
    },
    "value": {
      "type": "double",
      "description": "Current usage value",
      "example": 42
    },
    "edition": {
      "type": "string"
    }
  },
  "name": "UsageItem"
}