huawei-cloud-api-definitions-RabbitMQ 0.1.20250613

Huawei Cloud API definitions, generated from OpenAPI spec
Documentation
1
{"base_path":"/","components":null,"consumes":"[\"application/json\"]","definitions":{"ListVhostResp":{"properties":{"items":{"description":"**参数解释**:\n查询的Vhost信息列表","items":{"$ref":"#/definitions/ShowVhostDetailResp"},"type":"array"},"size":{"description":"**参数解释**:\n当前显示的Vhost数量\n**取值范围**:\n不涉及。","format":"int32","type":"integer"},"total":{"description":"**参数解释**:\n查询到的Vhost总数\n**取值范围**:\n不涉及。","format":"int32","type":"integer"}},"type":"object"},"ShowVhostDetailResp":{"properties":{"name":{"description":"**参数解释**:\nVhost名称。\n**取值范围**:\n不涉及。","type":"string"},"tracing":{"description":"**参数解释**:\n是否开启消息轨迹(AMQP版本不涉及此字段)。\n**取值范围**:\n- true:开启。\n- false:不开启","type":"boolean"}},"type":"object"}},"description":null,"group_id":"01d11699e8074781a7ab0fb1c8d994e7","host":"dms.cn-north-4.myhuaweicloud.com","id":"6182323b9dff49b5b408f4cfeb27367f","info_version":"v2","method":"get","name":"ListVhosts","parameters":{},"paths":{"/v2/rabbitmq/{project_id}/instances/{instance_id}/vhosts":{"get":{"description":"查询Vhost列表。","operationId":"ListVhosts","parameters":[{"description":"**参数解释**:\n项目ID,获取方式请参见[获取项目ID](rabbitmq-api-190611012.xml)。\n**约束限制**:\n不涉及。\n**取值范围**:\n不涉及。\n**默认取值**:\n不涉及。","in":"path","name":"project_id","required":true,"type":"string"},{"description":"**参数解释**:\n实例ID。获取方法如下:登录RabbitMQ控制台,在RabbitMQ实例详情页面查找实例ID。\n**约束限制**:\n不涉及。\n**取值范围**:\n不涉及。\n**默认取值**:\n不涉及。","in":"path","name":"instance_id","required":true,"type":"string"},{"description":"**参数解释**:\n分页查询偏移量,表示从此偏移量开始查询。\n**约束限制**:\n不涉及。\n**取值范围**:\n大于等于0。\n**默认取值**:\n0。","format":"int32","in":"query","name":"offset","required":false,"type":"integer"},{"description":"**参数解释**:\n分页查询单页数量。\n**约束限制**:\n不涉及。\n**取值范围**:\n0~50。\n**默认取值**:\n10。","format":"int32","in":"query","name":"limit","required":false,"type":"integer"}],"responses":{"200":{"description":"获取Vhost列表成功","examples":{"application/json":{"items":[{"name":"/","tracing":false},{"name":"test-vhost1","tracing":false},{"name":"test-vhost10","tracing":false},{"name":"test-vhost2","tracing":false},{"name":"test-vhost3","tracing":false},{"name":"test-vhost4","tracing":false},{"name":"test-vhost5","tracing":false},{"name":"test-vhost6","tracing":false},{"name":"test-vhost7","tracing":false},{"name":"test-vhost8","tracing":false}],"size":10,"total":13}},"schema":{"$ref":"#/definitions/ListVhostResp"}}},"summary":"查询Vhost列表","tags":["Vhost管理"],"x-api-type":"open-api","x-hybridcloud":false,"x-is-registered":"Y","x-open-region-cloud":"hws,hws_hk,sbc,cmcc,hws_eu,tm,hk_tm","x-order":2,"x-produc-type":"rabbitmq","x-request-examples-description-1":"查询Vhost列表","x-request-examples-url-1":"GET https://{endpoint}/v2/rabbitmq/{project_id}/instances/{instance_id}/vhosts?offset=0&limit=10","x-support-sdk":"Y"}}},"product_short":"RabbitMQ","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"查询Vhost列表","tags":"Vhost管理","uri":null,"version":"2.0"}