All Products
Search
Document Center

API Gateway:CreateMonitorGroup

Last Updated:Oct 19, 2024

Enables CloudMonitor alerting for a specified API group.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
GroupIdstringYes

The ID of the API group.

6735211ab9094c818f32f27bc545b6c8
RawMonitorGroupIdlongNo

The ID of the monitoring group.

166636221
AuthstringYes

The caller authentication status of the API. Valid values: ok: The authentication is successful. mismatch: The request is redirected. servicenotfound: A request error occurred. Unknown: An unknown error occurred.

false

Response parameters

ParameterTypeDescriptionExample
object
MonitorGroupIdlong

The ID of the API group. This ID is generated by the system and is unique globally.

187421794
RequestIdstring

The ID of the request.

5D7136F7-9D67-5D4D-8418-6A512CCEE3A2

Examples

Sample success responses

JSONformat

{
  "MonitorGroupId": 187421794,
  "RequestId": "5D7136F7-9D67-5D4D-8418-6A512CCEE3A2"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history