Retrieve Single Integration Monitoring Metrics
get
/icsapis/v1/monitoring/integrations/{code}/{version}
Retrieves the monitoring metrics for a single integration.
Request
Supported Media Types
- application/xml
- application/json
Path Parameters
- code
-
Type:
stringRequired:trueIntegration identifier- version
Type:stringRequired:trueIntegration version
Response
Supported Media Types
- application/json; charset=UTF-8
- application/xml; charset=UTF-8
200 Response
Successful operation
Body
Root Schema : IntegrationFlowHealthRecords
Type:
objectNested Schema : items
Type:
array-
Type:
objectIntegrationFlowHealthItem
Nested Schema : IntegrationFlowHealthItem
Type:
object- avgRespTime
-
Type:
number(double) - description
-
Type:
string - endPointURI
-
Type:
string - errorsInQueues
-
Type:
objectIntegrationFlowErrorItem - flowCode
-
Type:
string - flowId
-
Type:
string - flowName
-
Type:
string - flowVersion
-
Type:
string - lastUpdated
-
Type:
string(date-time) - lastUpdatedBy
-
Type:
string - links
-
Type:
arraylinksRequired:true - mepType
-
Type:
string - noOfErrors
-
Type:
integer(int64) - noOfMsgsProcessed
-
Type:
integer(int64) - noOfMsgsReceived
-
Type:
integer(int64) - noOfSuccess
-
Type:
integer(int64) - optimizedVersion
-
Type:
string - proxyWSDL
-
Type:
string - scheduleApplicable
-
Type:
booleanDefault Value:false - scheduleDefined
-
Type:
booleanDefault Value:false - successRate
-
Type:
number(double)
Nested Schema : IntegrationFlowErrorItem
Type:
object- errorObjects
-
Type:
arrayerrorObjects - flowCode
-
Type:
string - flowId
-
Type:
string - flowName
-
Type:
string
Nested Schema : items
Type:
objectNested Schema : Link
Type:
object- href
-
Type:
string - rel
-
Type:
string