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.| Name | Number | Description |
|---|---|---|
| ACTION_TYPE_UNSPECIFIED | 0 | |
| ACTION_TYPE_INGEST_DATA | 110 | Create actions (reserving 100 for generic create) |
| ACTION_TYPE_CREATE_RUN | 120 | |
| ACTION_TYPE_VIEW_DETAILS | 200 | Read 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_DATA | 205 | Read telemetry data values from channels/runs/assets. Keep ACTION_TYPE_VIEW_DETAILS for non-telemetry “view details” style access. |
| ACTION_TYPE_EXPORT | 210 | |
| ACTION_TYPE_EDIT_DETAILS | 310 | Update/Edit actions (reserving 300 for generic edit) Name, Description, Units |
| ACTION_TYPE_EDIT_TAGS | 312 | |
| ACTION_TYPE_EDIT_METADATA | 313 | |
| ACTION_TYPE_ARCHIVE | 400 | Delete actions |