Skip to content

Commit

Permalink
Update notifications.md
Browse files Browse the repository at this point in the history
Adding payload examples for transfer and deletion
  • Loading branch information
Eraldo Junior authored and bari12 committed Sep 13, 2023
1 parent 1692d3c commit 62ee228
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/operator/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ The events generated by Rucio are categorized into different event types. Each e
| Delete empty DIDs where the DIDType is DATASET | ERASE | ```{'scope': 'data', 'name': 'this.is.a.dataset','account': 'root'}``` |
| When the replication rule transitioning into OK_STATE for DIDs which are closed | RULE_OK | ```{'scope': 'data','name': 'this.is.a.dataset','rule_id': '18432d3c5aad43e3a4ed10ff61e5d1ce','progress': 30,'vo': 'testvo'}``` |
| For replication replication rule, for each 10% of progress | RULE_PROGRESS | ```{'scope': 'data','name': 'this.is.a.dataset','rule_id': '18432d3c5aad43e3a4ed10ff61e5d1ce','progress': 30,'vo': 'testvo'}``` |
| When the replication rule transitioning into OK_STATE for each DATASET covered by the rule | DATASETLOCK_OK | ```{'scope': 'data','name': 'this.is.a.dataset','rse': 'TESTRSE','rse_id': '3ddb29c028574f7288595711bc83f3e6''vo': 'testvo'}``` |
| When a transfer has been completed | transfer-done | |
| When a transfer has been fail | transfer-failed | |
| When a deletion has been successful | deletion-done | |
| When a deletion has been fail | deletion-failed | |
| When the replication rule transitioning into OK_STATE for each DATASET covered by the rule | DATASETLOCK_OK | ```{'scope': 'data','name': 'this.is.a.dataset','rse': 'TESTRSE', 'rse_id': '3ddb29c028574f7288595711bc83f3e6''vo': 'testvo'}``` |
| When a transfer has been completed | transfer-done | ```{'scope': 'data','name': 'this.is.a.dataset', 'src-rse': 'TESTRSE', 'dst-rse': 'TESTRSE', 'activity': 'User Subscription', 'request-id': None, 'transfer-id': None, 'created_at': '2023-07-05 14:51:55.378549', 'transferred_at': '2023-07-05 14:51:55.378549'}``` |
| When a transfer has been fail | transfer-failed | ```{'scope': 'data','name': 'this.is.a.dataset', 'src-rse': 'TESTRSE', 'dst-rse': 'TESTRSE', 'activity': 'User Subscription', 'request-id': None, 'transfer-id': None, 'created_at': '2023-07-05 14:51:55.378549', 'transferred_at': '2023-07-05 14:51:55.378549'}``` |
| When a deletion has been successful | deletion-done | ```{'scope': 'data','name': 'this.is.a.dataset', 'rse': 'TESTRSE','request-id': None, 'url': None,'bytes': 1000000, 'created_at': '2023-07-05 14:51:55.378549'}``` |
| When a deletion has been fail | deletion-failed | ```{'scope': 'data','name': 'this.is.a.dataset', 'rse': 'TESTRSE','request-id': None, 'url': None,'bytes': 1000000, 'created_at': '2023-07-05 14:51:55.378549'}``` |

0 comments on commit 62ee228

Please sign in to comment.