Queries a single log delivery configuration for a hybrid cloud.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeLogDeliveryConfig |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call DescribeInstance to query the ID of the current WAF instance. |
waf_elasticity-***** |
| DeliveryName |
string |
Yes |
The name of the log delivery configuration. |
test1 |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
66A98669-CC6E-4F3E-80A6-****** |
| DeliveryConfig |
object |
The log delivery configuration. |
|
| DeliveryName |
string |
The name of the log delivery configuration. |
test1 |
| DeliveryType |
string |
The type of the log delivery configuration. Valid values:
|
syslog |
| DeliveryDetail |
string |
The details of the log delivery configuration. This is a JSON string that consists of a series of parameters. Note
This parameter is the same as the DeliveryDetail parameter of the CreateLogDeliveryConfig operation. For more information, see CreateLogDeliveryConfig. |
详见各个外发投递类型的内容详情 |
Examples
Success response
JSON format
{
"RequestId": "66A98669-CC6E-4F3E-80A6-******",
"DeliveryConfig": {
"DeliveryName": "test1",
"DeliveryType": "syslog",
"DeliveryDetail": "详见各个外发投递类型的内容详情\n"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.