ListSecurityMonitoringRules
Retrieve and manage security monitoring rules on the Datadog observability platform by using pagination parameters to filter and organize rule lists effectively.
Instructions
List rules.
Query Parameters:
page[size]: Size for a given page. The maximum allowed value is 100.
page[number]: Specific page number to return.
Responses:
200 (Success): OK
Content-Type:
application/json
Response Properties:
data: Array containing the list of rules.
Example:
400: Bad Request
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
429: Too many requests
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page[number] | No | Specific page number to return. | |
page[size] | No | Size for a given page. The maximum allowed value is 100. |