PlatformInfoResponse¶
- class tracdap.api.PlatformInfoResponse¶
Response object for the platformInfo() API call.
Contains some general information about the TRAC platform.
- deploymentInfo: Dict[str, str]¶
Additional information about the current TRAC environment.
The particular information relevant to a deployment of TRAC can vary between organizations. Useful information might include: region, business division, brand etc. This information is optional and may not be present for smaller deployments.
- environment: str¶
Name of the current TRAC environment.
- production: bool¶
Flag indicating whether the current environment is a production environment or not.
- tracVersion: str¶
Version string for the version of TRAC currently deployed in the platform.