---
title: "Gets the load information of a Service Fabric node."
method: GET
path: "/Nodes/{nodeName}/$/GetLoadInformation"
tags: ["Node"]
---

# Gets the load information of a Service Fabric node.

`GET /Nodes/{nodeName}/$/GetLoadInformation`

Retrieves the load information of a Service Fabric node for all the metrics that have load or capacity defined.

## Path parameters

- `nodeName` string, required

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Response `200`

A successful operation will return 200 status code and the requested node load information.

- NodeLoadInfo — Information about load on a Service Fabric node. It holds a summary of all metrics and their load on a node.
  - `NodeName` string — The name of a Service Fabric node.
  - `NodeLoadMetricInformation` NodeLoadMetricInformation[] — List that contains metrics and their load information on this node.
    - `Name` string — Name of the metric for which this load information is provided.
    - `NodeCapacity` string — Total capacity on the node for this metric.
    - `NodeLoad` string — Current load on the node for this metric. In future releases of Service Fabric this parameter will be deprecated in favor of CurrentNodeLoad.
    - `NodeRemainingCapacity` string — The remaining capacity on the node for this metric. In future releases of Service Fabric this parameter will be deprecated in favor of NodeCapacityRemaining.
    - `IsCapacityViolation` boolean — Indicates if there is a capacity violation for this metric on the node.
    - `NodeBufferedCapacity` string — The value that indicates the reserved capacity for this metric on the node.
    - `NodeRemainingBufferedCapacity` string — The remaining reserved capacity for this metric on the node. In future releases of Service Fabric this parameter will be deprecated in favor of BufferedNodeCapacityRemaining.
    - `CurrentNodeLoad` string, double — Current load on the node for this metric.
    - `NodeCapacityRemaining` string, double — The remaining capacity on the node for the metric.
    - `BufferedNodeCapacityRemaining` string, double — The remaining capacity which is not reserved by NodeBufferPercentage for this metric on the node.
    - `PlannedNodeLoadRemoval` string, double — This value represents the load of the replicas that are planned to be removed in the future. This kind of load is reported for replicas that are currently being moving to other nodes and for replicas that are currently being dropped but still use the load on the source node.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/versions/6ebed3032b57/schema)
