Consulta as cotas e o uso real de um plano com base no ID do site ou do plano.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
esa:ListInstanceQuotasWithUsage |
list |
*All Resource
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| InstanceId |
string |
Não |
O ID do plano, que pode ser obtido chamando a operação ListSites. |
sp-xcdn-96wblslz**** |
| SiteId |
integer |
Não |
O ID do site, que pode ser obtido chamando a operação ListSites. |
1232223**** |
| QuotaNames |
string |
Sim |
Os nomes das cotas no plano. Separe os nomes das cotas com vírgulas (,). Você pode consultar até 10 nomes de cotas por vez. Valores válidos:
|
customHttpCert |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
Esquema da resposta. |
||
| RequestId |
string |
O ID da solicitação. |
85H66C7B-671A-4297-9187-2C4477247A74 |
| InstanceId |
string |
|
sp-xcdn-96wblslz**** |
| Status |
string |
O status do plano. Valores válidos:
|
online |
| Quotas |
array<object> |
As cotas e seu uso real no plano. |
|
|
array<object> |
Os detalhes da cota e o uso da cota no plano. |
||
| QuotaName |
string |
O nome da cota. |
redirect_rules|rule_quota |
| QuotaValue |
string |
O valor da cota. |
10 |
| Usage |
string |
O uso da cota. |
3 |
| SiteUsage |
array<object> |
O uso da cota em cada site associado ao plano. |
|
|
object |
Os detalhes de uso da cota em um único site. |
||
| SiteId |
integer |
The website ID. |
34818329392**** |
| SiteUsage |
string |
The quota usage of the website. |
1 |
| SiteName |
string |
The website name. |
test.top |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "85H66C7B-671A-4297-9187-2C4477247A74",
"InstanceId": "sp-xcdn-96wblslz****",
"Status": "online",
"Quotas": [
{
"QuotaName": "redirect_rules|rule_quota",
"QuotaValue": "10",
"Usage": "3",
"SiteUsage": [
{
"SiteId": 0,
"SiteUsage": "1",
"SiteName": "test.top"
}
]
}
]
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 400 | QuotaNotExist | The quota item does not exist or the purchased plan has not taken effect. Confirm and try again. | The quota item does not exist or the purchased plan has not taken effect. Confirm and try again. |
| 400 | InstanceNotExist | The instance does not exist. Check whether the specified instance ID is correct or whether the instance belongs to your account. | The instance does not exist. Check whether the specified instance ID is correct or whether the instance belongs to your account. |
| 400 | NoPermission | You do not have permissions to access or operate on the resource.Contact your account administrator to attach the AliyunESAFullAccess policy to the current user. | You do not have permissions to access or operate on the resource.Contact your account administrator to attach the AliyunESAFullAccess policy to the current user. |
| 400 | ErService.HasOpened | You have already activated Edge Routine. | You have already activated Edge Routine. |
| 403 | Site.NotExist | The specified website does not exist or is not recognized by the system.Check whether the specified website identifier is valid and matches a website that is active, defined, and recognized by the system.If you want to add a new website, make sure that the creation and registration process is complete to integrate the website to the system. | The specified website does not exist or is not recognized by the system.Check whether the specified website identifier is valid and matches a website that is active, defined, and recognized by the system.If you want to add a new website, make sure that the creation and registration process is complete to integrate the website to the system. |
| 404 | SiteNotFound | The website does not exist or does not belong to you. | The website does not exist or does not belong to you. |
| 404 | UnsupportQuota | Unsupported quota is specified. Check and try again. | Unsupported quota is specified. Check and try again. |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.