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
ドキュメントCloud InfiniteAPI DocumentationActivate Vast ServiceQuery the Status of Binding a Bucket to Cloud Infinite

Query the Status of Binding a Bucket to Cloud Infinite

PDF
フォーカスモード
フォントサイズ
最終更新日: 2025-12-24 17:23:45

Description

To query whether the Bucket is bound to the Cloud Infinite service.

Authorization Description

When using a sub-account, you need to add the ci:DescribeCIBuckets permission to the action in the authorization policy. For all operation interfaces supported by Cloud Infinite, see action.

Fee Instructions

Using this interface to unbind the Cloud Infinite service from the Bucket will not incur any related fees. For detailed billing information of Cloud Infinite, see Billing Overview.

Request

Request sample

GET / HTTP/1.1
Host: <BucketName-APPID>.ci.<Region>.myqcloud.com
Date: GMT Date
Authorization: Auth String
Note:
Authorization: Auth String. For details, see the Request Signature documentation.

Request header

This API only uses common request headers. For details, see Common Request Headers.

Request body

The request body of this request is empty.

Response

Response Headers

This API only returns common response headers. For details, see Common Response Headers.

Response Body

{
"CIStatus":"on"
}
Node information is as follows:
Node Name (Keyword)
Description
Type
CIStatus
on, off, and unbinding.
on indicates that it is bound to Cloud Infinite; off indicates that it is not bound to Cloud Infinite; unbinding indicates that it is in the process of unbinding.
String

Error Codes

This request operation has no special error messages. For common error messages, see Error Codes.

Practical Case

Request:

GET / HTTP/1.1
Host:test-1234567890.ci.ap-guangzhou.myqcloud.com
Authorization:q-sign-algorithm=sha1&q-ak=************************************&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=****************************************

Response

HTTP/1.1 200 OK
Content-Length: 17
Connection: keep-alive
Date: Mon, 28 Jun 2022 15:23:12 GMT
Server: tencent-ci
x-ci-request-id: NjJmMzRlZ*******RfNzI0

{
"CIStatus":"on"
}


ヘルプとサポート

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

フィードバック