Request URL
Filter can be created using two methods:
PUT | https://api.dotcom-monitor.com/config_api_v1/filters |
POST | https://api.dotcom-monitor.com/config_api_v1/filters?verb=PUT |
Header Parameters
Content-Type: application/json
Required Body Parameters
To specify a JSON object parameters for a new filter, we recommend you get an existed filter info first and use the response as a sample for a new filter object.
Field | Type | Required/Optional | Description | |
Name |
string |
required |
Filter name.
Example:
|
|
Rules |
object |
required |
Required Rules:
Example:
|
Success Response
Field |
Type |
Description |
Result |
int32 |
The unique id for the filter. |