查询指定实例
功能介绍
通过实例ID查询实例的详细信息。
URI
GET /v1.0/{project_id}/instances/{instance_id}
请求消息
请求参数
无。
请求示例
请求URL:
GET https://{dcs_endpoint}/v1.0/{project_id}/instances/{instance_id}
响应消息
响应参数
参数说明见表2。
参数 |
类型 |
说明 |
---|---|---|
name |
String |
实例名称。 |
engine |
String |
缓存实例的引擎类型。 |
capacity |
Integer |
缓存实例的容量(G Byte)。 |
ip |
String |
连接缓存实例的IP地址。如果是集群实例,返回多个IP地址,使用逗号分隔。如:192.168.0.1,192.168.0.2。 |
domainName |
String |
实例的域名。 |
port |
Integer |
缓存的端口。 |
status |
String |
缓存实例的状态。详细状态说明见缓存实例状态说明。 |
libos |
Boolean |
|
description |
String |
实例描述。 |
max_memory |
Integer |
总内存,单位:MB。 |
used_memory |
Integer |
已使用的内存,单位:MB。 |
instance_id |
String |
实例ID。 |
resource_spec_code |
String |
资源规格标识。 例如:
|
engine_version |
String |
缓存版本。 |
internal_version |
String |
DCS内部版本号。 |
charging_mode |
Integer |
付费模式,0表示按需计费。 |
capacity_minor |
String |
单机小规格的缓存容量。 |
vpc_id |
String |
VPC ID。 |
vpc_name |
String |
VPC的名称。 |
created_at |
String |
完成创建时间。格式为:2017-03-31T12:24:46.297Z |
error_code |
String |
实例创建失败或状态异常时的错误码,错误码说明见错误码。 |
user_id |
String |
用户id。 |
user_name |
String |
用户名。 |
maintain_begin |
String |
维护时间窗开始时间,格式为hh:mm:ss。 |
maintain_end |
String |
维护时间窗结束时间,格式为hh:mm:ss。 |
product_type |
String |
Redis缓存实例的产品类型。支持以下两种类型:
|
cpu_type |
String |
CPU架构类型。支持x86_64和aarch_64。 |
storage_type |
String |
存储类型,支持DRAM和SCM。 |
cache_mode |
String |
缓存实例类型。取值范围如下:
|
launched_at |
String |
实例运行时间的时间戳。 |
available_zones |
Array |
实例节点所在的可用区。返回“可用区ID”。 |
subnet_id |
String |
子网ID。 |
security_group_id |
String |
安全组ID。 |
cloud_service_type_code |
String |
云服务类型编码。 |
cloud_resource_type_code |
String |
云资源类型编码。 |
product_id |
String |
产品标识。 |
security_group_name |
String |
租户安全组名称。 |
subnet_name |
String |
子网名称。 |
subnet_cidr |
String |
子网网段。 |
order_id |
String |
订单ID。 |
instance_backup_policy |
Object |
|
tags |
Array of Objects |
实例标签键值。 |
响应示例
{ "name": "dcs-125d", "engine": "Redis", "capacity": 64, "ip": "192.168.1.48", "domainName": "XXXXXX", "port": 6379, "status": "RUNNING", "libos": false, "description": null, "task": null, "max_memory": 65536, "used_memory": 33, "instance_id": "979e9a6b-e2f5-4b5d-8e98-fea495ea27a1", "resource_spec_code": "dcs.cluster", "engine_version": "3.0", "internal_version": null, "charging_mode": 0, "capacity_minor": null, "vpc_id": "d1e8008d-8182-4c86-a142-1ae9349bdc64", "vpc_name": "vpc-807d", "task_status": null, "created_at": "2018-12-11T07:24:18.149Z", "error_code": null, "user_id": "9bfac09d9bcd4eb7bb1465a7bcff815b", "user_name": "user", "maintain_begin": "02:00:00", "maintain_end": "06:00:00", "no_password_access": "true", "access_user": null, "enable_publicip": false, "publicip_id": null, "publicip_address": null, "enable_ssl": false, "service_upgrade": false, "service_task_id": null, "is_free": null, "enterprise_project_id": "0", "available_zones": ["f84448fd537f46078dd8bd776747f573"], "subnet_id": "9b32218f-6389-485a-912e-076fe9df6fa7", "security_group_id": "ecefdad9-c8be-42aa-9d5d-9ab46a221240", "backend_addrs": ["192.168.1.136:6379", "192.168.1.224:6379"], "product_id": "00301-17063-0--0", "security_group_name": "sg--test-hanwang", "subnet_name": "subnet-7e46", "order_id": null, "subnet_cidr": "192.168.1.0/24", "instance_backup_policy": null, "tags": [ { "key": "dcs001", "value": "001" }, { "key": "dcs002", "value": "002" } ], "enterprise_project_name": null }