Performance Monitoring
Provides supported capabilities of Infrastructure management by storage configured in delfin deployment.
get/v1/storages/{id}/capabilities
Path parameters
idstring required
Database ID created for a storage backend.
Response
Returns specifications of storage
Example response
{
"metadata": {
"model": "VMAX250F",
"vendor": "Dell EMC"
},
"spec": {
"is_historic": true,
"resource_metrics": {
"storagePool": [
{
"throughput": {
"unit": "MB/s",
"description": "Represents how much data is successfully transferred in MB/s"
}
},
{
"readThroughput": {
"unit": "MB/s",
"description": "Represents how much data read is successfully transferred in MB/s"
}
},
{
"readRequests": {
"unit": "IOPS",
"description": "Read requests per second"
}
}
]
}
}
}