forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
8.6 KiB
8.6 KiB
Obtaining the DB Instances to Which a Parameter Template Applies
Function
This API is used to obtain the DB instances to which a specified parameter template applies.
URI
Request
None
Normal Response
- Parameter description
Table 2 Parameter description Name
Type
Description
instances
List data structure. For details, see Table 3.
Indicates the DB instance list information.
- Response example
{ "instances": [ { "id": "53754eff-3f95-4da8-a908-a88e6ea2f65a", "name": "instances_test_1" }, { "id": "53754eff-3f95-4da8-a908-a88e6ea2f65b", "name": "instances_test_2" } ] }
Abnormal Response
For details, see Abnormal Request Results.
Parent topic: Parameter Configuration