About
Returns details about the instance and tenant.
RecommendedThis API allows anonymous requests without requiring authentication / authorization.
HTTP Response Examples
200
{
"tenant": "Unit Test Account",
"uid": "ghg0ctulvdx7bu10",
"id": 112,
"build_timestamp": "2020-06-01T09:06:51-05:00",
"build_type": "Release",
"data_center": "us-1"
}
HTTP Response Parameters
tenantstring
The name of the tenant.
uidstring
The globally unique id of the tenant.
idnumber
Numerical identifier for the tenant. Local to the instance the tenant belongs to.
build_timestampstring
The UTC build timestamp of the server assembly in ISO 8601 format.
build_typestring
The build configuration of the server. One of "Debug" or "Release".
data_centerstring
Identifier of the data center hosting this tenant, e.g. "us-1".