Configures multiple accelerated domain names at a time.
Operation description
- You can call this operation up to 30 times per second per account.
- You can specify multiple domain names and must separate them with commas (,). You can specify up to 50 domain names in each call.
- If the BatchSetCdnDomainConfig operation is successful, a unique configuration ID (ConfigId) is generated. You can use configuration IDs to update or delete configurations. For more information, see Usage notes on ConfigId.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
cdn:BatchSetCdnDomainConfig | update |
|
|
|
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainNames | string | Yes | The accelerated domain names. You can specify multiple accelerated domain names and separate them with commas (,). | www.example.com |
Functions | string | Yes | The features that you want to configure. Format:
If the ParentId parameter is **-1**, the existing rule conditions in the configurations are deleted.
The following code provides a sample configuration if parentId is not used. In this example, the origin_request_header feature is used to add back-to-origin HTTP headers, and the rule condition whose configuration ID is configid=222728944812032 is referenced.
The following code shows a sample configuration if parentId is used. In this example, the origin_request_header feature is used to add back-to-origin HTTP headers, and the rule condition whose configuration ID is 222728944812032 is referenced.
The following code provides a sample configuration that deletes the reference to parentId for a feature that uses parentId. This example shows how to delete the rule condition that has a configuration ID of 222728944812032 and is referenced when origin_request_header feature is used to add back-to-origin HTTP headers.
| [{"functionArgs": [{"argName": "key","argValue": "Content-Encoding"},{"argName": "value","argValue": "gzip"}],"functionName": "set_resp_header"} ] |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"DomainConfigList": {
"DomainConfigModel": [
{
"ConfigId": 1234567,
"DomainName": "www.example.com",
"FunctionName": "set_resp_header"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidFunctions.Malformed | The specified Functions is incorrectly formatted. | - |
400 | InvalidArgValue.Malformed | The specified ArgValue is invalid. | Specified ArgValue is malformed. |
400 | Invalid%s.ValueNotSupported | [%s] is not supported. | - |
400 | Invalid%s.Malformed | The specified ArgValue [%s] is invalid. | - |
400 | MissingParameter%s | The specified value of ArgName[%s] is missing. | You must specify this parameter. |
400 | InvalidFunctionArgs.Malformed | The specified FunctionArgs is invalid. | The specified feature parameter is invalid. |
400 | MissingParameter | The specified ArgValue is missing. | - |
400 | InvalidHeaderKey.ValueNotSupported | The specified value of parameter HeaderKey is not supported. | The specified HTTP header is invalid. Valid values: Content-Type, Cache-Control, Content-Disposition, Content-Language, Expires, Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers, Access-Control-Max-Age, Access-Control-Expose-Headers, and Access-Control-Allow-Credentials. |
400 | TooManyDomains | The count of domain is over 50. | - |
400 | InvalidRule.Malformed | %s | - |
400 | ConfigurationConflicts | The staging environment has a configuration in effect and cannot modify the production environment configuration. | Failed to modify the parameter settings in the production environment because the parameter settings are different from those in the stating environment. Set parameters in the staging environment before you publish them to the production environment. |
400 | InvalidFunction.NotSupported | The domain is not supported to set the function. | This feature is not supported for domain names. |
400 | InvalidDomain.BelongToConfigGroup | This Domain activated in configuration group and should modify by config group. | - |
400 | EntityNotExist.Role | EntityNotExist.Role | - |
400 | MissingParameterFunctions | The specified value of Functions is missing. | - |
400 | NoPermission.SLR | The current user does not have permission to create servicelinkedrole. Please contact the Alibaba Cloud account or administrator to authorize AliyunCDNFullAccess or custom policy:Service Name:cdn-ddos.cdn.aliyuncs.com,Role: AliyunServiceRoleForCDNAccessingDDoS,Permission: ram: CreateServiceLinkedRole | You are not authorized to create service-linked roles. Obtain the AliyunCDNFullAccess permission or custom permission policies used to create service-linked roles from your Alibaba Cloud account or the administrator. Obtain custom permissions based on the following information: Service Name: cdn-ddos.cdn.aliyuncs.com, Service-linked Role Name: AliyunServiceRoleForCDNAccessingDDoS, Required Permission: ram:CreateServiceLinkedRole. |
400 | ConfigExceedLimit | Count of config entries exceeds the limit. | The upper limit is reached. |
400 | EdgeScriptCountExceedLimit | The number of rules exceeds the default limit (1). To increase the limit, submit a ticket. | - |
400 | EdgeScripOptionsHasInnerConfig | The extension has a background configuration or a parameter of this configuration is invalid. For more information, submit a ticket. | The extension has a background configuration or a configured parameter is invalid. For more information, submit a ticket. |
400 | EdgeScriptGrammarNotSupport | A background customization rule exists or a parameter of this configuration is invalid. For more information, submit a ticket. | A background custom rule exists or a configured parameter is invalid. For more information, submit a ticket. |
400 | EdgeScriptNotSupportJs | JavaScript rules are not supported. For more information, submit a ticket. | JavaScript rules are not supported. For more information, submit a ticket. |
400 | ServiceInvokeFailed | Failed to invoke service. | An internal server error occurred. |
400 | ConfigParentExceedLimit | Config parent exceed limit. | The referenced advanced conditional rule exceeds the threshold. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-06-13 | The Error code has changed | View Change Details |
2023-05-25 | The Error code has changed | View Change Details |
2023-05-23 | The Error code has changed | View Change Details |
2023-03-15 | The Error code has changed | View Change Details |