OntologyBulkDeleteAccepted
Data returned by Trigger Ontology Bulk Delete. Required fields are run_id, status.
run_idRun Id (string)필수
status object필수
Collection-scoped ontology bulk delete status.
collection_idCollection Id (string)필수
stateState (string)
Possible values: [idle, pending, running, completed, partial, failed, cancelled]
기본값:
idleactiveActive (boolean)
기본값:
falserequested_by object
하나 이상(anyOf)
- string
- null
string
run_id object
하나 이상(anyOf)
- string
- null
string
started_at object
하나 이상(anyOf)
- integer
- null
integer
updated_at object
하나 이상(anyOf)
- integer
- null
integer
ended_at object
하나 이상(anyOf)
- integer
- null
integer
expires_at object
하나 이상(anyOf)
- integer
- null
integer
staleStale (boolean)
기본값:
falserelations object
Aggregate progress by ontology resource kind.
totalTotal (integer)
Possible values: >= 0
기본값:
0completedCompleted (integer)
Possible values: >= 0
기본값:
0failedFailed (integer)
Possible values: >= 0
기본값:
0skippedSkipped (integer)
Possible values: >= 0
기본값:
0entities object
Aggregate progress by ontology resource kind.
totalTotal (integer)
Possible values: >= 0
기본값:
0completedCompleted (integer)
Possible values: >= 0
기본값:
0failedFailed (integer)
Possible values: >= 0
기본값:
0skippedSkipped (integer)
Possible values: >= 0
기본값:
0items object[]
Array [
idId (string)필수
nameName (string)필수
kindKind (string)필수
Possible values: [relation_type, entity_type]
stateState (string)
Possible values: [pending, running, completed, failed, skipped]
기본값:
pendingsteps object
property name*string
error object
하나 이상(anyOf)
- string
- null
string
]
failed_items object[]
Array [
idId (string)필수
nameName (string)필수
kindKind (string)필수
Possible values: [relation_type, entity_type]
stateState (string)
Possible values: [pending, running, completed, failed, skipped]
기본값:
pendingsteps object
property name*string
error object
하나 이상(anyOf)
- string
- null
string
]
current_item_id object
하나 이상(anyOf)
- string
- null
string
message object
하나 이상(anyOf)
- string
- null
string
OntologyBulkDeleteAccepted
{
"run_id": "string",
"status": {
"collection_id": "string",
"state": "idle",
"active": false,
"requested_by": "string",
"run_id": "string",
"started_at": 0,
"updated_at": 0,
"ended_at": 0,
"expires_at": 0,
"stale": false,
"relations": {
"total": 0,
"completed": 0,
"failed": 0,
"skipped": 0
},
"entities": {
"total": 0,
"completed": 0,
"failed": 0,
"skipped": 0
},
"items": [
{
"id": "string",
"name": "string",
"kind": "relation_type",
"state": "pending",
"steps": {},
"error": "string"
}
],
"failed_items": [
{
"id": "string",
"name": "string",
"kind": "relation_type",
"state": "pending",
"steps": {},
"error": "string"
}
],
"current_item_id": "string",
"message": "string"
}
}