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
Invalid Request sent by the user
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
User authentication failed
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
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
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
Cannot find requested resource
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
Internal server error
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution