Saving a Monitoring Item
Function
This API is used to save a monitoring item.
URI
POST /v1/apm2/openapi/apm-service/monitor-item-mgr/save-monitor-item-config
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
User token obtained from IAM. |
|
x-business-id |
Yes |
Long |
Application ID. |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
monitor_item_id |
Yes |
Long |
Monitoring item ID. |
|
interval |
No |
Integer |
Collection interval, in seconds. |
|
env_id |
Yes |
Integer |
Environment ID. |
|
config_value_list |
No |
Array of ConfigItem objects |
Configuration item list. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
flag |
String |
Whether the monitoring item is successfully modified. |
Example Requests
Modify the information about monitoring item 4.
/v1/apm2/openapi/apm-service/monitor-item-mgr/save-monitor-item-config
{
"interval" : 60,
"config_value_list" : [ {
"config_name" : "stackThreshold",
"config_value" : 3,
"should_override" : true
} ],
"monitor_item_id" : 4,
"env_id" : "1"
}
Example Responses
Status code: 200
OK: The request is successful.
{
"flag" : "ok"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK: The request is successful. |
|
400 |
Bad Request: Semantic or parameter error. |
|
401 |
Unauthorized: No permissions. |
|
403 |
Forbidden: Access forbidden. |
|
404 |
Not Found: The requested resource is not found. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot