獲取NVR設(shè)備信息。

調(diào)試

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

請求參數(shù)

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

系統(tǒng)規(guī)定參數(shù)。取值:DescribeNvrs

PageNum Long 1

分頁編碼

PageSize Long 5

分頁條數(shù)設(shè)定,最大200

NvrDeviceIdList String 1372771321890****

所要查看的NVR設(shè)備的國標(biāo)編碼;多個(gè)之間用逗號分隔。

CorpIdList String 323153238989734****

所要查看的設(shè)備所屬的項(xiàng)目ID;多個(gè)之間用逗號分隔。

DeviceFilter String 100001****

設(shè)備名稱或編號,用來模糊搜索

返回?cái)?shù)據(jù)

名稱 類型 示例值 描述
RequestId String 46329898-489C-4E63-9BA1-C1DA5C5D0986

請求ID

Code String 200

返回結(jié)果編碼

Message String Success

返回結(jié)果消息

Data Object

返回結(jié)果數(shù)據(jù)

TotalCount Long 32

設(shè)備總數(shù)量

TotalPage Long 4

分頁總數(shù)量

PageNum Long 1

返回第幾個(gè)分頁

PageSize Long 10

分頁大小

Records Array of Record

返回結(jié)果數(shù)據(jù)

CorpId String 323153238989734****

項(xiàng)目ID

ServerId String 330100990120****

設(shè)備接入的服務(wù)編碼,接入?yún)f(xié)議為GB28181時(shí)表示服務(wù)器國標(biāo)ID

ServerIp String 192.168.XX.XX

設(shè)備接入的服務(wù)器IP

ServerRealm String 2021****

接入服務(wù)器的域名,目前僅在國標(biāo)協(xié)議中有效,您需要將其填寫到設(shè)備頁面中

ServerPort String 5060

設(shè)備接入的服務(wù)器端口

DeviceId String 3301220100200000**********

NVR設(shè)備國標(biāo)編碼

Password String ******

設(shè)備接入服務(wù)器的密碼

DeviceName String 某公司門口

所注冊的設(shè)備的名稱

DeviceAddress String 某地市

設(shè)備地址

Longitude String 116.397128

經(jīng)度

Latitude String 39.916527

緯度

Vendor String 阿里云

設(shè)備產(chǎn)商

DeviceType String NVR

所注冊的設(shè)備的類型:IPC、NVR、ABox(該類型為阿里云定制ACube系列類型)

InProtocol String GBT28181

設(shè)備接入?yún)f(xié)議,比如GBT28181

DeviceSn String a2374ea48186****

設(shè)備唯一編碼(SN碼),快速上云方式注冊回傳的設(shè)備SN號,普通注冊無

DatasourceType String VIDEO

數(shù)據(jù)源類型:VIDEO(IPC、NVR通用數(shù)據(jù)類型)、PIC_VIDEO(阿里云定制ACube系列的數(shù)據(jù)類型)

DeviceStatus String 1

設(shè)備在線狀態(tài):1表示在線,0表示離線, 2表示待注冊

SubDeviceCount String 8

子設(shè)備數(shù)量

SubDeviceInfo Array of SubDeviceInfo

子設(shè)備信息列表

SubDeviceId String 33011012011327999****

子設(shè)備ID

CreateTime String 2021-08-26T12:31:22

設(shè)備創(chuàng)建時(shí)間

ModifyTime String 2021-08-26T12:31:22

設(shè)備修改時(shí)間

DeviceModel String ACube200-8

設(shè)備型號

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeNvrs
&PageNum=1
&PageSize=5
&NvrDeviceIdList=1372771321890****
&CorpIdList=323153238989734****
&DeviceFilter=100001****
&公共請求參數(shù)

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeNvrsResponse>
    <RequestId>46329898-489C-4E63-9BA1-C1DA5C5D0986</RequestId>
    <Code>200</Code>
    <Message>Success</Message>
    <Data>
        <TotalCount>32</TotalCount>
        <TotalPage>4</TotalPage>
        <PageNum>1</PageNum>
        <PageSize>10</PageSize>
        <Records>
        	<Record>
            <CorpId>323153238989734****</CorpId>
            <ServerId>330100990120****</ServerId>
            <ServerIp>192.168.XX.XX</ServerIp>
            <ServerRealm>2021****</ServerRealm>
            <ServerPort>5060</ServerPort>
            <DeviceId>3301220100200000**********</DeviceId>
            <Password>******</Password>
            <DeviceName>某公司門口</DeviceName>
            <DeviceAddress>某地市</DeviceAddress>
            <Longitude>116.397128</Longitude>
            <Latitude>39.916527</Latitude>
            <Vendor>阿里云</Vendor>
            <DeviceType>NVR</DeviceType>
            <InProtocol>GBT28181</InProtocol>
            <DeviceSn>a2374ea48186****</DeviceSn>
            <DatasourceType>VIDEO</DatasourceType>
            <DeviceStatus>1</DeviceStatus>
            <SubDeviceCount>8</SubDeviceCount>
            <SubDeviceInfo>
                <SubDeviceId>33011012011327999****</SubDeviceId>
            </SubDeviceInfo>
            <CreateTime>2021-08-26T12:31:22</CreateTime>
            <ModifyTime>2021-08-26T12:31:22</ModifyTime>
            <DeviceModel>ACube200-8</DeviceModel>
        	</Record>
        </Records>
    </Data>
</DescribeNvrsResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "46329898-489C-4E63-9BA1-C1DA5C5D0986",
  "Code" : "200",
  "Message" : "Success",
  "Data" : {
    "TotalCount" : 32,
    "TotalPage" : 4,
    "PageNum" : 1,
    "PageSize" : 10,
    "Records" : [ {
      "CorpId" : "323153238989734****",
      "ServerId" : "330100990120****",
      "ServerIp" : "192.168.XX.XX",
      "ServerRealm" : "2021****",
      "ServerPort" : "5060",
      "DeviceId" : "3301220100200000**********",
      "Password" : "******",
      "DeviceName" : "某公司門口",
      "DeviceAddress" : "某地市",
      "Longitude" : "116.397128",
      "Latitude" : "39.916527",
      "Vendor" : "阿里云",
      "DeviceType" : "NVR",
      "InProtocol" : "GBT28181",
      "DeviceSn" : "a2374ea48186****",
      "DatasourceType" : "VIDEO",
      "DeviceStatus" : "1",
      "SubDeviceCount" : "8",
      "SubDeviceInfo" : [ {
        "SubDeviceId" : "33011012011327999****"
      } ],
      "CreateTime" : "2021-08-26T12:31:22",
      "ModifyTime" : "2021-08-26T12:31:22",
      "DeviceModel" : "ACube200-8"
    } ]
  }
}

錯(cuò)誤碼

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。