AssetStatus

Aggregated status of the underlying assets of a lake or zone.

JSON representation
{
  "updateTime": string,
  "activeAssets": integer,
  "securityPolicyApplyingAssets": integer
}
Fields
updateTime

string (Timestamp format)

Last update time of the status.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

activeAssets

integer

Number of active assets.

securityPolicyApplyingAssets

integer

Number of assets that are in process of updating the security policy on attached resources.