查询已创建的上级视图列表。
使用 GET 方式发起请求。
下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考「公共参数」。
字段 | 位置 | 类型 | 必填 | 说明 | 值 |
---|---|---|---|---|---|
Action | Query | String | 是 | 公共参数,OpenAPI 接口名称 | ListStructuredViewCascadePlatform |
Version | Query | String | 是 | 公共参数,OpenAPI 接口版本 | 2021-01-01 |
PlatformName | Query | String | 否 | 筛选条件,上级视图名称 | 支持模糊搜索 |
Order | Query | Integer | 否 | 查询结果排序方式 | 可选枚举值:
|
通用返回参数,请参考 ResponseMetadata 结构体说明。
Result 字段包含以下参数:
字段 | 类型 | 说明 |
---|---|---|
PlatformList | Array of objects | 查询到的上级视图列表,参考以下 List<PlatformList> 数据结构说明 |
List<PlatformList>
数据结构说明
字段 | 类型 | 说明 |
---|---|---|
ID | String | 上级视图 ID |
PlatformName | String | 上级视图名称 |
PlatformCode | String | 上级视图接入编码 |
PlatformIP | String | 上级视图 IP |
PlatformPort | Int | 端口号 |
Description | String | 描述 |
Username | String | 用户名 |
Password | String | 密码 |
CreateTimestamp | Int | 创建时间,Unix 时间戳,单位:秒 |
UpdateTimestamp | Int | 更新时间,Unix 时间戳,单位:秒 |
Status | String | 状态:
|
GET https://open.volcengineapi.com?Action=ListStructuredViewCascadePlatform &Version=2021-01-01 &PlatformName=RECEIVE_MESSAGE &<公共请求参数>
{ "ResponseMetadata": { "RequestId": "20221024153658010225082199071AD97B", "Action": "ListStructuredViewCascadePlatform", "Version": "2021-01-01", "Service": "aiotvideo", "Region": "cn-north-1" }, "Result": { "PageNumber": 1, "PageSize": 20, "TotalCount": 2, "PlatformList": [ { "ID": "cp_i1lg6jw4uuxxxxxx", "PlatformName": "sectest1'/**/and/**/DBMS_PIPE.RECEIVE_MESSAGE('s',2)='s", "PlatformCode": "82895684005030xxxxxx", "PlatformIP": "123.xxx.xxx.xxx", "PlatformPort": 20020, "Description": "aaa", "Username": "82895684005030xxxxxx", "Password": "C42D5a0c-7ccA-4676-a752-DffBxxxxxxxx", "CreateTimestamp": 1664457981, "UpdateTimestamp": 0, "Status": "注册中" }, { "ID": "cp_k8kzxxxxxx", "PlatformName": "sectest1'/**/and/**/DBMS_PIPE.RECEIVE_MESSAGE('v',0)='v", "PlatformCode": "82895684005030xxxxxx", "PlatformIP": "123.xxx.xxx.xxx", "PlatformPort": 20020, "Description": "aaa", "Username": "82895684005030xxxxxx", "Password": "C42D5a0c-7ccA-4676-a752-Dfxxxxxx", "CreateTimestamp": 1664457981, "UpdateTimestamp": 0, "Status": "注册中" } ] } }