List all masking views.
Path parameters
Database ID created for a storage backend.
Query parameters
Requests a page size of items. Returns a number of items up to a limit value. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request.
Used in conjunction with limit to return a slice of items. offset is where to start in the list.
Comma-separated list of sort keys and optional sort directions in the form of key:val
The masking view name
Database ID created for a masking view.
The masking view description
Actual ID of the masking view in the storage backend.
Actual ID of the storage host group in the storage backend.
Actual ID of the volume group in the storage backend.
Actual ID of the port group in the storage backend.
Actual ID of the storage host in the storage backend.
Actual ID of the volume in the storage backend.
Actual ID of the port in the storage backend.
Response
List masking views query was success
Example response
{
"masking_views": [
{
"id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
"created_at": "2017-07-10T14:36:58.014Z",
"updated_at": "2017-07-10T14:36:58.014Z",
"storage_id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
"native_masking_view_id": "masking_view_0",
"native_storage_host_group_id": "storage_host_group_0",
"native_volume_group_id": "volume_group_0",
"native_port_group_id": "port_group_0",
"native_storage_host_id": "storage_host_0",
"native_volume_id": "volume_0",
"native_port_id": "port_0"
}
]
}