Home  >  Article  >  Operation and Maintenance  >  How to modify the attributes of a specified security group, including modifying the security group name and description

How to modify the attributes of a specified security group, including modifying the security group name and description

坏嘻嘻
坏嘻嘻Original
2018-09-25 14:32:152758browse

The content of this article is about how to modify the attributes of the specified security group, including modifying the name and description of the security group. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.

ModifySecurityGroupAttribute

Request parameters

How to modify the attributes of a specified security group, including modifying the security group name and description

# #Return parameters

are all public return parameters. See Public Parameters.

Example

Request example

https://ecs.aliyuncs.com/?Action=ModifySecurityGroupAttribute
&SecurityGroupId=sg-F876FF7BA
&RegionId=cn-hangzhou
&SecurityGroupName=NewName
&<公共请求参数>

Return example

XML format

<ModifySecurityGroupAttributeResponse>
     <RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BA984</RequestId>
</ModifySecurityGroupAttributeResponse>

JSON format

{
    "RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}

Error code

The following are error codes unique to this interface. For more error codes, please visit the API Error Center.

How to modify the attributes of a specified security group, including modifying the security group name and description

The above is the detailed content of How to modify the attributes of a specified security group, including modifying the security group name and description. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn