基本信息

Action

ModifyGroupRoleAttributes

Path

/iaas

Method

GET

请求参数

此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容

参数名 类型 描述 是否必须

group_role

String

角色 ID

role_type

String

角色类型,当前仅支持 rule

group_role_name

String

角色名称

description

String

角色描述

status

String

角色状态,可以为 disabledenabled

请求示例

https://api.<your_domain>/iaas/?action=ModifyGroupRoleAttributes
&group_role=gr-170kkfim
&description=X1
&COMMON_PARAMS

返回示例

{
  "action":"ModifyGroupRoleAttributesResponse",
  "group_role_id":"gr-170kkfim",
  "description":"X1",
  "ret_code":0
}