3167edfc43
Change-Id: Ic74ac379f4a03bceba0e1dd42ffbf91b372f2eef
28 lines
926 B
JSON
28 lines
926 B
JSON
{
|
|
"blacklists": [
|
|
{
|
|
"description": "This is a blacklisted domain.",
|
|
"links": {
|
|
"self": "http://127.0.0.1:9001/v2/blacklists/af91edb5-ede8-453f-af13-feabdd088f9c"
|
|
},
|
|
"pattern": "^([A-Za-z0-9_\\-]+\\.)*example\\.com\\.$",
|
|
"created_at": "2016-05-20 06:15:42",
|
|
"updated_at": null,
|
|
"id": "af91edb5-ede8-453f-af13-feabdd088f9c"
|
|
},
|
|
{
|
|
"description": "Example blacklisted domain.",
|
|
"links": {
|
|
"self": "http://127.0.0.1:9001/v2/blacklists/f26e22f8-619f-4738-9077-0586e7cb76bd"
|
|
},
|
|
"pattern": "^examples\\.com\\.$",
|
|
"created_at": "2016-05-20 06:22:12",
|
|
"updated_at": null,
|
|
"id": "f26e22f8-619f-4738-9077-0586e7cb76bd"
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "http://127.0.0.1:9001/v2/blacklists"
|
|
}
|
|
}
|