Create an asset with optional configuration parameters. Create an asset
Delete asset. Delete an existing asset
Delete asset. Delete an existing asset
Follow a continuous feed of all data input data points. Your first call to this endpoint will provide you with the most recent data points for each data input and a pagination
object that contains an endCursor
. You can provide the endCursor
to the after
parameter of this endpoint to get data point updates since that endCursor
. If hasNextPage
is false
, no updates are readily available yet. We suggest waiting a minimum of 5 seconds before requesting updates.
Follow a real-time feed of data points for data inputs
Follow a continuous feed of all data input data points. Your first call to this endpoint will provide you with the most recent data points for each data input and a pagination
object that contains an endCursor
. You can provide the endCursor
to the after
parameter of this endpoint to get data point updates since that endCursor
. If hasNextPage
is false
, no updates are readily available yet. We suggest waiting a minimum of 5 seconds before requesting updates.
Follow a real-time feed of data points for data inputs
Returns all known data points during the given time range for all data inputs. This can be filtered by optional tags, specific data input IDs or asset IDs. List historical data points for data inputs
Returns all known data points during the given time range for all data inputs. This can be filtered by optional tags, specific data input IDs or asset IDs. List historical data points for data inputs
Returns last known data points for all data inputs. This can be filtered by optional tags, specific data input IDs or asset IDs. List most recent data points for data inputs
Returns last known data points for all data inputs. This can be filtered by optional tags, specific data input IDs or asset IDs. List most recent data points for data inputs
Returns all data inputs, optionally filtered by tags or asset ids. List all data inputs
Returns all data inputs, optionally filtered by tags or asset ids. List all data inputs
List all assets in the organization. List all assets
List all assets in the organization. List all assets
<n class="warning">
<n class="warning">
Writes values to multiple data outputs on an asset simultaneously. Only the provided data outputs will be updated. Writes to data outputs on an asset
Writes values to multiple data outputs on an asset simultaneously. Only the provided data outputs will be updated. Writes to data outputs on an asset
Update an existing asset. Only the provided fields will be updated. Update an asset
Update an existing asset. Only the provided fields will be updated. Update an asset
<n class="warning">
<n class="warning">
<n class="warning">
<n class="warning">
<n class="warning">
<n class="warning">
Fetch the latest run for a camera or program by default. If startedAtMs is supplied, fetch the specific run that corresponds to that start time. Fetch the latest run for a camera or program
Fetch the latest run for a camera or program by default. If startedAtMs is supplied, fetch the specific run that corresponds to that start time. Fetch the latest run for a camera or program
<n class="warning">
<n class="warning">
<n class="warning">
<n class="warning">
<n class="warning">
<n class="warning">
Generated using TypeDoc
Create an asset with optional configuration parameters. Create an asset