body params
Examples
shell
curl https://${domain}/rosetta-open/incident/rangeQueryPastIncidents \
-X POST \
-H 'Content-Type: application/json' \
-H 'X-STARDUST-KEY: <X-STARDUST-KEY>' \
-H 'X-TS: <X-TS>' \
-H 'X-SIGN: <X-SIGN>' \
-d '{"queryType":"fixedTime","timeStart":1747995837000,"timeEnd":1747995837000}'
json
Response Field Descriptions
Field Name | Type | Description |
---|---|---|
id | number | Unique identifier of the incident fix record. |
incidentFixDesc | string | Incident Description |
reportedTime | number | Incident reported time (timestamp). |
fixedTime | number | Incident fixed time (timestamp). |
incidentLevel | string | Incident impact level (High/Medium). |
dataIntegrity | string | Categories of Data Export Issues. |
downtime | number | Downtime caused by incident. |
responses
json