ConnectionParamGroupDrResponseEntity
ConnectionParamGroupDrResponseEntity
Connection parameters group used to connect to a storage replication adapter (SRA).
AllOf
This class requires all of the following:
JSON Example
{
"name": "string",
"hint": "string",
"key": "string",
"connection_params": [
{
"key": "string",
"name": "string",
"hint": "string",
"value": "string",
"optional": false,
"password_param": false,
"type": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}