huawei-cloud-api-definitions-RDS 0.1.20260724

Huawei Cloud API definitions, generated from OpenAPI spec
Documentation
1
{"base_path":"/","components":null,"consumes":"[\"application/json\"]","definitions":{"ErrorResponse":{"properties":{"error_code":{"description":"错误码。","example":"DBS.200022","type":"string"},"error_msg":{"description":"错误消息。","example":"实例名称已存在。","type":"string"}},"required":["error_code","error_msg"]},"ListDatabaseSchemaResponseBody":{"properties":{"database_schemas":{"description":"列表中每个元素表示一个数据库schema。","items":{"$ref":"#/definitions/PostgresqlDatabaseForListSchema"},"type":"array"},"total_count":{"description":"数据库schema总数。","type":"integer"}},"required":["database_schemas","total_count"]},"PostgresqlDatabaseForListSchema":{"description":"数据库schema信息。","properties":{"owner":{"description":"schema所属用户。","type":"string"},"schema_name":{"description":"schema名称。","type":"string"}},"required":["schema_name","owner"]}},"description":null,"group_id":"b7735f867ef44182af9eb77490a46fbf","host":"rds.cn-north-4.myhuaweicloud.com","id":"49ff1480521f486d9f0fd5df41ab1cf2","info_version":"v3","method":"get","name":"ListPostgresqlDatabaseSchemas","parameters":{},"paths":{"/v3/{project_id}/instances/{instance_id}/schema/detail":{"get":{"description":"查询指定实例的数据库SCHEMA列表。","operationId":"ListPostgresqlDatabaseSchemas","parameters":[{"description":"用户Token。","in":"header","name":"x-auth-token","type":"string","x-example":"******"},{"description":"语言","in":"header","name":"X-Language","type":"string","x-example":"zh-cn"},{"description":"项目ID。","in":"path","name":"project_id","required":true,"type":"string","x-example":"619d3e78f61b4be68bc5aa0b59edcf7b"},{"description":"实例ID。","in":"path","name":"instance_id","required":true,"type":"string","x-example":"e73893ef73754465a8bd2e0857bbf13ein01"},{"description":"数据库名称。","in":"query","name":"db_name","required":true,"type":"string"},{"description":"分页页码,从1开始。","in":"query","name":"page","required":true,"type":"integer"},{"description":"每页数据条数。取值范围[1, 100]。","in":"query","name":"limit","required":true,"type":"integer"}],"responses":{"200":{"description":"Success.","examples":{"application/json":{"database_schemas":[{"owner":"root","schema_name":"rds-test"},{"owner":"root","schema_name":"testdb1"}],"total_count":2}},"schema":{"$ref":"#/definitions/ListDatabaseSchemaResponseBody"}},"default":{"description":"Client or server error.","schema":{"$ref":"#/definitions/ErrorResponse"}}},"summary":"查询数据库SCHEMA列表","tags":["管理数据库和用户(PostgreSQL)"],"x-constraint":"- 实例在异常或冻结状态下不能执行该操作。\n- 不支持查询只读实例的数据库SCHEMA列表。","x-request-examples-description-1":"","x-request-examples-url-1":"GET https://rds.cn-north-1.myhuaweicloud.com/v3/0483b6b16e954cb88930a360d2c4e663/instances/dsfae23fsfdsae3435in01/schema/detail?db_name=rds_test&page=1&limit=10","x-support-sdk":"Y"}}},"product_short":"RDS","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"查询数据库SCHEMA列表","tags":"管理数据库和用户(PostgreSQL)","uri":null,"version":"2.0"}