GetRuleVersionHistory
Retrieve the version history of a specific rule by its ID, enabling tracking of changes and updates for effective monitoring and management on Datadog MCP Server.
Instructions
Get a rule's version history.
Path Parameters:
rule_id (Required): The ID of the rule.
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:
Example:
400: Bad Request
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
403: Not Authorized
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
404: Not Found
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. | |
rule_id | Yes | The ID of the rule. |