Updates the information about members in Cloud Firewall.
Usage notes
You can call the ModifyInstanceMemberAttributes operation to update the information about members in Cloud Firewall.
Limits
You can call this operation up to 10 times per second for each account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyInstanceMemberAttributes |
The operation that you want to perform. Set the value to ModifyInstanceMemberAttributes. |
Members.N.MemberDesc | String | Yes | renewal |
The remarks of the member in Cloud Firewall. |
Members.N.MemberUid | Long | Yes | 258039427902**** |
The UID of the member in Cloud Firewall. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | AB74E747-BA5C-492C-87DD-CEA67FCFFFE5 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ModifyInstanceMemberAttributes
&Members=[{"MemberDesc":"renewal","MemberUid":"123412341234****"}]
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ModifyInstanceMemberAttributesResponse>
<RequestId>AB74E747-BA5C-492C-87DD-CEA67FCFFFE5</RequestId>
</ModifyInstanceMemberAttributesResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "AB74E747-BA5C-492C-87DD-CEA67FCFFFE5"
}