ApplicationLoadInfo

Load Information about a Service Fabric application.

Properties

Name Type Required
Id string No
MinimumNodes integer (int64) No
MaximumNodes integer (int64) No
NodeCount integer (int64) No
ApplicationLoadMetricInformation array of ApplicationLoadMetricInformation No

Id

Type: string
Required: No

The identity of the application. This is an encoded representation of the application name. This is used in the REST APIs to identify the application resource. Starting in version 6.0, hierarchical names are delimited with the "~" character. For example, if the application name is "fabric:/myapp/app1", the application identity would be "myapp~app1" in 6.0+ and "myapp/app1" in previous versions.


MinimumNodes

Type: integer (int64)
Required: No

The minimum number of nodes for this application. It is the number of nodes where Service Fabric will reserve Capacity in the cluster which equals to ReservedLoad * MinimumNodes for this Application instance. For applications that do not have application capacity defined this value will be zero.


MaximumNodes

Type: integer (int64)
Required: No

The maximum number of nodes where this application can be instantiated. It is the number of nodes this application is allowed to span. For applications that do not have application capacity defined this value will be zero.


NodeCount

Type: integer (int64)
Required: No

The number of nodes on which this application is instantiated. For applications that do not have application capacity defined this value will be zero.


ApplicationLoadMetricInformation

Type: array of ApplicationLoadMetricInformation
Required: No

List of application load metric information.