-
请求示例 HTTP的示例 PUT /controller/campus/v1/sdwan/net/cloud/ops HTTP/1.1
Host: 192.168.1.125:18002
Content-Type: application/json
Accept: application/json
Accept-Language: en-US
X-AC
CES S-TOKEN: x-yyyyyy
{
"opsInfos" : [
{
"siteId" : "00000000-0000-0000-0000-000000000000",
"deviceId" : "00000000-0000-0000-0000-000000000000",
"cloudType" : "HUAWEI",
"publicKey" : "xxxx-xxxx-xxxx",
"secretKey" : "********",
"regionId" : "cn-north-1",
"vpcId" : "00000000-0000-0000-0000-000000000000",
"activeNextHopId" : "00000000-0000-0000-0000-000000000000",
"standbyNextHopId" : "00000000-0000-0000-0000-000000000000"
}
]
}
-
响应示例 返回状态码为200:接口调用成功,响应体参考OpsParamResponse。 HTTP/1.1 200 OK
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
{
"errcode" : "0",
"errmsg" : "",
"success" : [
{
"siteId" : "00000000-0000-0000-0000-000000000000",
"deviceId" : "00000000-0000-0000-0000-000000000000",
"cloudType" : "HUAWEI",
"publicKey" : "xxxx-xxxx-xxxx",
"secretKey" : "********",
"regionId" : "cn-north-1",
"vpcId" : "00000000-0000-0000-0000-000000000000",
"activeNextHopId" : "00000000-0000-0000-0000-000000000000",
"standbyNextHopId" : "00000000-0000-0000-0000-000000000000"
}
],
"fail" : [
{
"errcode" : "0x00c8000c",
"errmsg" : "The parameter is invalid.",
"data" : {
"siteId" : "00000000-0000-0000-0000-000000000000",
"deviceId" : "00000000-0000-0000-0000-000000000000",
"cloudType" : "HUAWEI",
"publicKey" : "xxxx-xxxx-xxxx",
"secretKey" : "********",
"regionId" : "cn-north-1",
"vpcId" : "00000000-0000-0000-0000-000000000000",
"activeNextHopId" : "00000000-0000-0000-0000-000000000000",
"standbyNextHopId" : "00000000-0000-0000-0000-000000000000"
}
}
]
} 返回状态码为400:校验异常。 HTTP/1.1 400 Bad Request
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
返回状态码为500:内部错误。 HTTP/1.1 500 Internal Server Error
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
-
响应示例 返回状态码为200:接口调用成功,响应体参考QueryOpsParamResponse。 HTTP/1.1 200 OK
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
{
"errcode" : "0",
"errmsg" : "",
"totalRecords" : 1,
"pageSize" : 10,
"pageIndex" : 1,
"data" : [
{
"siteId" : "00000000-0000-0000-0000-000000000000",
"deviceId" : "00000000-0000-0000-0000-000000000000",
"cloudType" : "HUAWEI",
"publicKey" : "xxxx-xxxx-xxxx",
"secretKey" : "********",
"regionId" : "cn-north-1",
"vpcId" : "00000000-0000-0000-0000-000000000000",
"activeNextHopId" : "00000000-0000-0000-0000-000000000000",
"standbyNextHopId" : "00000000-0000-0000-0000-000000000000"
}
]
} 返回状态码为400:校验异常。 HTTP/1.1 400 Bad Request
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
返回状态码为500:内部错误。 HTTP/1.1 500 Internal Server Error
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
-
URI /controller/campus/v1/sdwan/net/cloud/ops 表1 query参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 siteId 否 uuid 0~36个字符。 - 站点ID,UUID格式。 "00000000-0000-0000-0000-000000000000" pageIndex 否 int32 [1-65535] 1 当前页数,默认是1。 - pageSize 否 int32 [1-100] 20 每页显示数量,默认是20。 -
-
响应参数 返回状态码为200:接口调用成功,响应体参考QueryOpsParamResponse。 表2 QueryOpsParamResponse对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 errcode string - - 错误码。 "0" errmsg string - - 错误信息。 "" totalRecords int32 - - 总的数据条数。 1 pageSize int32 - - 每页显示数量。 10 pageIndex int32 - - 当前页数。 1 data ARRAY_REFERENCE 0-10个列表项,详细请参见表5。 OPS参数信息。 - 返回状态码为400:校验异常。 详细信息请参见实际响应消息体。 返回状态码为500:内部错误。 详细信息请参见实际响应消息体。
-
请求示例 HTTP的示例 GET /controller/campus/v1/sdwan/net/cloud/ops?siteId=00000000-0000-0000-0000-000000000000 HTTP/1.1
Host: 192.168.1.125:18002
Content-Type: application/json
Accept: application/json
Accept-Language: en-US
X-ACCESS-TOKEN: x-yyyyyy
-
响应示例 返回状态码为200:接口调用成功,响应体参考CheckOpsParamResponse。 HTTP/1.1 200 OK
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
{
"status" : "0",
"result" : ""
} 返回状态码为400:校验异常。 HTTP/1.1 400 Bad Request
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
返回状态码为500:内部错误。 HTTP/1.1 500 Internal Server Error
Date: Sun,11 May 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
-
响应参数 返回状态码为200:接口调用成功,响应体参考CheckOpsParamResponse。 表3 CheckOpsParamResponse对象的参数列表 参数名称 类型 参数值域 默认值 参数说明 参数示例 status string 0~10个字符。 - 检测状态。0表示成功,非0表示失败。 "0" result string 0~256个字符。 - 检测结果。 "" 返回状态码为400:校验异常。 详细信息请参见实际响应消息体。 返回状态码为500:内部错误。 详细信息请参见实际响应消息体。
-
请求参数 表1 body参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 opsParam 是 REFERENCE 详细请参见表2。 OPS参数。 - 表2 CheckOpsParamDto对象的参数列表 参数名称 必选 类型 参数值域 默认值 参数说明 参数示例 siteId 否 uuid 0~36个字符。 - 站点ID,uuid格式。必填。 "00000000-0000-0000-0000-000000000000"
-
请求示例 HTTP的示例 PUT /controller/campus/v1/sdwan/net/cloud/ops/check HTTP/1.1
Host: 192.168.1.125:18002
Content-Type: application/json
Accept: application/json
Accept-Language: en-US
X-ACCESS-TOKEN: x-yyyyyy
{
"siteId" : "00000000-0000-0000-0000-000000000000"
}