ListSecurityMonitoringRules
Retrieve and manage security monitoring rules within Datadog using paginated queries for efficient rule oversight and compliance.
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:
- Content-Type:
- 400: Bad Request
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 429: Too many requests
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
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. |