This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
Add Tags support for PaaS services #41
Labels
accs
Application Container Cloud Service
dbcs
Database Cloud Service
jcs
Java Cloud Service
mysqlcs
MySQL Cloud Service
new-data-source
new-resource
Add support for a Tags resource and tag assignment to the PaaS service instances
Tags and Assignments REST Endpoints
Tag resource/datasource
A new Tag resource should be added to manage creation of new tags, and a Tag data source for using existing defined Tags. A Tag is uniquely defined by the key/value pair (i.e. multiple tags can have the same key) e.g.
Tag assignment (for discussion)
Tags are assigned to instances using the
tags
API, so tag the assignment relationships could be implemented as part of the Tag resource, however for a more natural usage, and consistency to tagging or other resources, the proposal is to declare the Tags are part of the instance resources (JCS, DBCS, ACCS, MySQLCS etc) and have the resource implementation use the tags api to assign and update the tag allocation, e.g.The text was updated successfully, but these errors were encountered: