Info

import { PanelContent, PanelContentCode, } from “@theme/Panel”;

Provide information about the Service bridge platform.

Info

The Info service provides information about the service Bridge platform.

GetVersion

rpc GetVersion (tetrateio.api.tsb.v2.GetVersionRequest) returns (tetrateio.api.tsb.v2.Version)

GetVersion returns the version of the TSB binary

GetCurrentUser

rpc GetCurrentUser (tetrateio.api.tsb.v2.GetCurrentUserRequest) returns (tetrateio.api.tsb.v2.CurrentUser)

GetCurrentUser returns the information of the user or service account that made the request.

CurrentUser

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

Field Description Validation 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

Version

The version of the Service Bridge platform.

Field Description Validation Rule

version

string
version is the TSB binary version

Type

Field Number Description

USER

0

SERVICE_ACCOUNT

1

INTERNAL

2