Class GetRepositoriesMeteringInfoRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.nodes.GetRepositoriesMeteringInfoRequest
Get cluster repositories metering. Get repositories metering information for
a cluster. This API exposes monotonically non-decreasing counters and it is
expected that clients would durably store the information needed to compute
aggregations over a period of time. Additionally, the information exposed by
this API is volatile, meaning that it will not be present after node
restarts.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetRepositoriesMeteringInfoRequest,
GetRepositoriesMeteringInfoResponse, ErrorResponse> Endpoint "nodes.get_repositories_metering_info
". -
Method Summary
Modifier and TypeMethodDescriptionnodeId()
Required - Comma-separated list of node IDs or names used to limit returned information.of
(Function<GetRepositoriesMeteringInfoRequest.Builder, ObjectBuilder<GetRepositoriesMeteringInfoRequest>> fn) Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetRepositoriesMeteringInfoRequest,GetRepositoriesMeteringInfoResponse, _ENDPOINTErrorResponse> Endpoint "nodes.get_repositories_metering_info
".
-
-
Method Details
-
of
-
nodeId
Required - Comma-separated list of node IDs or names used to limit returned information. All the nodes selective options are explained here.API name:
node_id
-