Added
Snapshot and history endpoints to Cloud Diagrams API
1 day ago
Added four endpoints:
- GET /clouddiagrams/v1/statussheet/{id}/snapshots: Returns the list of saved snapshots for the specified diagram layer.
- GET /clouddiagrams/v1/statussheet/{id}/snapshot: Returns a single snapshot of the specified diagram layer identified by its ID.
- GET /clouddiagrams/v1/activity: Returns snapshot activity groups for the specified diagram layer, ordered by timestamp descending.
- GET /clouddiagrams/v1/activity/node-activities: Returns individual activity records for the specified component node, ordered by timestamp descending.