tencent cloud

DescribeServiceConfGroupInfos
Last updated: 2025-11-13 20:49:10
DescribeServiceConfGroupInfos
Last updated: 2025-11-13 20:49:10

1. API Description

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

This API is used to describe service configuration group information.

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: DescribeServiceConfGroupInfos.
Version Yes String Common Params. The value used for this API: 2019-01-03.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
InstanceId Yes String Cluster ID.
ServiceName Yes String Component name.
ConfGroupName Yes String Configuration group name.
PageNo Yes Integer Page number, starting from 1.
PageSize Yes Integer Page size.

3. Output Parameters

Parameter Name Type Description
TotalCount Integer List size.
ConfItemKVList Array of ConfigurationItem Configuration item key-value list.
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 Configuring Parameter Information for a Configuration Group

Input Example

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

{
    "InstanceId": "emr-cp4f67tz",
    "ServiceName": "HDFS",
    "ConfGroupName": "hdfs-core-defaultGroup",
    "PageNo": 1,
    "PageSize": 10
}

Output Example

{
    "Response": {
        "ConfItemKVList": [
            {
                "InFile": "core-site.xml",
                "Name": "ZGVsZWdhdGlvbi50b2tlbi5pZGVudGlmaWVyLnNlcmlhbGl6YXRpb24udmVyc2lvbg==",
                "Value": "MA=="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZGVsZWdhdGlvbi50b2tlbi5pZGVudGlmaWVyLnRyYW5zbWlzc2lvbi52ZXJzaW9u",
                "Value": "MA=="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZW1yLmNmcy5ncm91cC5pZC5tYXA=",
                "Value": "cm9vdDowO2hhZG9vcDo1MDA="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZW1yLmNmcy5pby5ibG9ja3NpemU=",
                "Value": "MTA0ODU3Ng=="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZW1yLmNmcy51c2VyLmlkLm1hcA==",
                "Value": "cm9vdDowO2hhZG9vcDo1MDA="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZW1yLmNmcy53cml0ZS5sZXZlbA==",
                "Value": "Mg=="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZW1yLnRlbXJmcy5kb3dubG9hZC5tZDU=",
                "Value": "NTNiNGY5NWQxYzQ0YTI2OGYxNmIwMDllNDNkYjcxMzA="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZW1yLnRlbXJmcy5kb3dubG9hZC5yZWdpb24=",
                "Value": "Z3o="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZW1yLnRlbXJmcy5kb3dubG9hZC52ZXJzaW9u",
                "Value": "My4xLjAtOC4yLjctMS4wLjg="
            },
            {
                "InFile": "core-site.xml",
                "Name": "ZW1yLnRlbXJmcy50bXAuY2FjaGUuZGly",
                "Value": "L2RhdGEvZW1yL2hkZnMvdG1wL3RlbXJmcw=="
            }
        ],
        "RequestId": "d2d5d132-d5f9-4b76-90b3-a12756be5d92",
        "TotalCount": 146
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback