Attributes
CMDB attributes are implemented as fields on Salesforce sObjects. Cloudaware follows consistent conventions, so identity, lifecycle, ownership, and cost/security fields behave similarly across object types.
Identity
- Human‑readable name:
Namefield; not guaranteed to be globally unique.
- Stable UUID:
- Many objects use
CA10__caUuid__cas a deduplication key across providers and collectors.
- Many objects use
- Provider IDs:
- Fields such as
CA10__instanceId__c,CA10__resourceId__c, etc. holding cloud‑native identifiers.
- Fields such as
- Salesforce ID:
- Standard
Idfield uniquely identifying each record.
- Standard
- Lifecycle timestamps:
CA10__disappearanceTime__c— null when the resource is active; populated when it disappears from the source.
Configuration & Runtime State
- Core configuration attributes:
- Size, type, region/zone, OS, engine/version, etc.
- Runtime state:
- Status enumerations (for example,
running/stopped/terminated). - Health/availability indicators when available from providers or monitoring tools.
- Status enumerations (for example,
Security Posture
- Fields reflecting:
- Security group/firewall associations.
- Encryption and backup flags.
- Vulnerability/compliance summaries (for example, counts, highest severity).
- Agent presence for EDR, vulnerability, or monitoring tooling.
Cost & Business Metadata
- Cost‑related fields:
- Linked billing account or contract.
- Aggregated spend or unit cost where applicable.
- Business metadata:
- Owner, team, business unit.
- Environment, application, service.
- Normalized tags/labels consolidated from provider‑specific tagging schemes.
For API‑level field types and constraints, see: