Get Anon Settings
Returns all anonymization settings available in this usage meter appliance.
Request
URI
GET
https://umip/api/v1/anon-settings
COPY
Responses
200
Data deanonymized successfully.
Returns
AnonSettings
of type(s)
application/json
{
"disabled": false,
"settings": [
{
"group": "string",
"description": "string",
"enabled": false,
"dataPath": [
{
"stream": "string",
"who": "string",
"path": "string",
"description": "string",
"enabled": false
}
]
}
],
"redactionString": "string"
}
boolean
disabled
Optional
True to disable anonymization. When false or undefined anonymization is enabled.
array of
object
settings
Optional
The list of configured anonymization groups.
string
redactionString
Optional
When set, anonymization is performed using the given string by replacing all enabled data path elements with it instead of hashing values.
401
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v1/anon-settings