AbstractEntity Data Type

Abstract Type
Subtypes
TapePoolBackupDestination, AutoAssignSettings, Warning, RestoredNetwork, AuthenticationDomain, CloudUser, TapeChunk, BackupFile, HypervisorStorage, NodeConfig, AppBackupPolicy, OSBackupPolicy, Tape, VmBackupPolicy, Project, AutoAssignTag, VmTag, Task, StorageProvider, Application, TapeLibrary, HypervisorManager, AppBackupRule, Credential, VmSnapshotMgmtRule, AutoAssignRegExp, FileSystem, CloudServiceProvider, Policy, EnvVariable, EndpointsDeployTask, TaskFiles, Rule, OSAgent, RecoveryPlanRule, NodeBackupDestinationInitInfo, MountedBackup, Backup, TapeDrive, StoragePool, StorageBackupPolicy, DataTransferRate, VirtualMachine, StorageBackupRule, StorageSnapshotMgmtRule, RuleBackupDestination, RecoveryPlanRuleNetwork, WorkflowExecution, DataCenter, VmSnapshotMgmtPolicy, MountedFileSystem, TapeLock, StorageSnapshotMgmtPolicy, CloudGroup, RestoreJob, BackupLocation, AccessKey, Schedule, ArchivedWorkflowExecution, VmDisk, OSBackupRule, CloudBackupPolicy, CloudSite, NetworkInterfaceCard, AllocatedResource, ArchivedRestoreJob, ArchivedWarning, HypervisorCluster, ArchivedTask, Node, BackupPolicy, ArchivedBackup, OSBackupRuleRange, Storage, VmFlavor, VmBackupRule, Quota, AppCmdExecConfig, ProtectedEntitySnapshotAssignment, RecoveryPlanPolicy, BackupRule, TapeManager, ArchivedBackupFile, TapeLocation, SnapshotMgmtPolicy, CloudBackupRule, VmDiskSnapshot, MailingList, BackupDestination, Network, ProtectedEntitySnapshot, ProtectedEntity, AppCmdExecConfigParam, BackupFileLocation, MountedFile, Command, Hypervisor, WorkflowDestination, MountedDisk
Properties
name data type description
guid string
ver number
nameAndGuid NameAndGuid
nameGuidAndType NameGuidAndType
auditEntityName string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "guid" : "...",
  "ver" : 12345,
  "nameAndGuid" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "nameGuidAndType" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "auditEntityName" : "..."
}