查询指定上级视图的详细信息。
使用 GET 方式发起请求。
下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考「公共参数」。
字段 | 位置 | 类型 | 必填 | 说明 | 值 |
---|---|---|---|---|---|
Action | Query | String | 是 | 公共参数,OpenAPI 接口名称 | GetStructuredViewCascadePlatform |
Version | Query | String | 是 | 公共参数,OpenAPI 接口版本 | 2021-01-01 |
PlatformID | Query | String | 否 | 上级视图 ID | 可通过调用 ListStructuredViewCascadePlatform 接口获取 |
通用返回参数,请参考 ResponseMetadata 结构体说明。
Result 字段包含以下参数:
字段 | 类型 | 说明 |
---|---|---|
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=GetStructuredViewCascadePlatform &Version=2021-01-01 &PlatformID=cp_i1lg6jw4uuxxxxxx &<公共请求参数>
{ "ResponseMetadata": { "RequestId": "2022102415415001022508219905DD2EEA", "Action": "GetStructuredViewCascadePlatform", "Version": "2021-01-01", "Service": "aiotvideo", "Region": "cn-north-1" }, "Result": { "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-DffB80xxxxxx", "CreateTimestamp": 1664457981, "UpdateTimestamp": 0, "Status": "注册中" } }