OBJECT

AssetMetadata

Description

AssetMetadata stores the metadata of the asset.

link GraphQL Schema definition

  • type AssetMetadata {
  • # Platform signifies the platform of the asset.
  • platform: Platform!
  • # Platform category stores the platform category of the asset.
  • platformCategory: PlatformCategory!
  • # Cloud account signifies the cloud account of the asset.
  • cloudAccountInfo: CloudAccountInfo
  • # Cluster information signifies the cluster details of the asset.
  • clusterInfo: ClusterInfo
  • # Size signifies the size of the asset in bytes.
  • size: Long!
  • # Physical host signifies the physical host of the asset.
  • physicalHost: String!
  • # Region signifies the region of the asset.
  • region: String!
  • # First seen time signifies the initial detection time of the asset in
  • # milliseconds.
  • firstSeenTime: Long!
  • # Creation time signifies the creation time of the asset in milliseconds.
  • creationTime: Long!
  • # Last access time signifies the last access time of the asset in
  • # milliseconds.
  • lastAccessTime: Long!
  • # Backup status signifies the status of backup of the asset.
  • backupStatus: BackupStatus!
  • # Rubrik SLA Domain information signifies the SLA Domain information for
  • # the asset. This field will only be populated when Rubrik backs up the
  • # asset.
  • rubrikSlaInfo: RubrikSlaInfo
  • # Signifies the encryption status for the asset.
  • encryption: Encryption!
  • # Signifies logging status for the asset.
  • logging: Logging!
  • # Signifies network access for the asset.
  • networkAccess: NetworkAccess!
  • }

link Require by