Skip to main content

Services

RPC methods exposed by this API.

Messages

Data models used across requests/responses.

Enums

Allowed constant values used in message fields.

ActionType

ActionType represents the type of action being performed on a resource Granular ABAC actions, broken up by CRUD.
NameNumberDescription
ACTION_TYPE_UNSPECIFIED0
ACTION_TYPE_INGEST_DATA110Create actions (reserving 100 for generic create)
ACTION_TYPE_CREATE_RUN120
ACTION_TYPE_VIEW_DETAILS200Read actions Lowest-level read action type. If this is denied, all other read actions should be denied. Used for view/search/index metadata and overview details pages.
ACTION_TYPE_VIEW_DATA205Read telemetry data values from channels/runs/assets. Keep ACTION_TYPE_VIEW_DETAILS for non-telemetry “view details” style access.
ACTION_TYPE_EXPORT210
ACTION_TYPE_EDIT_DETAILS310Update/Edit actions (reserving 300 for generic edit) Name, Description, Units
ACTION_TYPE_EDIT_TAGS312
ACTION_TYPE_EDIT_METADATA313
ACTION_TYPE_ARCHIVE400Delete actions