Rule templates
Get rule templates list
get/cdn/resources/rule_templates
Query parameters
limitinteger
Maximum number of items to return in the response. Cannot exceed 1000.
offsetinteger
Number of items to skip from the beginning of the list.
Response
Successful.
Example response
[
{
"id": 5,
"name": "All images template",
"client": 7,
"deleted": false,
"rule": "/folder/images/*.png",
"ruleType": 0,
"weight": 1,
"template": true,
"default": false,
"overrideOriginProtocol": "HTTPS"
}
]