Asset Export Schema
This is the schema Mondoo uses when exporting asset data to JSONL.
Asset type
object
Asset properties
Property | Type | Required? | Nullable? |
---|---|---|---|
mrn (deprecated) | |||
asset_mrn | string | Yes | No |
asset_id | string | Yes | No |
space_mrn | string | Yes | No |
space_id | string | Yes | No |
space_name | string | Yes | No |
name | string | Yes | No |
platform_name | string | Yes | No |
error | string | Yes | Yes |
score_updated_at | string | Yes | No |
updated_at | string | Yes | No |
labels | object | Yes | No |
annotations | object | Yes | No |
exported_at | string | Yes | No |
base_score | integer | Yes | Yes |
risk_score | integer | Yes | Yes |
mrn property
Deprecated: Use asset_mrn
instead.
asset_mrn property
Unique identifier for the asset
asset_mrn
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
asset_id property
Unique identifier for the asset
asset_mrn
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
space_mrn property
Mondoo identifier for the space containing the asset
asset_mrn
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
space_id property
Unique identifier for the space containing the asset
asset_mrn
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
space_name property
Name of the space containing the asset
asset_mrn
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
name property
Name of the asset
name
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
platform_name property
Name of the asset's platform
platform_name
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
error property
Error, if any
error
Type | Required? | Nullable? |
---|---|---|
String | Yes | Yes |
score_updated_at property
Timestamp when the score of this asset was last updated. This is a date-time string matching RFC 3339, section 5.6.
score_updated_at
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
updated_at property
Timestamp when this asset was last updated. This is a date-time string matching RFC 3339, section 5.6.
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
labels property
Metadata that Mondoo users add to assets
labels
Type | Required? | Nullable? |
---|---|---|
Object | Yes | No |
annotations property
Metadata that Mondoo adds to assets
annotations
Type | Required? | Nullable? |
---|---|---|
Object | Yes | No |
exported_at property
Timestamp when this data was exported. This is a date-time string matching RFC 3339, section 5.6.
exported_at
Type | Required? | Nullable? |
---|---|---|
String | Yes | No |
risk_factors
Read Risk Factor Export Schema.
base_score property
Asset's score from most recent policy-based scan
base_score
Type | Required? | Nullable? |
---|---|---|
Integer | Yes | Yes |
risk_score property
Asset's risk score
risk_score
Type | Required? | Nullable? |
---|---|---|
Integer | Yes | Yes |