该接口用于查询物联网卡的风险告警统计数量概览。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetCardStatusStatistics | 系统规定参数。取值:GetCardStatusStatistics。 |
返回数据
示例
请求示例
http(s)://linkcard.aliyuncs.com/?Action=GetCardStatusStatistics
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetCardStatusStatisticsResponse>
<code>200</code>
<data>
<RequestId>DCBDCDBC-0E54-53AC-97A4-6194849CC6BC</RequestId>
<Data>
<ExhaustStopStatisticsDTO>
<TotalCount>8</TotalCount>
<SingleCardCount>0</SingleCardCount>
<SameFlowCardCount>4</SameFlowCardCount>
<PoolCount>4</PoolCount>
</ExhaustStopStatisticsDTO>
<WeekWarnStatisticsDTO>
<TotalCount>20</TotalCount>
<SingleCardCount>20</SingleCardCount>
<SameFlowCardCount>0</SameFlowCardCount>
<PoolCount>0</PoolCount>
</WeekWarnStatisticsDTO>
<FlowOutStatisticsDTO>
<TotalCount>12</TotalCount>
<SingleCardCount>7</SingleCardCount>
<SameFlowCardCount>0</SameFlowCardCount>
<PoolCount>5</PoolCount>
</FlowOutStatisticsDTO>
<SingCardPeriodLeftFlowWarnDTO>
<LessFlowPercentage10Count>15</LessFlowPercentage10Count>
<LessFlowPercentage30Count>0</LessFlowPercentage30Count>
</SingCardPeriodLeftFlowWarnDTO>
<ErrorStopStatisticsDTO>
<TotalCount>1</TotalCount>
<SingleCardCount>0</SingleCardCount>
<SameFlowCardCount>0</SameFlowCardCount>
<PoolCount>1</PoolCount>
</ErrorStopStatisticsDTO>
<ExpireStopStatisticsDTO>
<TotalCount>652</TotalCount>
<SingleCardCount>506</SingleCardCount>
<SameFlowCardCount>146</SameFlowCardCount>
<PoolCount>0</PoolCount>
</ExpireStopStatisticsDTO>
<UnbindResumeStatisticsDTO>
<TotalCount>1</TotalCount>
<SingleCardCount>0</SingleCardCount>
<SameFlowCardCount>0</SameFlowCardCount>
<PoolCount>1</PoolCount>
</UnbindResumeStatisticsDTO>
<UnCertifiedStopStatisticsDTO>
<TotalCount>1</TotalCount>
<SingleCardCount>0</SingleCardCount>
<SameFlowCardCount>0</SameFlowCardCount>
<PoolCount>1</PoolCount>
</UnCertifiedStopStatisticsDTO>
<RiskWaringStatisticsDTO>
<WarningCount>20</WarningCount>
<StopCount>825</StopCount>
<LeftFlowPercentageWarnCount>15</LeftFlowPercentageWarnCount>
<WaringTotalCount>860</WaringTotalCount>
</RiskWaringStatisticsDTO>
<ManageStopStatisticsDTO>
<TotalCount>150</TotalCount>
<SingleCardCount>57</SingleCardCount>
<SameFlowCardCount>31</SameFlowCardCount>
<PoolCount>62</PoolCount>
</ManageStopStatisticsDTO>
</Data>
<ErrorMessage/>
<Code/>
<Success>true</Success>
<LocalizedMessage/>
</data>
<httpStatusCode>200</httpStatusCode>
<requestId>DCBDCDBC-0E54-53AC-97A4-6194849CC6BC</requestId>
<successResponse>true</successResponse>
</GetCardStatusStatisticsResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"code" : "200",
"data" : {
"RequestId" : "DCBDCDBC-0E54-53AC-97A4-6194849CC6BC",
"Data" : {
"ExhaustStopStatisticsDTO" : {
"TotalCount" : 8,
"SingleCardCount" : 0,
"SameFlowCardCount" : 4,
"PoolCount" : 4
},
"WeekWarnStatisticsDTO" : {
"TotalCount" : 20,
"SingleCardCount" : 20,
"SameFlowCardCount" : 0,
"PoolCount" : 0
},
"FlowOutStatisticsDTO" : {
"TotalCount" : 12,
"SingleCardCount" : 7,
"SameFlowCardCount" : 0,
"PoolCount" : 5
},
"SingCardPeriodLeftFlowWarnDTO" : {
"LessFlowPercentage10Count" : 15,
"LessFlowPercentage30Count" : 0
},
"ErrorStopStatisticsDTO" : {
"TotalCount" : 1,
"SingleCardCount" : 0,
"SameFlowCardCount" : 0,
"PoolCount" : 1
},
"ExpireStopStatisticsDTO" : {
"TotalCount" : 652,
"SingleCardCount" : 506,
"SameFlowCardCount" : 146,
"PoolCount" : 0
},
"UnbindResumeStatisticsDTO" : {
"TotalCount" : 1,
"SingleCardCount" : 0,
"SameFlowCardCount" : 0,
"PoolCount" : 1
},
"UnCertifiedStopStatisticsDTO" : {
"TotalCount" : 1,
"SingleCardCount" : 0,
"SameFlowCardCount" : 0,
"PoolCount" : 1
},
"RiskWaringStatisticsDTO" : {
"WarningCount" : 20,
"StopCount" : 825,
"LeftFlowPercentageWarnCount" : 15,
"WaringTotalCount" : 860
},
"ManageStopStatisticsDTO" : {
"TotalCount" : 150,
"SingleCardCount" : 57,
"SameFlowCardCount" : 31,
"PoolCount" : 62
}
},
"ErrorMessage" : "",
"Code" : "",
"Success" : true,
"LocalizedMessage" : ""
},
"httpStatusCode" : "200",
"requestId" : "DCBDCDBC-0E54-53AC-97A4-6194849CC6BC",
"successResponse" : true
}