SessionMachineCatalogDataModel
Sesseion Machine Catalog Information. This data might be used by the agent as correlation.
Properties
| Name | Description | Additional information |
|---|---|---|
| Version | The session machine catalog version. |
Type: Number |
| LEMaxUserPerMachine | Load evaluator for max users per machine |
Type: Number |
| LEIncludeCpuMemory | Load evaluator to include CPU and Memory usage |
Type: Boolean |
| AutoProvisioning | If true, MCS. Otherwise Manual. Used by XD workloads only. |
Type: Boolean |
| MinimumFunctionalLevel | Functional level for the machine catalog. Used by XD workloads only. |
Type: String |
| Id | No documentation available. |
Type: String |
| Name | No documentation available. |
Type: String |
Sample
application/json
Sample:
{
"Version": 1,
"LEMaxUserPerMachine": 1,
"LEIncludeCpuMemory": true,
"AutoProvisioning": true,
"MinimumFunctionalLevel": "sample string 2",
"Id": "sample string 3",
"Name": "sample string 4"
}