tencent cloud

Feedback

ModifyOriginGroup

Last updated: 2023-03-09 17:41:44

1. API Description

Domain name for API request: teo.tencentcloudapi.com.

This API is used to modify an origin group.

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: ModifyOriginGroup.
Version Yes String Common Params. The value used for this API: 2022-01-06.
Region No String Common Params. This parameter is not required for this API.
OriginId Yes String ID of the origin group
OriginName Yes String Name of the origin group
Type Yes String Origin-pull configuration type. This field is required when OriginType=self.
area: Origin-pull by region
weight: Origin-pull by weight
When OriginType=third_party/cos, it can be left empty.
Record.N Yes Array of OriginRecord Origin record
ZoneId Yes String Site ID
OriginType No String Origin type
self: Customer origin
third_party: Third-party origin
cos: Tencent Cloud COS origin

3. Output Parameters

Parameter Name Type Description
OriginId String Origin group ID
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Modifying an origin group

Input Example

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

{
    "ZoneId": "zone-xxx",
    "OriginId": "origin-xxx",
    "OriginName": "oname",
    "Type": "weight",
    "OriginType": "self",
    "Record": [
        {
            "Area": [],
            "Record": "1.2.3.4",
            "Weight": 50,
            "Port": 10
        },
        {
            "Area": [],
            "Record": "123123123.com.com.cn",
            "Weight": 50,
            "Port": 10
        }
    ]
}

Output Example

{
    "Response": {
        "RequestId": "xx",
        "OriginId": "origin-xxx"
    }
}

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
OperationDenied Operation denied.
Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support