Get¶
GET /api/v1/data_mask_rule/{data_mask_rule_uuid}/get
Overview¶
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
data_mask_rule_uuid | string | Y | The UUID of the data masking rule |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/data_mask_rule/wdmk_xxxx/get' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed
Response¶
{
"code": 200,
"content": {
"createAt": 1715571687,
"creator": "acnt_xxxx",
"deleteAt": -1,
"field": "aaabbb",
"id": 150,
"name": "gary-test123321",
"reExpr": "https?:\\/\\/(www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,}\\.[a-zA-Z0-9()]{1,6}\\b([-a-zA-Z0-9()@:%_\\+.~#?&//=]*)",
"roleUUIDs": [
"wsAdmin"
],
"status": 0,
"type": "logging",
"updateAt": 1715910622,
"updator": "acnt_xxxx",
"uuid": "wdmk_xxxx",
"workspaceUUID": "wksp_xxxxx"
},
"errorCode": "",
"message": "",
"success": true,
"traceId": "TRACE-2CAD23A8-815F-4A9F-A57D-2066AB3FD164"
}