Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

/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

Example Response

{
  "Info": {
    "Error": "",
    "SourceType": "metric"
  },
  "Result": {
    "Pivots": [
      {
        "fullName": "MyProduction.NewProduction/MyProduction.MyMetric",
        "name": "MyProduction.MyMetric",
        "lastModified": "1840-12-31",
        "itemType": "metric"
      }
    ]
  }
}
FeedbackOpens in a new tab