tencent cloud

APIs

CreateClusterListExportJob

Download
Modo Foco
Tamanho da Fonte
Última atualização: 2026-09-01 10:03:02

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

Create a cluster list export task

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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 Params. The value used for this API: CreateClusterListExportJob.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
MemberId.N No Array of String

Group account member id

Filter No Filter

List of Universal Filter Criteria. Supported filter fields:
ClusterId: CLUSTER ID, exact match.
ClusterName: CLUSTER name, fuzzy matching.
ClusterType: CLUSTER type, exact match. Values: TKE_MANAGED_CLUSTER (Tencent Cloud Standard CLUSTER), TKE_INDEPENDENT_CLUSTER (Standard CLUSTER Master SELF-maintenance), TKE_SERVERLESS_CLUSTER (SERVERLESS CLUSTER), TKE_EDGE_CLUSTER (EDGE CLUSTER), SELF_BUILT (SELF-BUILT within Tencent Cloud), SELF_BUILT_OTHER (non-Tencent Cloud SELF-BUILT/hybrid cloud).
RunStatus: CLUSTER Running status, exact match. Values: Running, Exception, Unknown.
AccessedStatus: access status, exact match. Values: AccessedNone (not integrated), AccessedInstalling (is being connected), AccessedException (access Exception), AccessedInstalled (integrated).
DefendStatus: protection status, exact match. Values: Enabled (defended), Partial (Partial protection), Disabled (no protection).
RiskStatus: risk check status, exact match.
RiskLevel: risk level, exact match. Values: CRITICAL, HIGH, MEDIUM, LOW, NONE (no risk).
HasHighRisk: only filter clusters with HIGH risk or higher. No value is required. Passing in HasHighRisk takes effect.
Region: Region, exact match.
OwnerName: owner, fuzzy matching.
ClusterAssetIds: CLUSTER asset ID, exact match.
ExcludeClusterAssetIds: excluded CLUSTER asset ID, exact exclusion.

ExportFields.N No Array of String

Exportable fields

3. Output Parameters

Parameter Name Type Description
JobId String

Task ID.

RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Calling the API

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateClusterListExportJob
<Common request parameters>

{
    "MemberId": [
        "mem-a6df317cb6a8c424"
    ],
    "ExportFields": [
        "appid"
    ]
}

Output Example

{
    "Response": {
        "JobId": "5ea720f3-0d1c-44f5-b3a8-bd89b722cf04",
        "RequestId": "a5a77be8-c6d1-436e-a012-be3fdb0539d0"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InternalError Internal error.
InvalidParameter Parameter error.

Ajuda e Suporte

Esta página foi útil?

comentários