Properties
NAME | TYPE | DESCRIPTION |
key | string | Index Key. |
type | string | Index type. |
status | string | Index status. Possible values: `available`, `processing`, `deleting`, `stuck`, or `failed` |
error | string | Error message. Displays error generated on failure of creating or deleting an index. |
attributes | array | Index attributes. |
orders | array | Index orders. |
Example
JSON
{
"key": "index1",
"type": "primary",
"status": "available",
"error": "string",
"attributes": [],
"orders": []
}
JSON
{
"key": "index1",
"type": "primary",
"status": "available",
"error": "string",
"attributes": [],
"orders": []
}