InstanceDetailResponse
InstanceDetailResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : | string | |
| block_storages required | Block storages | array[BlockStorageResponse] | |
| cluster_id required | Cluster ID Example : | string | |
| cluster_name required | Cluster name Example : | string | |
| cpu_core required | Server type cpu core Example : | integer | |
| created_at required | Creation time Example : 2024-01-15T10:30:00.000Z | string (date-time) | |
| created_by required | Creator Example : | string | |
| dbaas_engine required | DBaaS engine Example : | string | |
| memory_gb required | Server type memory Example : | integer | |
| modified_at required | Modification time Example : 2024-01-15T10:30:00.000Z | string (date-time) | |
| modified_by required | Modifier Example : | string | |
| name required | Name Example : | string | |
| os_type required | OS type Example : | string | |
| os_version required | OS version Example : | string | |
| product_image_type required | Product image type Example : | string | |
| product_type required | Product type Example : | string | |
| public_ip_address optional | Public IP Address. The address can be obtained via “GET /vpc/v1/publicips” endpoint. Example : | any of [string, null] | |
| public_ip_id optional | Public IP ID. The ID can be obtained via “GET /vpc/v1/publicips” endpoint. Example : | any of [string, null] | |
| region required | Region Example : | string | |
| role_type required | Role type Example : ACTIVE | enum (ACTIVE, STANDBY, PRIMARY, SECONDARY, MASTER, REPLICA, SENTINEL, MASTER_DATA, DATA, KIBANA, DASHBOARDS, ZOOKEEPER_BROKER, BROKER, ZOOKEEPER, AKHQ, CONSOLE, READ_REPLICA) | |
| server_type_name required | Server type name Example : | string | |
| service_ip_address optional | User subnet IP address Example : | any of [string, null] | |
| service_state required | Service state Example : RUNNING | enum (RUNNING, STOPPED, UNKNOWN, ERROR, FAILED, TERMINATED, CREATING, STOPPING, STARTING, RESTARTING, EDITING, SYNCHRONIZING, UPGRADING, TERMINATING, MIGRATING) | |
| software_version required | Software version Example : | string | |
| zone required | Availability Zone Example : | string |