NotificationModel
Notification to be displayed on the dashboard.
Properties
| Name | Description | Additional information |
|---|---|---|
| Type | Type of notification. |
Type: NotificationType |
| Severity | Severity. |
Type: NotificationSeverity |
| Name | Name of the notification. |
Type: String |
| Tenant | If the notification references a tenant, this property will be set. |
Type: ReferenceModel |
| DeliverySite | If the notification references a delivery site, this property will be set. |
Type: ReferenceModel |
| DeliveryGroup | If the notification references a delivery group, this property will be set. |
Type: ReferenceModel |
| SessionMachineCatalog | If the notification references a session machine catalog, this property will be set. |
Type: ReferenceModel |
| SessionMachineCatalogNumberOfMachinesPendingVersionUpdate | If the notification refers to session machine which are pending a version update, this property will be set. |
Type: Number |
| SessionMachineCatalogNumberOfMachinesWaitingToBeAllocatedToDeliverySite | If the notification refers to session machines which are waiting to be allocated to a delivery site, this property will be set. |
Type: Number |
| DataCenter | If the notification references a datacenter, this property will be set. |
Type: ReferenceModel |
| StoreFrontServerGroup | If the notification references a StoreFront server group, this property will be set. |
Type: ReferenceModel |
| Offering | If the notification references an offering, this property will be set. |
Type: ReferenceModel |
| CapacityRequirementNumItems | If the notification references an unfulfilled desired capacity, this property will be set. |
Type: Number |
| CapacityRequirementItemType | If the notification references an unfulfilled desired capacity, this property will be set. |
Type: RequiredCapacityType |
| CapacityRequirementItemTypeFriendlyName | If the notification references an unfulfilled desired capacity, this property will be set. |
Type: String |
| SessionMachine | If the notification references a session machine, this property will be set. |
Type: ReferenceModel |
| Domain | If the notification references a domain, this property will be set. |
Type: ReferenceModel |
| Network | If the notification references a network, this property will be set. |
Type: String |
Sample
application/json
{
"Type": "DataCenterWithRequiredSessionMachineCapacityOnNetworkError",
"SessionMachineCatalog": {
"Href": "[api:SessionMachineCatalogs(628fa898-0c36-4024-8fe4-d7e9a9bfbcfa)]",
"Name": "catalog 1",
"Id": "628fa898-0c36-4024-8fe4-d7e9a9bfbcfa"
},
"DataCenter": {
"Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)]",
"Name": "datacenter1",
"Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a"
},
"CapacityRequirementNumItems": 4,
"CapacityRequirementItemType": "SessionMachines",
"CapacityRequirementItemTypeFriendlyName": "session machines",
"Domain": {
"Href": "[api:Domains(241b45cc-261d-47d0-81d7-a0a41c54c760)]",
"Name": "domain1.local",
"Id": "241b45cc-261d-47d0-81d7-a0a41c54c760"
},
"Network": "network 1"
}