|
3 | 3 |
|
4 | 4 | ## API Endpoints and Permissions
|
5 | 5 |
|
6 |
| -| Endpoint | Resource Type | Permission | Description | |
7 |
| -| ------------------------ |---------------------|------------------------| -------------------------------------------------------------- | |
8 |
| -| ApplyEntity | Entity | Create, Update, Delete | Apply an entity to the registry | |
9 |
| -| GetEntity | Entity | Read | Get an entity from the registry | |
10 |
| -| ListEntities | Entity | Read | List entities in the registry | |
11 |
| -| DeleteEntity | Entity | Delete | Delete an entity from the registry | |
12 |
| -| ApplyDataSource | DataSource | Create, Update, Delete | Apply a data source to the registry | |
13 |
| -| GetDataSource | DataSource | Read | Get a data source from the registry | |
14 |
| -| ListDataSources | DataSource | Read | List data sources in the registry | |
15 |
| -| DeleteDataSource | DataSource | Delete | Delete a data source from the registry | |
16 |
| -| ApplyFeatureView | FeatureView | Create, Update, Delete | Apply a feature view to the registry | |
17 |
| -| GetFeatureView | FeatureView | Read | Get a feature view from the registry | |
18 |
| -| ListFeatureViews | FeatureView | Read | List feature views in the registry | |
19 |
| -| DeleteFeatureView | FeatureView | Delete | Delete a feature view from the registry | |
20 |
| -| GetStreamFeatureView | StreamFeatureView | Read | Get a stream feature view from the registry | |
21 |
| -| ListStreamFeatureViews | StreamFeatureView | Read | List stream feature views in the registry | |
22 |
| -| GetOnDemandFeatureView | OnDemandFeatureView | Read | Get an on-demand feature view from the registry | |
23 |
| -| ListOnDemandFeatureViews | OnDemandFeatureView | Read | List on-demand feature views in the registry | |
24 |
| -| ApplyFeatureService | FeatureService | Create, Update, Delete | Apply a feature service to the registry | |
25 |
| -| GetFeatureService | FeatureService | Read | Get a feature service from the registry | |
26 |
| -| ListFeatureServices | FeatureService | Read | List feature services in the registry | |
27 |
| -| DeleteFeatureService | FeatureService | Delete | Delete a feature service from the registry | |
28 |
| -| ApplySavedDataset | SavedDataset | Create, Update, Delete | Apply a saved dataset to the registry | |
29 |
| -| GetSavedDataset | SavedDataset | Read | Get a saved dataset from the registry | |
30 |
| -| ListSavedDatasets | SavedDataset | Read | List saved datasets in the registry | |
31 |
| -| DeleteSavedDataset | SavedDataset | Delete | Delete a saved dataset from the registry | |
32 |
| -| ApplyValidationReference | ValidationReference | Create, Update, Delete | Apply a validation reference to the registry | |
33 |
| -| GetValidationReference | ValidationReference | Read | Get a validation reference from the registry | |
34 |
| -| ListValidationReferences | ValidationReference | Read | List validation references in the registry | |
35 |
| -| DeleteValidationReference| ValidationReference | Delete | Delete a validation reference from the registry | |
36 |
| -| ApplyPermission | Permission | Create, Update, Delete | Apply a permission to the registry | |
37 |
| -| GetPermission | Permission | Read | Get a permission from the registry | |
38 |
| -| ListPermissions | Permission | Read | List permissions in the registry | |
39 |
| -| DeletePermission | Permission | Delete | Delete a permission from the registry | |
40 |
| -| Commit | | None | Commit changes to the registry | |
41 |
| -| Refresh | | None | Refresh the registry | |
42 |
| -| Proto | | None | Get the proto representation of the registry | |
| 6 | +| Endpoint | Resource Type | Permission | Description | |
| 7 | +|---------------------------|---------------------|------------------------|-------------------------------------------------| |
| 8 | +| ApplyEntity | Entity | Create, Update, Delete | Apply an entity to the registry | |
| 9 | +| GetEntity | Entity | Read | Get an entity from the registry | |
| 10 | +| ListEntities | Entity | Read | List entities in the registry | |
| 11 | +| DeleteEntity | Entity | Delete | Delete an entity from the registry | |
| 12 | +| ApplyDataSource | DataSource | Create, Update, Delete | Apply a data source to the registry | |
| 13 | +| GetDataSource | DataSource | Read | Get a data source from the registry | |
| 14 | +| ListDataSources | DataSource | Read | List data sources in the registry | |
| 15 | +| DeleteDataSource | DataSource | Delete | Delete a data source from the registry | |
| 16 | +| ApplyFeatureView | FeatureView | Create, Update, Delete | Apply a feature view to the registry | |
| 17 | +| GetFeatureView | FeatureView | Read | Get a feature view from the registry | |
| 18 | +| ListFeatureViews | FeatureView | Read | List feature views in the registry | |
| 19 | +| DeleteFeatureView | FeatureView | Delete | Delete a feature view from the registry | |
| 20 | +| GetSortedFeatureView | SortedFeatureView | Read | Get a sorted feature view from the registry | |
| 21 | +| ListSortedFeatureViews | SortedFeatureView | Read | List sorted feature views in the registry | |
| 22 | +| GetStreamFeatureView | StreamFeatureView | Read | Get a stream feature view from the registry | |
| 23 | +| ListStreamFeatureViews | StreamFeatureView | Read | List stream feature views in the registry | |
| 24 | +| GetOnDemandFeatureView | OnDemandFeatureView | Read | Get an on-demand feature view from the registry | |
| 25 | +| ListOnDemandFeatureViews | OnDemandFeatureView | Read | List on-demand feature views in the registry | |
| 26 | +| ApplyFeatureService | FeatureService | Create, Update, Delete | Apply a feature service to the registry | |
| 27 | +| GetFeatureService | FeatureService | Read | Get a feature service from the registry | |
| 28 | +| ListFeatureServices | FeatureService | Read | List feature services in the registry | |
| 29 | +| DeleteFeatureService | FeatureService | Delete | Delete a feature service from the registry | |
| 30 | +| ApplySavedDataset | SavedDataset | Create, Update, Delete | Apply a saved dataset to the registry | |
| 31 | +| GetSavedDataset | SavedDataset | Read | Get a saved dataset from the registry | |
| 32 | +| ListSavedDatasets | SavedDataset | Read | List saved datasets in the registry | |
| 33 | +| DeleteSavedDataset | SavedDataset | Delete | Delete a saved dataset from the registry | |
| 34 | +| ApplyValidationReference | ValidationReference | Create, Update, Delete | Apply a validation reference to the registry | |
| 35 | +| GetValidationReference | ValidationReference | Read | Get a validation reference from the registry | |
| 36 | +| ListValidationReferences | ValidationReference | Read | List validation references in the registry | |
| 37 | +| DeleteValidationReference | ValidationReference | Delete | Delete a validation reference from the registry | |
| 38 | +| ApplyPermission | Permission | Create, Update, Delete | Apply a permission to the registry | |
| 39 | +| GetPermission | Permission | Read | Get a permission from the registry | |
| 40 | +| ListPermissions | Permission | Read | List permissions in the registry | |
| 41 | +| DeletePermission | Permission | Delete | Delete a permission from the registry | |
| 42 | +| Commit | | None | Commit changes to the registry | |
| 43 | +| Refresh | | None | Refresh the registry | |
| 44 | +| Proto | | None | Get the proto representation of the registry | |
43 | 45 |
|
44 | 46 | ## How to configure Authentication and Authorization
|
45 |
| -Please refer the [page](./../../../docs/getting-started/concepts/permission.md) for more details on how to configure authentication and authorization. |
| 47 | +Please refer the [page](./../../../docs/getting-started/concepts/permission.md) for more details on how to configure authentication and authorization. |
0 commit comments