编辑录像计划。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateRecordPlan | 接口名称。当前 API 的名称为 UpdateRecordPlan 。 |
Version | String | 是 | 2021-01-01 | 接口版本。当前 API 的版本为 2021-01-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
PlanID | String | 是 | plan0xxxx | 录像计划 ID。 |
PlanName | String | 否 | 全天计划 | 录像计划名称,支持由中文、大小写字母、数字、中划线组成。 |
Description | String | 否 | 全天录像 | 录像计划描述。 |
BindTemplate | String | 否 | plan01 | 绑定的录像模板 ID,通过 ListRecordTemplates 接口获取。 |
Status | String | 否 |
| 是否启用录像计划,取值及含义如下所示。
|
StreamingIndex | Integer | 否 |
| 录制的主子码流编号,取值及含义如下所示。
说明 如需通过 {设备国标 ID,通道 ID,主子码流编号} 三元组增加绑定的通道,必须指定主子码流编号。 |
Resolution | String | 否 |
| 分辨率编码(可参考 GB28181-2022 协议附录G中的定义):
|
AddList | Object of AddList | 否 | 需要增加的绑定通道列表,可通过指定 {设备国标 ID,通道 ID,主子码流编号} 三元组或视频流 ID 列表增加。 说明
| |
DelList | Object of DelList | 否 | 需要移除的绑定通道列表,可通过指定 {设备国标 ID,通道 ID,主子码流编号} 三元组或视频流 ID 列表移除。 说明 Devices 和 Streams 属于并的关系,可以同时指定,也可以指定其中之一 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
MainStreams | Array of String | 否 | ["524c804d-0149-4b58-8209-2f17f6xxxxxx"] | 主码流 ID。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
MainStreams | Array of String | 是 | ["524c804d-0149-xxxx-8209-2f17f6xxxxxx"] | 主码流 ID。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ID | String | plan0xxxx | 录像计划唯一 ID。 |
POST https://open.volcengineapi.com?Action=UpdateRecordPlan&Version=2021-01-01 { "PlanID": "record0xxxxx", "PlanName": "全天计划01", "Description": "全天录像01", "BindTemplate": "plan02", "Status": "disabled", "StreamingIndex": 2, "Resolution": "6", "AddList": { "MainStreams": [ "3a890d3f-6db4-4663-a5a6-9abf06xxxxxx", "3a890d3f-6db4-4663-a5a6-9abf06xxxxxx" ] }, "DelList": { "MainStreams": [ "3a890d3f-6db4-4663-a5a6-9abf06xxxxxx", "3a890d3f-6db4-4663-a5a6-9abf06xxxxxx" ] } }
{ "ResponseMetadata": { "RequestId": "202209141449260102020891370D037571", "Action": "UpdateRecordPlan", "Version": "2021-01-01", "Service": "aiotvideo", "Region": "cn-north-1" }, "Result": { "ID": "plan0xxxx" } }
您可访问公共错误码,获取更多错误码信息。