Get Metric Entities
Provides details of the metric type model belonging to one/more domain.
Offset from first result to fetch.
Maximum number of results per page.
Sorting is allowed only on deviceType and entityType fields, eg sort_by=deviceType desc
Device type to be fetched.
BladeEnclosureManager
Entity type to be fetched.
Interface
OK
{
"total": 1,
"page_count": 1,
"entity": [
{
"deviceType": "BladeEnclosureManager",
"entityType": "Memory",
"metrics": [
{
"name": "SharedCommon",
"description": "Memory shared by virtual machines",
"unit": "MB",
"mode": "static"
},
{
"name": "UsedMemory",
"description": "Used Memory",
"unit": "MB",
"mode": "static"
}
],
"properties": [
{
"name": "entityName",
"description": " "
},
{
"name": "dataSource"
},
{
"name": "deviceName",
"description": " "
},
{
"name": "entityType",
"description": " ",
"values": [
"Memory"
]
},
{
"name": "deviceType",
"description": " ",
"values": [
"BladeEnclosureManager"
]
}
],
"tags": [
{
"name": "zip"
},
{
"name": "model"
},
{
"name": "city"
},
{
"name": "customer"
},
{
"name": "address",
"description": " "
},
{
"name": "region",
"description": " "
},
{
"name": "deviceCoordinates"
},
{
"name": "version"
},
{
"name": "location",
"description": " "
},
{
"name": "hostname",
"description": " "
},
{
"name": "hypervsr",
"description": " "
}
],
"tco_internal": [
"type",
"colltimestamp",
"instance",
"processedTimestamp"
]
}
]
}
Total number of metric entities
Total number of pages in response
Describes the deviceType, entityType, metrics, tco internal
Invalid Request sent by the user
"ErrorDetails Object"
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
User authentication failed
"ErrorDetails Object"
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
Access to the requested resource/operation is forbidden
"ErrorDetails Object"
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
Cannot find requested resource
"ErrorDetails Object"
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
Internal server error
"ErrorDetails Object"
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
curl -H 'Authorization: <value>' https://{api_host}/v2/catalog/metric-entities?deviceType=v