Feature
This view displays the information about the units of all tenants.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| UNIT_ID | bigint(20) | NO | The ID of the unit. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant to which the unit belongs. NULL: The current unit does not belong to any tenant. |
| STATUS | varchar(128) | NO | ACTIVE: The unit is normal.DELETING: The unit is being deleted. |
| RESOURCE_POOL_ID | bigint(20) | NO | The ID of the resource pool to which the unit belongs. |
| UNIT_GROUP_ID | bigint(20) | NO | The ID of the unit group to which the unit belongs. |
| CREATE_TIME | timestamp(6) | YES | The time when the unit was created. |
| MODIFY_TIME | timestamp(6) | YES | The time when the unit was modified. |
| ZONE | varchar(128) | NO | The name of the zone. |
| SVR_IP | varchar(46) | NO | The IP address of the OBServer to which the unit belongs. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer to which the unit belongs. |
| MIGRATE_FROM_SVR_IP | varchar(46) | NO | NULL: The unit is not being migrated. |
| MIGRATE_FROM_SVR_PORT | bigint(20) | NO | NULL: The unit is not being migrated. |
| MANUAL_MIGRATE | varchar(3) | NO | NULL: The unit is not being migrated.YES: The unit migration is manually initiated.NO: The unit migration is automatically initiated. |
| UNIT_CONFIG_ID | bigint(20) | NO | The ID of the unit specification. |
| MAX_CPU | double | NO | The maximum number of CPU cores. |
| MIN_CPU | double | NO | The minimum number of CPU cores. |
| MEMORY_SIZE | bigint(20) | NO | The memory size, in bytes. |
| LOG_DISK_SIZE | bigint(20) | NO | The log disk size, in bytes. |
| MAX_IOPS | bigint(20) | NO | The maximum disk IOPS. |
| MIN_IOPS | bigint(20) | NO | The minimum disk IOPS. |
| IOPS_WEIGHT | bigint(20) | NO | The IOPS weight. |