ApiClustersPerfInspectorArgs Data Model

Arguments used for the Cloudera Manager level performance inspector. Network diagnostics will be run from every host in sourceCluster to every host in targetCluster.

Properties
name data type description
sourceCluster string Required name of the source cluster to run network diagnostics test.
targetCluster string Required name of the target cluster to run network diagnostics test.
pingArgs ApiPerfInspectorPingArgs Optional ping request arguments. If not specified, default arguments will be used for ping test.

Example

{
  "sourceCluster" : "...",
  "targetCluster" : "...",
  "pingArgs" : {
    "pingTimeoutSecs" : 10,
    "pingCount" : 10,
    "pingPacketSizeBytes" : 56
  }
}