Skip to main content
InterSystems Supply Chain Orchestrator 2024.1
AskMe (beta)
Loading icon

/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