Acronis · JSON Structure

Account Management Offering Item Structure

An Acronis service or feature that can be enabled for a tenant

Type: object Properties: 5
CybersecurityData ProtectionEndpoint Management

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

Properties

name application_id status quota 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-offering-item-structure.json",
  "description": "An Acronis service or feature that can be enabled for a tenant",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Offering item identifier name",
      "example": "vms"
    },
    "application_id": {
      "type": "uuid",
      "description": "Application that provides this offering item"
    },
    "status": {
      "type": "int32",
      "description": "Item status (1=active, 0=inactive)",
      "example": 1
    },
    "quota": {
      "$ref": "#/components/schemas/Quota"
    },
    "edition": {
      "type": "string",
      "description": "Edition name this item belongs to",
      "example": "standard"
    }
  },
  "name": "OfferingItem"
}