forked from opensearch-project/opensearch-api-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_core._common.yaml
48 lines (48 loc) · 993 Bytes
/
_core._common.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
openapi: 3.1.0
info:
title: Schemas of _core._common category
description: Schemas of _core._common category
version: 1.0.0
paths: {}
components:
schemas:
DeletedPit:
type: object
properties:
successful:
type: boolean
pit_id:
type: string
PitsDetailsDeleteAll:
type: object
properties:
successful:
type: boolean
pit_id:
type: string
PitDetail:
type: object
properties:
pit_id:
type: string
creation_time:
type: integer
format: int64
keep_alive:
type: integer
format: int64
ShardStatistics:
type: object
properties:
total:
type: integer
format: int32
successful:
type: integer
format: int32
skipped:
type: integer
format: int32
failed:
type: integer
format: int32