菜单

修改副本组基本属性

下载

接口地址:/webapi/containergroup/{containerGroupId}/action/modify

请求方式:POST

请求数据类型:application/x-www-form-urlencoded,application/json

响应数据类型:*/*

接口描述:

修改容器组属性

请求示例:

javascript 复制代码
{
  "containerGroupName": "",
  "maxStreamCount": 0,
  "description": "",
  "requestId": ""
}

请求参数:

参数名称 参数说明 请求类型 是否必须 数据类型 schema
containerGroupId 请求containergroupId数据 path true integer(int32)
containerGroupName 副本组名称 false string
maxStreamCount 最大流数 false integer(int32)
description 描述 false string
requestId 请求ID false string

响应状态:

状态码 说明 schema
200 OK ResponseResultContainerGroupResultVo

响应参数:

参数名称 参数说明 类型 schema
message 返回状态标记 string
statFlag 返回状态 integer(int32) integer(int32)
dataInfo ContainerGroupResultVo ContainerGroupResultVo
  errorCode 错误码 integer(int32)
  message 响应信息 string
  containerGroupId 副本组ID integer(int64)
dataCount 返回数据条数 integer(int32) integer(int32)

响应示例:

javascript 复制代码
{
	"message": "操作成功",
	"statFlag": 0,
	"dataInfo": {
		"errorCode": 0,
		"message": "",
		"containerGroupId": 0
	},
	"dataCount": 10
}
分享文章
上一个
新建副本组
下一个
查询副本组详情
最近修改: 2024-12-13