[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

ConnectionParamGroupDrResponseList

List of entities about: Connection parameters group used to connect to a storage replication adapter (SRA).


Properties

_meta Optional

List metadata


list Optional

Connection parameters group used to connect to a storage replication adapter (SRA).

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"connection_params": [
				{
					"hint": "string",
					"key": "string",
					"name": "string",
					"optional": false,
					"password_param": false,
					"type": "USER_NAME",
					"value": "string"
				}
			],
			"hint": "string",
			"key": "string",
			"name": "string"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Storage Adapter Connection Params
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?