Domain name for API request: monitor.tencentcloudapi.com.
This API is used to query all namespaces.
A maximum of 20 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: monitor.ap-shanghai-fsi.tencentcloudapi.com
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeAllNamespaces. |
Version | Yes | String | Common parameter. The value used for this API: 2018-07-24. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
SceneType | Yes | String | Filter by use case. Valid values: ST_DASHBOARD (Dashboard type), ST_ALARM (alarm type) |
Module | Yes | String | Value fixed at "monitor" |
MonitorTypes.N | No | Array of String | Filter by monitor type. Valid values: MT_QCE (Tencent Cloud service monitoring). If this parameter is left empty, all will be queried by default |
Ids.N | No | Array of String | Filter by namespace ID. If this parameter is left empty, all will be queried |
Parameter Name | Type | Description |
---|---|---|
QceNamespaces | CommonNamespace | Alarm policy type of Tencent Cloud service (disused) |
CustomNamespaces | CommonNamespace | Other alarm policy type (disused) |
QceNamespacesNew | Array of CommonNamespace | Alarm policy type of Tencent Cloud service |
CustomNamespacesNew | Array of CommonNamespace | Other alarm policy type (not supported currently) |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: monitor.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAllNamespaces
<Common request parameters>
{"Module":"monitor","MonitorTypes":["MT_QCE"],"SceneType":"ST_ALARM"}
{
"Response": {
"QceNamespaces": {
"Id": "",
"Name": "",
"ProductName": "",
"Value": "",
"Config": "",
"AvailableRegions": [],
"DashboardId": "",
"SortId": 0
},
"QceNamespacesNew": [
{
"Id": "xxxxxxx",
"Name": "Direct Connect - dedicated tunnel",
"ProductName": "Direct Connect - dedicated tunnel",
"Value": "qce/dcx",
"Config": "……",
"AvailableRegions": [
"gz",
"sh"
],
"DashboardId": "dcchannel",
"SortId": 500
}
],
"CustomNamespaces": {
"Id": "",
"Name": "",
"ProductName": "",
"Value": "",
"Config": "",
"AvailableRegions": [],
"DashboardId": "",
"SortId": 0
},
"CustomNamespacesNew": [
{
"Id": "=wenlong_sidecar",
"Name": "=wenlong_sidecar",
"ProductName": "=wenlong_sidecar",
"Value": "=wenlong_sidecar",
"Config": "",
"AvailableRegions": [],
"DashboardId": "=wenlong_sidecar",
"SortId": 0
}
],
"RequestId": "d96ec542-6547-4af2-91ac-fee85c1b8b85"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
UnsupportedOperation | Unsupported operation. |
Was this page helpful?