added
New APIs - Retrieve Decrypted Group Values for Grouped Monitors
29 days ago by Martin Zerbib
Two new APIs have been added:
- Decrypt Monitor Groups - Retrieve a dictionary for a specified Monitor of the hashed values alongside their decrypted values for a Monitor
- Decrypt Monitor Run Groups - Retrieve a dictionary for a specified Monitor Run of the hashed values alongside their decrypted Values
{
"decryptedValues": {
"7rhxMMfI/00nEPCeU4JF1yh6DG5HrDYpv6Ruq4npF/s=": [
"Los Angeles"
],
"RAEabd4cIdK7i6arZWQKoweEDcCUAFvkroRld/hyQzU=": [
"New Orleans"
],
"ZNMTMMDB9mVQeOOE4fQL3SBF1Q/U78hvgywLuASeZGI=": [
"Philadelphia"
],
"0ujO9ut/7CYQZWLVzYGUigbccqABrL0el0+GJv5xRTQ=": [
"Brooklyn"
],
"7kC4JpawlbYAk3gVWN9JOO+toV/lOnRgc0a2YWPD1wU=": [
"San Francisco"
],
"nXVWkm7SsR9kv4y8JL4zkY1Fo/KTlm42VE//lrdrt0A=": [
"Chicago"
]
}
}
Why is this useful? As these decrypted values reflect column values in the source database they are not stored or exposed everywhere in sifflet for compliance reasons, specifically not in the data sharing. These APIs allow you to map the hashed values in your data share with their true values.