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. |
$createdAt | string | Index creation date in ISO 8601 format. |
$updatedAt | string | Index update date in ISO 8601 format. |
Example
JSON
{
"key": "index1",
"type": "primary",
"status": "available",
"error": "string",
"attributes": [],
"orders": [],
"$createdAt": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00"
}
JSON
{
"key": "index1",
"type": "primary",
"status": "available",
"error": "string",
"attributes": [],
"orders": [],
"_createdAt": "2020-10-15T06:38:00.000+00:00",
"_updatedAt": "2020-10-15T06:38:00.000+00:00"
}