Modifies the alias of an Anti-DDoS Origin Enterprise instance.
Note Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise
users.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyRemark |
The operation that you want to perform. Set the value to ModifyRemark. |
InstanceId | String | Yes | ddosbgp-cn-xxx |
The ID of the Anti-DDoS Origin Enterprise instance. |
Remark | String | Yes | test |
The alias that you want to add. |
ResourceGroupId | String | No | test |
The ID of the resource group. |
ResourceRegionId | String | No | cn-hangzhou |
The ID of the region where the resource group resides. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 4C467B38-3910-447D-87BC-AC049166F216 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=ModifyRemark
&InstanceId=ddosbgp-cn-xxx
&Remark=test
& <Common request parameters>
Sample success responses
XML
format
<ModifyRemarkResponse>
<RequestId>4C467B38-3910-447D-87BC-AC049166F216</RequestId>
</ModifyRemarkResponse>
JSON
format
{
"RequestId":"4C467B38-3910-447D-87BC-AC049166F216"
}
Error codes
For a list of error codes, visit the API Error Center.