docs
api
Cloud Monitor(CloudWatch)
ListMonitorProduct

Get the list of monitored object types - ListMonitorProduct

Overview

Get the list of monitoring object types

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is ListMonitorProduct.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
DataListMonitorProductReturn DataYes
TraceIdstringtrace IdNo

Data Model

ListMonitorProduct

Field NameTypeDescription InformationRequired
TotalintTotal number of query resultsNo
Listarray[Product]Query Result ListNo

Product

Field NameTypeDescription InformationRequired
IdintIDNo
ProductTypeintResource Type IDNo
ProductKeystringUnique Key of Resource TypeNo
ProductNamestringProduct NameNo
ProductName1stringSubproduct NameNo
ProductChNamestringProduct Chinese NameNo
ProductEnNamestringProduct English NameNo
Metasstring{Type: 1|2, Key:string, Name: string}[] -> JSON StringNo
ProductGroupstringProduct GroupingNo

Example

Request Example

https://api.surfercloud.com/?Action=ListMonitorProduct

Response 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"
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved