/Info/Metrics
Returns information about the business metrics in the InterSystems IRIS namespace that you access via this REST call.
Request Method
GET
URL Parameters
None.
Request Body Details
This endpoint ignores the request body.
Example Request
-
Request Method:
GET
-
Request URL:
https://localhost/api/deepsee/v3/Info/Metrics
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
Example Response
{
"Info": {
"Error": "",
"SourceType": "metric"
},
"Result": {
"Pivots": [
{
"fullName": "MyProduction.NewProduction/MyProduction.MyMetric",
"name": "MyProduction.MyMetric",
"lastModified": "1840-12-31",
"itemType": "metric"
}
]
}
}