文档首页/ 智能边缘平台 IEF/ API参考/ API/ 企业版实例管理/ 查询企业版实例详情 - ShowIefInstance
更新时间:2025-12-03 GMT+08:00
分享

查询企业版实例详情 - ShowIefInstance

功能介绍

查询企业版实例详情

调试

您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。

授权信息

账号具备所有API的调用权限,如果使用账号下的IAM用户调用当前API,该IAM用户需具备调用API所需的权限,具体权限要求请参见权限和授权项

URI

GET /v2/{project_id}/edgemgr/ief-instances/{ief_instance_id}

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

项目ID

ief_instance_id

String

IEF实例ID

请求参数

响应参数

状态码:200

表2 响应Body参数

参数

参数类型

描述

id

String

id

name

String

名字

domain_id

String

domain名字

project_id

String

项目名字

dimension

String

维度

edition

String

version

String

版本

cluster_id

String

集群id

bandwidth

String

带宽

k8s_version

String

k8s版本

access_domain

String

访问域名

telemetry_domain

String

遥测域名

access_eip

String

访问弹性ip

status

String

状态

percentage

String

百分比

tasks

Array of Task objects

任务

created_at

String

创建时间

updated_at

String

更新时间

node_used_count

String

节点使用数

tags

Array of Attribute objects

标签

quota

String

配额

type

String

类型

stargate_domain

String

stargate域名

stargate_endpoint

String

stargate接入点

stargate_eip

String

stargate弹性ip

cluster_az

String

集群az

support_functions

String

支持功能

framework

String

框架

billing_mode

String

计费模式

node_manage_mode

String

节点管理模式

sku_code

String

sku编码

metadata

String

元数据

cbc_state

String

cbc状态

cbc_node_state

String

cbc节点状态

表3 Task

参数

参数类型

描述

operate_type

String

操作类型

version

String

版本

status

String

状态

records

Array of Record objects

记录

created_at

Integer

创建时间

updated_at

Integer

更新时间

表4 Record

参数

参数类型

描述

resource

String

资源

msg

String

消息

status

String

状态

started_at

Integer

创建时间

ended_at

Integer

结束时间

recorded_at

Integer

记录时间

表5 Attribute

参数

参数类型

描述

key

String

属性名

value

String

属性值

请求示例

  /v2/{project_id}/edgemgr/ief-instances/{ief_instance_id}

{ }

响应示例

状态码:200

查询企业版实例详情响应体

{
  "id" : "string",
  "name" : "string",
  "domain_id" : "string",
  "project_id" : "string",
  "dimension" : "string",
  "edition" : "string",
  "version" : "string",
  "cluster_id" : "string",
  "bandwidth" : "string",
  "k8s_version" : "string",
  "access_domain" : "string",
  "telemetry_domain" : "string",
  "access_eip" : "string",
  "status" : "string",
  "percentage" : "string",
  "tasks" : [ {
    "operate_type" : "string",
    "version" : "string",
    "status" : "string",
    "records" : [ {
      "resource" : "string",
      "msg" : "string",
      "status" : "string",
      "started_at" : 0,
      "ended_at" : 0,
      "recorded_at" : 0
    } ],
    "created_at" : 0,
    "updated_at" : 0
  } ],
  "created_at" : "string",
  "updated_at" : "string",
  "node_used_count" : "string",
  "tags" : [ {
    "key" : "string",
    "value" : "string"
  } ],
  "quota" : "string",
  "type" : "string",
  "stargate_domain" : "string",
  "stargate_endpoint" : "string",
  "stargate_eip" : "string",
  "cluster_az" : "string",
  "support_functions" : "string",
  "framework" : "string",
  "billing_mode" : "string",
  "node_manage_mode" : "string",
  "sku_code" : "string",
  "metadata" : "string",
  "cbc_state" : "string",
  "cbc_node_state" : "string"
}

状态码

状态码

描述

200

查询企业版实例详情响应体

错误码

请参见错误码

相关文档