ConnectionParamGroupDrResponseList
ConnectionParamGroupDrResponseList
List of entities about: Connection parameters group used to connect to a storage replication adapter (SRA).
JSON Example
{
"list": [
{
"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"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}