Search incidents
POST/v1/incidents/search
Search incidents
Request
- application/json
Body
required
Search incidents
- Array [
- ]
filter object
key int64
processDefinitionKey int64
processInstanceKey int64
type string
Possible values: [UNSPECIFIED
, UNKNOWN
, IO_MAPPING_ERROR
, JOB_NO_RETRIES
, CONDITION_ERROR
, EXTRACT_VALUE_ERROR
, CALLED_ELEMENT_ERROR
, UNHANDLED_ERROR_EVENT
, MESSAGE_SIZE_EXCEEDED
, CALLED_DECISION_ERROR
, DECISION_EVALUATION_ERROR
, FORM_NOT_FOUND
]
message string
creationTime string
state string
Possible values: [ACTIVE
, MIGRATED
, RESOLVED
, PENDING
]
jobKey int64
tenantId string
size int32
searchAfter object[]
sort object[]
field string
order string
Possible values: [ASC
, DESC
]
Responses
- 200
- 400
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
items object[]
key int64
processDefinitionKey int64
processInstanceKey int64
type string
Possible values: [UNSPECIFIED
, UNKNOWN
, IO_MAPPING_ERROR
, JOB_NO_RETRIES
, CONDITION_ERROR
, EXTRACT_VALUE_ERROR
, CALLED_ELEMENT_ERROR
, UNHANDLED_ERROR_EVENT
, MESSAGE_SIZE_EXCEEDED
, CALLED_DECISION_ERROR
, DECISION_EVALUATION_ERROR
, FORM_NOT_FOUND
]
message string
creationTime string
state string
Possible values: [ACTIVE
, MIGRATED
, RESOLVED
, PENDING
]
jobKey int64
tenantId string
sortValues object[]
total int64
{
"items": [
{
"key": 0,
"processDefinitionKey": 0,
"processInstanceKey": 0,
"type": "UNSPECIFIED",
"message": "string",
"creationTime": "string",
"state": "ACTIVE",
"jobKey": 0,
"tenantId": "string"
}
],
"sortValues": [
{}
],
"total": 0
}
Data invalid
- application/problem+json
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
API application error
- application/problem+json
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Loading...