查询安全组(securitySelect)
接口描述:
查询安全组
请求参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
Security_Group_Name | 否 | string | 镜像名称 |
Offset | 否 | string | 偏移量 |
Limit | 否 | string | 数量 |
Order_By | 否 | string | 排序字段【Security_Group_Name、Create_Time】 |
Order | 否 | string | 升降序【asc、desc】 |
响应示例:
{ "code": 200, "msg": "success", "time": 1497254364, "data": { "count": "2", "list": [ { "Security_Group_Id": "GRP48ea8f5d45516ad735d00c", "Security_Group_Name": "22", "User_Id": "1000000020", "Comments": "", "Create_Time": "2016-12-22 15:44:18", "Update_Time": "2016-12-22 15:44:18" }, { "Security_Group_Id": "GRP48ea8f5d455169483be0e7", "Security_Group_Name": "11", "User_Id": "1000000020", "Comments": "", "Create_Time": "2016-12-22 15:44:11", "Update_Time": "2016-12-22 15:44:11" } ] } }