| id | int | Unique ID | [optional] |
| name | str | Instance name | [optional] |
| description | str | Description of instance | [optional] |
| vendor | str | Based on which driver, identified by ID | [optional] |
| endpoint | str | The service endpoint of this instance | [optional] |
| auth_mode | str | The authentication way supported | [optional] |
| auth_info | dict(str, str) | The auth credential data if exists | [optional] |
| status | str | The health status | [optional] |
| enabled | bool | Whether the instance is activated or not | [optional] |
| default | bool | Whether the instance is default or not | [optional] |
| insecure | bool | Whether the instance endpoint is insecure or not | [optional] |
| setup_timestamp | int | The timestamp of instance setting up | [optional] |