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

ConnectionParamGroupDrResponseEntity

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


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"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
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?