Queries the details of enabled trials for proof of concept (POC) features.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribePocFunctions |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call the DescribeInstance operation to obtain the ID of the WAF instance. |
waf_cdnsdf3**** |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The result of the request. |
||
| RequestId |
string |
The request ID. |
1557B42F-B889-460A-B17F-1DE5C5AD7FF2 |
| Functions |
array<object> |
A list of the POC feature details. |
|
|
object |
The details of the POC feature. |
||
| Type |
string |
The type of the POC feature trial. Valid values:
|
botWeb |
| ExpireTime |
integer |
The expiration time of the instance. This value is a UNIX timestamp. Unit: milliseconds. |
1760581677000 |
Examples
Success response
JSON format
{
"RequestId": "1557B42F-B889-460A-B17F-1DE5C5AD7FF2",
"Functions": [
{
"Type": "botWeb",
"ExpireTime": 1760581677000
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.