tencent cloud

Cloud Infinite

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Product Overview
Product Strengths
Use Cases
Feature Overview
Regions and Domains
Specifications and Limits
Billing
Billing Overview
Billing Mode
Billable Items
Free Tier
Payment Overdue
Viewing Bill Details
FAQs
Getting Started
Registering and Logging In
Bind Bucket
Uploading and Processing File
Downloading and Deleting Images
Unbinding Buckets
Using CI via COS
Features
Image Processing
Media Processing
Content Moderation
AI Content Recognition
File Processing
Smart Voice
File processing
User Guide
Overview
Bucket Management
Smart Toolbox
Job and Workflow
Data Monitoring
Usage statistics
Use Cases
Copyright Protection Solutions
Image Processing Practices
Working with API Authorization Policies
Workflow Practices
API Documentation
API Overview
Structure
Common Request Headers
Common Response Headers
Activate Vast Service
Image Processing
AI-Based Content Recognition
Smart Audio
Media Processing
Content Moderation
Document Processing
File Processing
Job and Workflow
Cloud Virus Detection
Error Codes
Request Signature
SDK Documentation
SDK Overview
Android SDK
iOS SDK
COS Android SDK
C SDK
C++ SDK
.NET(C#) SDK
Go SDK
COS iOS SDK
Java SDK
JavaScript SDK
Node.js SDK
PHP SDK
Python SDK
Mini Program SDK
Personal Information Protection Policy for SDK
Security and Compliance
Permission ‍Management
FAQs
Basic Settings
Document Processing
Media Processing
Content Recognition
Smart Audio
Agreements
Service Level Agreement
Contact Us
Glossary

Querying Monitoring Data

PDF
フォーカスモード
フォントサイズ
最終更新日: 2026-01-19 11:26:18

Overview

CI can monitor various service capabilities. The monitoring data window of CI's statistics displays the monitoring metrics of image processing, media processing, content recognition, and document processing.
You can query the details of data processing in different storage classes for different time periods. The following describes how to view the monitoring data of a single bucket with a root account or sub-account.

Querying with a Root Account

1. Log in to the CI console.
2. Click Bucket Management on the left sidebar to enter the bucket list.
3. Find the target bucket and click Data Monitoring on the right.
4. On the data monitoring page, view the information.

Querying with a Sub-account

To query monitoring data with a sub-account in the console, you need to first grant the sub-account relevant permissions.
You can grant such permission by using a Policy Template or Custom Access Policy.

Using a policy template

1. Log in to the CAM console as the root account and select Users > User List to enter the user list page.
2. Find the target sub-account and click Authorize in the Operation column on the right.
3. Search for and select the QcloudMonitorFullAccess policy in the pop-up window and click OK to associate it with the sub-account. Then, the sub-account can access monitoring reports.
Note:
This policy template grants the sub-account the full access to CM. To protect the security of your account, you can customize an access policy to grant only read permissions to the sub-account.

Using a custom access policy

1. Log in to the CAM console as the root account.
2. On the left sidebar, click Policies > Create Custom Policy > Create by Policy Syntax.
3. Select Blank Template and click Next.
4. Copy and paste the following policy syntax into the Edit Policy Content input box. You can rename the policy as needed. Policy syntax:
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action":[
"monitor:GetMonitorData"
],
"resource": "*"
}
]
}
5. Click Create Policy.
6. After the policy is created successfully, you can associate it with the sub-account as instructed in Authorizing by policy template.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック