Consulta todas as tarefas de entrega de logs em tempo real em sua conta da Alibaba Cloud.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
cdn:ListRealtimeLogDelivery |
get |
*All Resource
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
Nenhum parâmetro necessário.
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
|||
| RequestId |
string |
O ID da solicitação. |
30559C03-86C9-4EEC-B840-0DC5F5A2189B |
| Content |
object |
||
| RealtimeLogDeliveryInfo |
array<object> |
As informações de log. |
|
|
object |
|||
| Status |
string |
The status of real-time log delivery. |
online |
| Domain |
string |
The accelerated domain name. |
example.com |
| DmId |
integer |
The domain ID. |
1001010 |
| Region |
string |
The ID of the region where the Log Service project is deployed. |
cn-hangzhou |
| Logstore |
string |
The name of the Logstore where log entries are stored. |
test |
| Project |
string |
The name of the Log Service project that is used for real-time log delivery. |
test |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "30559C03-86C9-4EEC-B840-0DC5F5A2189B",
"Content": {
"RealtimeLogDeliveryInfo": [
{
"Status": "online",
"Domain": "example.com",
"DmId": 1001010,
"Region": "cn-hangzhou",
"Logstore": "test",
"Project": "test"
}
]
}
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 400 | Unauthorized | RealtimeLogDelivery Service Not Authorized |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.