Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// message
// Required: true
// Min Length: 1
Message *string `json:"message"`
}
Error error swagger:model error
type Healthz ¶
type Healthz struct {
// message
// Required: true
// Min Length: 1
Message *string `json:"message"`
// status
// Required: true
// Min Length: 2
Status *string `json:"status"`
}
Healthz healthz swagger:model healthz
type IndiceStatus ¶
type IndiceStatus struct {
// List of indices that are being deleted.
Deleting []string `json:"deleting"`
// List of indices that are available not but being restored.
Pending []string `json:"pending"`
// List of indices restored and are ready for query.
Ready []string `json:"ready"`
// List of indices being resotred.
Restoring []string `json:"restoring"`
}
IndiceStatus indice status swagger:model indice_status
Click to show internal directories.
Click to hide internal directories.