Class NodesUsageRequest


  • public class NodesUsageRequest
    extends RequestBase
    Returns low-level information about REST actions usage on nodes.
    • Method Detail

      • metric

        public final java.util.List<java.lang.String> metric()
        Limit the information returned to the specified metrics

        API name: metric

      • nodeId

        public final java.util.List<java.lang.String> nodeId()
        A comma-separated list of node IDs or names to limit the returned information; use _local to return information from the node you're connecting to, leave empty to get information from all nodes

        API name: node_id

      • timeout

        @Nullable
        public final Time timeout()
        Explicit operation timeout

        API name: timeout