Index Object
Properties
| Name | Type | Description |
| key | string | Index Key. |
| type | string | Index type. |
| status | string | Index status. Possible values: |
| attributes | string[] | Index attributes. |
| orders | string[] | Index orders. |
Examples
JSON
{
"key": "index1",
"type": "primary",
"status": "available",
"attributes": [],
"orders": []
}