You need to enable JavaScript to run this app.
导航

上级视图详情

最近更新时间2022.11.01 17:47:38

首次发布时间2022.11.01 17:47:38

查询指定上级视图的详细信息。

请求方式

使用 GET 方式发起请求。

请求参数

下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考「公共参数」。

字段
位置
类型
必填
说明

Action

Query

String

公共参数,OpenAPI 接口名称

GetStructuredViewCascadePlatform

Version

Query

String

公共参数,OpenAPI 接口版本

2021-01-01

PlatformID

Query

String

上级视图 ID

可通过调用 ListStructuredViewCascadePlatform 接口获取

返回结果

返回参数说明

通用返回参数,请参考 ResponseMetadata 结构体说明

Result 字段包含以下参数:

字段
类型
说明
IDString上级视图 ID
PlatformNameString上级视图名称
PlatformCodeString上级视图接入编码
PlatformIPString上级视图 IP
PlatformPortInt端口号
DescriptionString描述
UsernameString用户名
PasswordString密码
CreateTimestampInt创建时间,Unix 时间戳,单位:秒
UpdateTimestampInt更新时间,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": "注册中"
    }
}