Class ServiceStatusList#
Defined in File ServiceStatus.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.Object
(Class Object)
Class Documentation#
- class xbe.sdk.Models.ServiceStatusList : xbe.sdk.Object#
Describes the health status of all deployed services in the platform cluster.
Properties
- ServiceStatus > Services { get; set; }#
The map of service names to status objects for each deployed service in the cluster.
- int Healthy { get; set; }#
The number of healthy services in the cluster.
- int Offline { get; set; }#
The number of offline services in the cluster.
- int Total { get; set; }#
The total number of deployed services in the cluster.
Public Static Functions
- new ServiceStatusList Parse (string json)#
Parses the given JSON encoded string into a new ServiceStatusList instance.
- Param json:
- Return: