본문으로 건너뛰기

OntologyBulkDeletePreview

Side-effect-free preview for collection ontology reset.

collection_idCollection Id (string)필수
relations object[]
  • Array [
  • idId (string)필수
    nameName (string)필수
    kindKind (string)필수

    Possible values: [relation_type, entity_type]

  • ]
  • entities object[]
  • Array [
  • idId (string)필수
    nameName (string)필수
    kindKind (string)필수

    Possible values: [relation_type, entity_type]

  • ]
  • totalTotal (integer)

    Possible values: >= 0

    기본값: 0
    status object
    하나 이상(anyOf)
    collection_idCollection Id (string)필수
    stateState (string)

    Possible values: [idle, pending, running, completed, partial, failed, cancelled]

    기본값: idle
    activeActive (boolean)
    기본값: false
    requested_by object
    하나 이상(anyOf)
    string
    run_id object
    하나 이상(anyOf)
    string
    started_at object
    하나 이상(anyOf)
    integer
    updated_at object
    하나 이상(anyOf)
    integer
    ended_at object
    하나 이상(anyOf)
    integer
    expires_at object
    하나 이상(anyOf)
    integer
    staleStale (boolean)
    기본값: false
    relations object

    Aggregate progress by ontology resource kind.

    totalTotal (integer)

    Possible values: >= 0

    기본값: 0
    completedCompleted (integer)

    Possible values: >= 0

    기본값: 0
    failedFailed (integer)

    Possible values: >= 0

    기본값: 0
    skippedSkipped (integer)

    Possible values: >= 0

    기본값: 0
    entities object

    Aggregate progress by ontology resource kind.

    totalTotal (integer)

    Possible values: >= 0

    기본값: 0
    completedCompleted (integer)

    Possible values: >= 0

    기본값: 0
    failedFailed (integer)

    Possible values: >= 0

    기본값: 0
    skippedSkipped (integer)

    Possible values: >= 0

    기본값: 0
    items object[]
  • Array [
  • idId (string)필수
    nameName (string)필수
    kindKind (string)필수

    Possible values: [relation_type, entity_type]

    stateState (string)

    Possible values: [pending, running, completed, failed, skipped]

    기본값: pending
    steps object
    property name*string
    error object
    하나 이상(anyOf)
    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]

    기본값: pending
    steps object
    property name*string
    error object
    하나 이상(anyOf)
    string
  • ]
  • current_item_id object
    하나 이상(anyOf)
    string
    message object
    하나 이상(anyOf)
    string
    OntologyBulkDeletePreview
    {
    "collection_id": "string",
    "relations": [
    {
    "id": "string",
    "name": "string",
    "kind": "relation_type"
    }
    ],
    "entities": [
    {
    "id": "string",
    "name": "string",
    "kind": "relation_type"
    }
    ],
    "total": 0,
    "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"
    }
    }