Skip to main content
logoTetrate Service ExpressVersion: Latest

Info

The differences between TSB and TSE API

Tetrate Service Express (TSE) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions. Go to Comparing TSE and TSB for more details.

Provide information about the Service Express platform.

Info

The Info service provides information about the Service Express platform.

GetVersion

GetCurrentUser

CurrentUser

CurrentUser contains the information of the user or service account that made the request.

FieldDescriptionValidation Rule

loginName

string
login_name is the name used in the login credentials.

type

tetrateio.api.tsb.v2.CurrentUser.Type
The type of the current user, e.g. USER or SERVICE_ACCOUNT

sourceType

string
Indicates the Identity Provider where the user has been synchronized from. It will be empty for service accounts.

email

string
The email for the user where alerts and other notifications will be sent. It will be empty for service accounts.

displayName

string
The display name is the user friendly name for the resource. It will be empty for service accounts.

firstName

string
The first name is the first name of the user. It will be empty for service accounts.

lastName

string
The last name of the user, if any. It will be empty for service accounts.

organization

string
The name of the organization the user belongs to

GetCurrentUserRequest

GetCurrentUserRequest is the request for getting the user information.

GetVersionRequest

Request to retrieve the version of the Service Express platform.

Version

The version of the Service Express platform.

FieldDescriptionValidation Rule

version

string
version is the TSB binary version

Type

FieldNumberDescription

USER

0

SERVICE_ACCOUNT

1

INTERNAL

2