該接口用于查詢物聯網卡的風險告警統計數量概覽。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String GetCardStatusStatistics

系統規定參數。取值:GetCardStatusStatistics

返回數據

名稱 類型 示例值 描述
Code String 200

接口返回碼。

200:表示成功。

其它:表示錯誤碼。錯誤碼詳情,請參見錯誤碼。

ErrorMessage String InstanceId cannot be empty.

調用失敗時,返回的錯誤信息。

RequestId String E4F94B97-1D64-4080-BFD2-67461667AA43

請求ID,阿里云為該請求生成的標識符。

Success Boolean true

是否調用成功。

true:調用成功。

false:調用失敗。

LocalizedMessage String InstanceId cannot be empty.

根據當前所在地展示對應語言的錯誤提示。

Data Object

返回數據。

UnbindResumeStatisticsDTO Object

換綁停用數據統計。

PoolCount Long 10

統付池套餐卡數量。

SingleCardCount Long 20

單卡套餐卡數量。

SameFlowCardCount Long 30

同檔位池套餐卡數量。

TotalCount Long 60

總卡數量。

FlowOutStatisticsDTO Object

信控停用數據統計。

PoolCount Long 10

統付池套餐卡數量。

SingleCardCount Long 20

單卡套餐卡數量。

SameFlowCardCount Long 30

同檔位池套餐卡數量。

TotalCount Long 60

總卡數量。

ErrorStopStatisticsDTO Object

異常停用數據統計。

PoolCount Long 10

統付池套餐卡數量。

SingleCardCount Long 20

單卡套餐卡數量。

SameFlowCardCount Long 30

同檔位池套餐卡數量。

TotalCount Long 60

總卡數量。

ExhaustStopStatisticsDTO Object

達量停用數據統計。

PoolCount Long 10

統付池套餐卡數量。

SingleCardCount Long 20

單卡套餐卡數量。

SameFlowCardCount Long 30

同檔位池套餐卡數量。

TotalCount Long 60

總卡數量。

UnCertifiedStopStatisticsDTO Object

未實名停用數據統計。

PoolCount Long 10

統付池套餐卡數量。

SingleCardCount Long 20

單卡套餐卡數量。

SameFlowCardCount Long 30

同檔位池套餐卡數量。

TotalCount Long 60

總卡數量。

ManageStopStatisticsDTO Object

主動停用數據統計。

PoolCount Long 10

統付池套餐卡數量。

SingleCardCount Long 20

單卡套餐卡數量。

SameFlowCardCount Long 30

同檔位池套餐卡數量。

TotalCount Long 60

總卡數量。

ExpireStopStatisticsDTO Object

套餐到期停機數據統計。

PoolCount Long 10

統付池套餐卡數量。

SingleCardCount Long 20

單卡套餐卡數量。

SameFlowCardCount Long 30

同檔位池套餐卡數量。

TotalCount Long 60

總卡數量。

WeekWarnStatisticsDTO Object

套餐7天到期預警數據統計。

PoolCount Long 10

統付池套餐卡數量。

SingleCardCount Long 20

單卡套餐卡數量。

SameFlowCardCount Long 30

同檔位池套餐卡數量。

TotalCount Long 60

總卡數量。

RiskWaringStatisticsDTO Object

風險告警統計。與控制臺風險告警板塊數據一致。

WarningCount Long 20

到期預警數。(7天內套餐到期)

WaringTotalCount Long 100

總告警數。

StopCount Long 40

停機/停用數。

LeftFlowPercentageWarnCount Long 40

余量預警數。(單卡套餐余量不足10%)

SingCardPeriodLeftFlowWarnDTO Object

套餐余量不足數據統計。

LessFlowPercentage10Count Long 5

單卡周期套餐余量不足10%的告警數量。

LessFlowPercentage30Count Long 8

單卡周期套餐余量不足30%的告警數量.

示例

請求示例

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
}