查詢經過VPC防火牆訪問的網域名稱資訊列表。
介面說明
QPS 限制
本介面的單使用者 QPS 限制為 10 次/秒。超過限制,API 呼叫將會被限流,這可能影響您的業務,請合理調用。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Lang |
string |
否 |
接收訊息的語言類型。取值:
|
zh |
| StartTime |
string |
是 |
查詢開始時間。使用秒級時間戳記格式表示。 |
1656664560 |
| EndTime |
string |
是 |
查詢結束時間。使用秒級時間戳記格式表示。 |
1656750960 |
| PageSize |
string |
否 |
分頁參數:每頁顯示條數。 |
10 |
| CurrentPage |
string |
否 |
當前頁。 |
1 |
| Domain |
string |
否 |
網域名稱,僅支援精確查詢。 |
www.example.com |
| SrcIP |
string |
否 |
訪問網域名稱的源 IP。 |
47.92.x.x |
| Sort |
string |
否 |
順序, 枚舉值, 可選:asc, desc。 |
desc |
| Order |
string |
否 |
排序欄位, 枚舉值。 預設值: TotalBytes。 可選值: TotalBytes:根據總流量排序。 SessionCount:根據會話數排序。 |
SessionCount |
| SrcVpcId |
string |
否 |
源端 VPC 的 ID。 |
vpc-t4nlt09olhpazpoeg**** |
| IsAITraffic |
string |
否 |
是否僅統計訪問 AI 服務的流量。預設取值為否。取值:
|
true |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| TotalCount |
integer |
總數。 |
132 |
| RequestId |
string |
返回結果的請求 ID。 |
133173B9-8010-5DF5-8B93-******** |
| DataList |
array<object> |
返回資料列表。 |
|
|
object |
返回資料列表。 |
||
| Domain |
string |
網域名稱。 |
www.a.com |
| RequestBytes |
integer |
請求該網域名稱的流量大小。單位:byte。 |
3214 |
| SessionCount |
integer |
會話數。 |
12 |
| GroupName |
string |
該網域名稱所屬組織資訊。 |
|
| ResponseBytes |
integer |
響應流量大小。單位:byte。 |
4582 |
| Business |
string |
該網域名稱所屬業務。 |
|
| TotalBytes |
integer |
總流量大小。單位:byte。 |
8111126106 |
| ApplicationNameList |
array |
應用協議列表。 |
|
|
string |
應用協議。 |
HTTP |
|
| SrcIpCount |
integer |
訪問該網域名稱的源 IP 數。 |
2 |
| SrcVpcCount |
integer |
訪問該網域名稱的源 VPC 數。 |
1 |
樣本
正常返回樣本
JSON格式
{
"TotalCount": 132,
"RequestId": "133173B9-8010-5DF5-8B93-********",
"DataList": [
{
"Domain": "www.a.com",
"RequestBytes": 3214,
"SessionCount": 12,
"GroupName": "Google",
"ResponseBytes": 4582,
"Business": "Google",
"TotalBytes": 8111126106,
"ApplicationNameList": [
"HTTP"
],
"SrcIpCount": 2,
"SrcVpcCount": 1
}
]
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | aliuid無效 |
| 400 | ErrorTimeError | The time is invalid. | 時間選擇錯誤 |
| 400 | ErrorDBSelectError | A database select error occurred. | 內部錯誤:資料庫查詢錯誤 |
| 400 | ErrorIntervalError | The interval is invalid. | 無效的時間間隔 |
| 400 | ErrorIpFormat | The IP address is invalid. | 無效的IP |
| 400 | ErrorSecuritySuggest | The security suggest is invalid. | 無效的security suggest |
| 400 | ErrorSortError | The sort is invalid. | 無效的排序欄位 |
| 400 | ErrorOrderFailed | The order is invalid. | 無效的order |
| 400 | ErrorPageNo | Either page number or page size is invalid. | 無效的page number 或者 page size |
| 400 | ErrorDomainName | The domain name is invalid. | 無效的網域名稱 |
| 400 | ErrorDataTypeError | The data type is invalid. | 無效的資料類型 |
| 400 | ErrorMarshalJSON | internal error. | 內部錯誤。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。