List DB parameter groups (GET /v1.0/{tenantId}/parametergroups)

Lists information for all DB parameter groups.

Request URI

{tenantID}

Project ID of the owner of the instance

Data Type Cardinality
String 1..1

Request Parameters

limit

Number of elements to display

20 to 100

Default:20

Data Type Cardinality Parent Element Child Element(s)
Integer 0..1 None None

marker

A pagination token used to establish the starting point for retrieving the list.

Note: Specify the ID or name of the last element returned in the previous list.

Data Type Cardinality Parent Element Child Element(s)
String 0..1 parametergroup None

Response Headers

Status

Returns the status of the request.

One of the following values will be returned.
401:
unauthorized
403:
forbidden
404:
itemNotFound
500:
instanceFault
501:
notImplemented
503:
serviceUnavailable
504:
gatewayTimeout
Data Type Cardinality
Int 1..1

Response Elements

parameterGroups

List of DB parameter groups

Data Type Cardinality Parent Element Child Element(s)
DBParameterGroup list      

Example of Response


{
	"parameterGroups": [
		"parameterGroup":{
			" parameterGroupFamily" :"symfoware_12.1",
			"name" : "paramgroup1",
			"id" : "paramgroup_w34e5r6t7yu89",
			"description" : "test",
			"appliedInstances" : [
				"dbinst_f587389gre",
				"dbinst_8489y3qre",
			]
		},
		"parameterGroup":{
			" parameterGroupFamily" :"symfoware_12.1",
			"name" : "paramgroup2",
			"id" : "paramgroup_w34e5r6t7ew89",
			"description" : "test" ,
			"appliedInstances" : [
				"dbinst_fet904utjhf",
				"dbinst_p9ufejowre",
			]
		}
	]
}