- Open API
- Quick Start
- About Pagination
- Member Management
- Team Management
- Schedule Management
- Information Retrieval
- Preference Settings
- Channel
- Template Management
- Incident Management
- Group View
- Match conditions
- Enable rule
- Disable rule
- Delete rule
- Rule list
- See creation interface for filters explanation
- Create rule
- Rule description
- Update rule
- Channel
- Match conditions
- Match conditions
- Update rule
- Channel
- Rule ID
- Inner conditions
- Enable rule
- Rule list
- Rule details
- Rule name
- Rule description
- Match conditions
- Rule description
- See creation interface for filters explanation
- Disable rule
- Rule description
- Alert Management
- Change Management
- Insights (old)
- Custom Fields
- Service Calendar
- Label Enhancement
- Alert Processing
- Integration Routing
- License Management
- Insights
- Event API
- Webhook
Inner conditions
POST
/change/list
Request
Body Params application/json
p
integer
Match conditions
limit
integer
Name
asc
boolean
Update rule
start_time
integer
Channel
end_time
integer
Rule ID
filters
array[array (AndFilters) {1}]
Required when updating
object (Filter)
optional
include_events
boolean
Rule description
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://prod-cn.your-api-server.com/change/list' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200成功
application/json
Body
error
object (DutyError)
optional
code
enum<string>
Rule description
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Inner conditions
data
object
optional
items
array[object (Change) {12}]
Inner conditions
has_next_page
boolean
Match conditions
total
integer
Name
Example
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"change_id": "string",
"data_source_id": 0,
"data_source_name": "string",
"title": "string",
"description": "string",
"change_key": "string",
"change_status": "Planned",
"start_time": 0,
"last_time": 0,
"end_time": 0,
"labels": {},
"events": [
{
"event_id": "string",
"data_source_id": 0,
"title": "string",
"description": "string",
"change_key": "string",
"change_status": "Planned",
"link": "string",
"event_time": 0,
"labels": {}
}
]
}
],
"has_next_page": true,
"total": 0
}
}
Modified at 2025-01-22 10:14:38