Parameter | Description |
---|---|
List ID | The ID of the client list to get security configuration policies for. |
Parameter | Description |
---|---|
Account Switch Key | An account switch key to execute the operation on behalf of a different account. |
{
"listId": "1234_NORTHAMERICAGEOALLOWLIST",
"usage": [
{
"configId": 1111,
"configName": "Sec Configuration for IT",
"policyId": "abc_12345",
"policyName": "WAF Policy",
"production": {
"protections": [
{
"instances": [
{
"id": "54321"
}
],
"protection": "CUSTOM_RULES"
}
],
"version": 2
},
"staging": {
"protections": [
{
"instances": [
{
"id": "54321"
}
],
"protection": "CUSTOM_RULES"
}
],
"version": 2
}
}
]
}
Was this page helpful?