Queries the trend of unprotected ports.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DescribeUnprotectedPortTrend |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the request. |
61.155.60.XXX |
| Lang |
string |
No |
The language of the response. Valid values:
Valid values:
|
zh |
| Lang |
string |
No |
The language of the response. Valid values:
Valid values:
|
zh |
| StartTime |
string |
No |
The start time. Specify a UNIX timestamp in seconds. |
1655778046 |
| EndTime |
string |
No |
The end time. Specify a UNIX timestamp in seconds. |
1751210395 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Interval |
integer |
The time interval. |
60 |
| RequestId |
string |
The request ID. |
E599A84E-CD22-5E42-A2A9-01A254AC**** |
| DataList |
array<object> |
The data list. |
|
|
object |
The data list. |
||
| Time |
integer |
The timestamp. |
1659405600 |
| Count |
integer |
The number of blocked requests. |
1 |
Examples
Success response
JSON format
{
"Interval": 60,
"RequestId": "E599A84E-CD22-5E42-A2A9-01A254AC****",
"DataList": [
{
"Time": 1659405600,
"Count": 1
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.