Table of Contents

Search

  1. Preface
  2. Introduction to Data Engineering Administration
  3. Authentication
  4. Running Mappings on a Cluster with Kerberos Authentication
  5. Authorization
  6. Cluster Configuration
  7. Cloud Provisioning Configuration
  8. Data Integration Service Processing
  9. Appendix A: Connections Reference
  10. Appendix B: Monitoring REST API

ClusterStats

ClusterStats

With the ClusterStats REST API, you can view the maximum number of cluster nodes used by a mapping for a cluster configuration in a given time duration.

GET Request

To request information from the ClusterStats, use the following URL:
<Rest operations hub service host>:<Rest operations hub service port>/Rest operations hub/services/v1/mapping service/ClusterStats(startTimeInmillis=[value], endTimeInmillis=[value])
The following table describes the attributes in the ClusterStats Get URL:
Field
Type
Description
startTimeInmillis
Long
Required. Specifies the start time in milliseconds.
endTimeInmillis
Long
Required. Specifies the end time in milliseconds.
You can use the local timezone and convert the date and time in milliseconds by using a web utility such as Current Millis. You can also use the mapping run time to get the time in milliseconds.

Get Response

Return information for the ClusterStats for the specified time duration.
The following table describes the ClusterStats attributes present in the body of the response on the native or Hadoop environment:
Field
Type
Description
startTimeInmillis
Long
Specifies the start time in milliseconds.
endTimeInmillis
Long
Specifies the end time in milliseconds.
clusterStatDetails
String
Specifies the maximum number of nodes used by a mapping for a cluster configuration along with mapping ID, cluster configuration ID, and engine type.

0 COMMENTS

We’d like to hear from you!