文档首页/ 资源治理中心 RGC/ API参考/ API/ 组织管理/ 查询纳管账号的模板信息
更新时间:2025-08-22 GMT+08:00
分享

查询纳管账号的模板信息

功能介绍

查询组织里某个纳管账号的模板信息。

URI

GET https://{endpoint}/v1/managed-organization/managed-accounts/{managed_account_id}/blueprint

表1 路径参数

参数

是否必选

参数类型

描述

managed_account_id

String

纳管账号ID。

请求参数

响应参数

状态码:200

表2 响应Body参数

参数

参数类型

描述

manage_account_id

String

管理员账号ID。

account_id

String

纳管账号ID。

account_name

String

纳管账号名称。

blueprint_product_id

String

模板ID。

blueprint_product_name

String

模板名称。

blueprint_product_version

String

模板版本。

blueprint_status

String

模板部署状态,包括失败, 完成, 进行中。

blueprint_product_impl_type

String

模板实现类型。

blueprint_product_impl_detail

String

模板详情

状态码:403

表3 响应Body参数

参数

参数类型

描述

error_code

String

错误码

error_msg

String

错误信息

request_id

String

请求唯一标识

encoded_authorization_message

String

加密的错误信息

details

Array of ForbiddenErrorDetail objects

跨服务调用无权限错误信息

表4 ForbiddenErrorDetail

参数

参数类型

描述

error_code

String

错误码

error_msg

String

错误信息

请求示例

查询组织里某个纳管账号的模板信息。

GET https://{endpoint}/v1/managed-organization/managed-accounts/{managed_account_id}/blueprint

响应示例

状态码:200

请求成功。

{
  "manage_account_id" : "string",
  "account_id" : "string",
  "account_name" : "string",
  "blueprint_product_id" : "string",
  "blueprint_product_name" : "string",
  "blueprint_product_version" : "string",
  "blueprint_status" : "string",
  "blueprint_product_impl_type" : "string",
  "blueprint_product_impl_detail" : "jsonString"
}

状态码

状态码

描述

200

请求成功。

403

请求无权限。

错误码

请参见错误码

相关文档