ServiceStatus
ServiceStatus
ServiceStatus
Enum
Definition
Specifies the status of the service.
public enum class ServiceStatus
[System.Runtime.Serialization.DataContract]
public enum ServiceStatus
Public Enum ServiceStatus
- Inheritance
- Attributes
Fields
ExtendedRecovery ExtendedRecovery ExtendedRecovery | 3 | Incident resolution is in progress and will take a while to be completed. (3) |
FalsePositive FalsePositive FalsePositive | 6 | Service investigation determined that a service incident did not occur. (6) |
InformationUnavailable InformationUnavailable InformationUnavailable | 8 | The API could not process the request for information. (8) |
Investigating Investigating Investigating | 4 | Service incident investigation is in progress. (4) |
PIRPublished PIRPublished PIRPublished | 7 | The post-incident report has been published. (7) |
RestoringService RestoringService RestoringService | 2 | Incident resolution is in progress. (2) |
ServiceDegradation ServiceDegradation ServiceDegradation | 1 | Service operation is temporarily degraded for some customers. (1) |
ServiceInterruption ServiceInterruption ServiceInterruption | 0 | Service is temporarily not available for some customers. (0) |
ServiceOperational ServiceOperational ServiceOperational | 99 | Service is healthy. (99) |
ServiceRestored ServiceRestored ServiceRestored | 5 | The service incident is resolved and service is operational for all customers. (5) |