Get the list of monitored object types - ListMonitorProduct
Overview
Get the list of monitoring object types
Definition
Public Parameters
| Parameter Name | Type | Description Information | Required |
|---|---|---|---|
| Action | string | Corresponding API command name, the current API is ListMonitorProduct. | Yes |
| PublicKey | string | The user’s public key can be obtained from Console  | Yes |
| Signature | string | User signature generated based on public key and API command, see Signature Algorithm | Yes |
Request Parameters
| Parameter Name | Type | Description Information | Required |
|---|
Response Field
| Field Name | Type | Description Information | Required |
|---|---|---|---|
| RetCode | int | Return status code. If it is 0, it means successful return. If it is not 0, it means failure. | Yes |
| Action | string | Operation command name. | Yes |
| Message | string | Returns an error message, providing detailed description when RetCode is non-zero. | No |
| Data | ListMonitorProduct | Return Data | Yes |
| TraceId | string | trace Id | No |
Data Model
ListMonitorProduct
| Field Name | Type | Description Information | Required |
|---|---|---|---|
| Total | int | Total number of query results | No |
| List | array[Product] | Query Result List | No |
Product
| Field Name | Type | Description Information | Required |
|---|---|---|---|
| Id | int | ID | No |
| ProductType | int | Resource Type ID | No |
| ProductKey | string | Unique Key of Resource Type | No |
| ProductName | string | Product Name | No |
| ProductName1 | string | Subproduct Name | No |
| ProductChName | string | Product Chinese Name | No |
| ProductEnName | string | Product English Name | No |
| Metas | string | {Type: 1|2, Key:string, Name: string}[] -> JSON String | No |
| ProductGroup | string | Product Grouping | No |
Example
Request Example
https://api.ucloud-global.com/?Action=ListMonitorProductResponse Example
{
"Action": "ListMonitorProductResponse",
"Data": [
{
"Id": 3,
"Metas": "CsFjPWNb",
"ProductCNName": "VUsyDbNe",
"ProductENName": "CXiVrIgN",
"ProductGroup": "iDGbJEWE",
"ProductKey": "ekrosCNG",
"ProductName": "bpJOVIhD",
"ProductName1": "NCFerAmk",
"ProductType": 5
}
],
"Message": "gKJjAdES",
"RetCode": 0,
"TraceId": "SxNeegyN"
}