Skip to main content
logoTetrate Service BridgeVersion: 1.7.x

Info

Provide information about the Service bridge platform.

Info #

The Info service provides information about the service Bridge 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 Bridge platform.

Version #

The version of the Service Bridge platform.

FieldDescriptionValidation Rule

version

string
version is the TSB binary version

Type #

FieldNumberDescription

USER

0

SERVICE_ACCOUNT

1

INTERNAL

2