帮助与文档

我们为你提供丰富、详尽的使用指南以及产品文档

ModifyTopologyAttributes

修改已生成的编排实例内容

Request Parameters

Parameter name Type Description Required
topology_id String 实例ID Yes
topology_name String 编排名称 No
description String 编排描述 No
transition_substance String 变更的实体信息,同 CreateTopologyTemplate 的 JSON 结构 No

公共参数

Response Elements

Name Type Description
action String 响应动作
topology_id String 实例ID
ret_code Integer 执行成功与否,0 表示成功,其他值则为错误代码

Example

Example Request

https://api.qingcloud.com/iaas/?action=ModifyTopologyAttributes
&topology_id=tp-tpa9gju3
&topology_name=newname
&COMMON_PARAMS

Example Response:

{
  "action":"ModifyTopologyAttributesResponse",
  "topology_id":"tp-tpa9gju3",
  "ret_code":0
}