Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.3
-
None
Description
Background
In cases where Atlas data is synchronized to other Atlas clusters, it is necessary to store some information about the nature of operation.
REST APIs to access this entity should be available as these can be used to fetch data about the cluster entity.
Use cases:
- Scenario: Data generated by Export operation on one cluster (say cl1) can be used to Import into another cluster (say cl2). This operation will result in data such at AtlasImportResult that can be used later for performing subsequent operations or for audits. The AtlasCluster entity will be a good home for this data. REST APIs on AtlasCluster can be used for retrieveing this data.
Approach guidance:
- Create AtlasCluster entity.
- Create ClusterService that will use the OGM framework within Atlas to aid with save and load operations