Not really an OSDK request, more of a platform SDK and REST API request, but there wasn’t an appropriate tag.
I’ve been adapting the ‘Platform governance application using the Platform SDK’ product from the AIP Now Product Reference Store for my enrollment.
I would like to be able to add in functionality to represent compass tags, so that these can be used to organize resources and set up alerts for platform administrators. An example might be to tag various types of Projects (Datasource, Integration, Ontology, Application, etc.) and monitor conditions based on the tag - instead of relying on a naming scheme.
Minimal viability (for my purposes at least) would include the following endpoints - modeled after the existing endpoints for Markings - in the platform SDK.
| Target | Method | Marking Equivalent Endpoint |
|---|---|---|
| List Tags Of Resource | GET | /api/v2/filesystem/resources/{resourceRid}/markings |
| List Tags | GET | /api/v2/admin/markings |
| Get Tag | GET | /api/v2/admin/markings/{markingId} |
| List Tag Categories | GET | /api/v2/admin/markingCategories |
| Get Tag Category | GET | /api/v2/admin/markingCategories/{markingCategoryId} |