跳到主要内容

查詢防火牆

描述

查詢防火牆資訊,可根據名稱等查詢條件檢索出多條記錄。

請求引數

引數名引數型別是否必填引數說明
ActionString操作方法:DescribeFirewalls
RegionString機房標識,取值參見地域列表
OffsetInteger記錄偏移量,預設取 0
CountInteger記錄數量,預設為全部
Id.NString防火牆Id,支援批次,N為自然數,格式:&Id.0=xxx0&Id.1=xxx1
NameString名稱
StartTimeString建立開始時間 格式yyyy-MM-dd HH:mm:ss
EndTimeString建立結束時間 格式yyyy-MM-dd HH:mm:ss

返回引數

名稱型別說明
ActionString執行的操作
TaskIdString請求標識
TotalCountInteger過濾條件下總共記錄數
FirewallSetFirewallType由FirewallType組成的陣列格式,返回 防火牆資訊列表

FirewallType

防火牆資訊的資料型別

名稱型別說明
IdString識別符號
NameString名稱
DescriptionString描述
CreateTimeDateTime建立時間
TypeString防火牆型別: 預設or自定義
BindingSetBindingType由BindingType組成的陣列格式,返回應用了該防火牆的資源

BindingType

應用防火牆資源的資料型別

名稱型別說明
ResourceIdString資源標識
ResourceNameString資源名稱
ResourceTypeString資源型別:instance,router,loadbalancer

請求示例

https://api.yunpanel.com/v2/?Action=DescribeFirewalls
&Region=cn-wuxi1
&<公共請求引數>

返回示例

{
"code": 10000,
"message": "",
"data": {
"TaskId": "mirrorhzj11520170510092402676",
"Action": "DescribeFirewalls",
"TotalCount": 1,
"FirewallSet": [{
"Id": "f-1r9ih3ke3g112",
"Uuid": "61c48e3d-4b48-4c6c-aeea-930da188824c",
"Name": "DEFAULT_18357857",
"Description": "DEFAULT",
"BindingSet": [{
"resourceId": "i-kx9ih49ghc94b",
"resourceName": "cec170509rstD",
"resourceType": "INSTANCE"
},
{
"resourceId": "i-719ih49e6c9p",
"resourceName": "cec1705099hXP",
"resourceType": "INSTANCE"
},
{
"resourceId": "r-vd9ih46dmt2p",
"resourceName": "test",
"resourceType": "ROUTER"
}],
"CreateTime": "2017-04-20T14:39:52 +0800",
"Type": "CUSTOMER",
"UserId": "18359229",
"IdLong": "f-1r9ih3ke3g112-61c48e3d-4b48-4c6c-aeea-930da188824c"
}]
}
}