华为乾坤-批量删除指定站点的SSID配置:响应示例

时间:2025-05-12 15:31:27

响应示例

返回状态码为200:SSID全部删除成功,返回结构体参见APDeleteSsidResponse。

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" : [
		 "de5813f8ff1e41f5ba9c324da70b49ed"
	],
	"fail" : [
		{
			"errcode" : "0302000020",
			"errmsg" : "The site ID format is incorrect or the site does not exist",
			"id" : "de5813f8ff1e41f5ba9c324da70b49ed"
		}
	]
}

返回状态码为207:SSID部分删除成功,返回结构体参见APDeleteSsidResponse。

HTTP/1.1 207 Multi-Status
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" : [
		 "de5813f8ff1e41f5ba9c324da70b49ed"
	],
	"fail" : [
		{
			"errcode" : "0302000020",
			"errmsg" : "The site ID format is incorrect or the site does not exist",
			"id" : "de5813f8ff1e41f5ba9c324da70b49ed"
		}
	]
}

返回状态码为400:SSID删除失败,返回结构体参见APDeleteSsidResponse。

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
{
	"errcode" : "0",
	"errmsg" : "",
	"success" : [
		 "de5813f8ff1e41f5ba9c324da70b49ed"
	],
	"fail" : [
		{
			"errcode" : "0302000020",
			"errmsg" : "The site ID format is incorrect or the site does not exist",
			"id" : "de5813f8ff1e41f5ba9c324da70b49ed"
		}
	]
}

返回状态码为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
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000001898798989.html
提示

您即将访问非华为云网站,请注意账号财产安全