Change Count
POST
/report/oncall/changesMaximum time span supported is 6 months
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
step
enum<string>
Statistics cycle
Day, Week, Month
Allowed values:
dayweekmonth
start_time
integer
Start timestamp
end_time
integer
End timestamp
Example
{
"step": "day",
"start_time": 0,
"end_time": 0
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
data
object
optional
items
array [object {3}]
required
Example
Not configured
Last modified: 2 个月前