Configura múltiplos nomes de domínio de uma vez.
Descrição da operação
O limite de taxa é de 30 chamadas por segundo por conta.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
dcdn:BatchSetDcdnDomainConfigs |
update |
*domain
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| DomainNames |
string |
Sim |
Os nomes de domínio acelerados. Separe múltiplos nomes de domínio com uma vírgula. Observe os seguintes limites:
|
example.com,example.org |
| Functions |
string |
Sim |
Uma lista de até 50 recursos. O valor deve estar no seguinte formato:
|
[{"functionArgs":[{"argName":"switch","argValue":"on"},{"argName":"region","argValue":"*"}],"functionName":"ipv6"}] |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
|||
| RequestId |
string |
O ID da solicitação. |
04F0F334-1335-436C-A1D7-6C044FE73368 |
| DomainConfigList |
object |
||
| DomainConfigModel |
array<object> |
As configurações de nome de domínio. |
|
|
object |
|||
| ConfigId |
integer |
The configuration ID. If the value is 0, the configuration failed and you must reconfigure the feature. |
123456 |
| DomainName |
string |
The domain name. |
www.example.com |
| FunctionName |
string |
The feature name. |
set_resp_header |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"DomainConfigList": {
"DomainConfigModel": [
{
"ConfigId": 123456,
"DomainName": "www.example.com",
"FunctionName": "set_resp_header"
}
]
}
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 400 | InvalidFunctions.Malformed | The specified Functions is invalid. | The specified configuration is invalid. |
| 400 | InvalidArgValue.Malformed | The specified ArgValue is invalid. | The value specified for the ArgValue parameter is invalid. |
| 400 | Invalid%s.ValueNotSupported | [%s] is not supported. | The specified value is not supported. |
| 400 | Invalid%s.Malformed | The specified ArgValue [%s] is invalid. | The value specified for the ArgValue parameter is invalid. |
| 400 | MissingParameter | You must specify ArgValue. | A required parameter is not set. |
| 400 | InvalidRule.Malformed | %s | %s |
| 400 | InvalidHeaderKey.ValueNotSupported | The specified value of parameter HeaderKey is not supported. | The HeaderKey parameter is set to an invalid value. |
| 400 | MissingParameter%s | The specified value of ArgName %s is missing. | A required parameter is not set. |
| 400 | InvalidParameter | Domain already exists in high ddos. | The domain name is already protected by Anti-DDoS services. |
| 400 | ConfigExceedLimit | Count of config entries exceeds the limit. | The number of features exceeds the limit. |
| 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 error occurred while invoking internal services. |
| 400 | ConfigParentExceedLimit | Config Parent exceed limit. | |
| 400 | BatchSetBusinessError | some configs error:%s | |
| 400 | Function.InvalidParentId | The specified parentId does not exist. | |
| 400 | Domain.DDosQuotaFull | The user’s domain quota for DDos is full. | |
| 400 | AccountArrears | The user‘s account is in arrears. | |
| 400 | DDosExpired | The user‘s DDoS protection has expired. | |
| 400 | Domain.DDosAlreadyExists | This specified domain has been in DDoS. | |
| 400 | Domain.PortConfiguring | This specified domain's special ports are configuring. | |
| 400 | Domain.PortAllocateError | Your port resource allocation failed, please try again in 30 minutes. |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.