Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.47 KB

AssetResponse.md

File metadata and controls

21 lines (17 loc) · 1.47 KB

AssetResponse

Asset

Properties

Name Type Description Notes
custom_metadata dict(str, str) The custom fields of an asset. [optional]
data_outputs list[AssetDataOutput] The list of data outputs configured on the asset. [optional]
id str The id of the asset
is_running bool The running status of the asset. Returns True for On, and False for Off.
location AssetLocation [optional]
location_data_input AssetResponseLocationDataInput [optional]
location_type LocationType [optional]
name str The name of the asset.
parent_asset AssetResponseParentAsset [optional]
running_status_data_input AssetResponseRunningStatusDataInput [optional]
tags list[TagTinyResponse] The list of tags associated with the Industrial Asset. By default: empty. Can be set or updated through the Samsara Dashboard or the API at any time. [optional]

[Back to Model list] [Back to API list] [Back to README]