Acronis · Example Payload

Account Management Tenant Example

CybersecurityData ProtectionEndpoint Management

Account Management Tenant Example is an example object payload from Acronis, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamekindenabledparent_idcustomer_typecreated_atupdated_atversioncontact

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "name": "Production Tenant",
  "kind": "root",
  "enabled": true,
  "parent_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "customer_type": "default",
  "created_at": "2025-03-15T14:30:00Z",
  "updated_at": "2025-03-15T14:30:00Z",
  "version": 1,
  "contact": "sample-value"
}