List DLP regular expressions
GET https://{{host}}/etp-config/v3/configs/:configId/patterns/regexes
Returns a list of DLP regular expressions.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"createdBy": "jsmith",
"createdDate": "2022-02-07T11:11:54.053+00:00",
"id": "6180",
"modifiedBy": "jsmith",
"modifiedDate": "2022-02-07T11:11:54.053+00:00",
"regex": "*.com"
},
{
"createdBy": "jsmith",
"createdDate": "2022-02-01T07:37:35.697+00:00",
"id": "6140",
"modifiedBy": "jsmith",
"modifiedDate": "2022-02-01T07:37:35.697+00:00",
"regex": "example.com"
},
{
"createdBy": "jkowalski",
"createdDate": "2022-02-02T10:23:55.734+00:00",
"id": "6160",
"modifiedBy": "jsmith",
"modifiedDate": "2022-02-02T10:23:55.734+00:00",
"regex": "2"
}
] |
ENDPOINTS