Skip to main content

Class TenantStatus

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Online tenant status: Endpoint URL, State, IsRunning

Inheritance

objectTenantStatus

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TenantStatus()

Properties

Api

Base URL to tenant API: “https://sod2.superoffice.com/Cust30884/api

Property Value

string

ContextIdentifier

Customer identifier: “Cust30884”

Property Value

string

Endpoint

Base URL to tenant: “https://sod2.superoffice.com/Cust30884

Property Value

string

IsRunning

Is the tenant state Running or OnlineMaintenance.
This indicates that APIs are up and running and all is good.

Property Value

bool

State

Is the tenant running or down for maintenance?

Property Value

TenantState

ValidUntil

When to check next time if an updated state is needed.

Property Value

DateTime