华为乾坤-查询用户组:响应示例

时间:2025-02-17 11:37:29

响应示例

返回状态码为200:查询成功,响应体参考GetUsergroupsOutputDto。

HTTP/1.1 200 OK
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
{
	"pageIndex" : 1,
	"pageSize" : 20,
	"totalRecords" : 1,
	"errcode" : "0",
	"errmsg" : "",
	"data" : [
		{
			"id" : "a91e1696-02a2-4a68-bad4-aa639359c8cf",
			"description" : "administrator group",
			"fullPathName" : "/root/admin",
			"bsid" : "00000-00001",
			"parentId" : "66848b66-482d-4ba1-b862-4f1ab763fc95",
			"name" : "admin",
			"address" : "Xihu North Community",
			"postalCode" : "417700",
			"adminEmail" : "xxx@example.com",
			"orderId" : 1134,
			"dataSource" : 0
		}
	]
}

返回状态码为400:校验异常。

HTTP/1.1 400 Bad Request
Date: Sun,16 Feb 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,16 Feb 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_0000002163880417.html