Deletes the reported monitoring data of a metric.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DeleteCustomMetric |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupId |
string |
Yes |
The ID of the application group. |
3607**** |
| MetricName |
string |
Yes |
The name of the metric. |
AdvanceCredit |
| Md5 |
string |
No |
The MD5 value of the HTTP request body. The MD5 value is a 128-bit hash value used to verify the uniqueness of the reported monitoring data. Note
|
38796C8CFFEB8F89BB2A626C7BD7**** |
| UUID |
string |
No |
The ID of the request for reporting monitoring data. Note
|
5497633c-66c5-4eae-abaa-89db5adb**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The HTTP status code. Note
The status code 200 indicates that the call is successful. |
200 |
| Message |
string |
The returned message. |
success |
| RequestId |
string |
The ID of the request. |
05B36C2C-5F6E-48D5-8B41-CE36DD7EE8E0 |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "success",
"RequestId": "05B36C2C-5F6E-48D5-8B41-CE36DD7EE8E0"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | %s | %s | |
| 500 | %s | %s | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | %s | %s | |
| 404 | %s | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.