Skip to main content
logoTetrate Istio Subscription PlusVersion: Latest

Status Service

The differences between TSB and Tetrate Istio Subscription Plus (TIS+)

Tetrate Istio Subscription Plus (TIS+) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions.

Service to retrieve the status for TIS+ resources

Status

The Status services exposes methods to retrieve the status for any resource managed by TIS+ .

GetStatus

GetStatusRequest

Request to retrieve the status of a resource.

FieldDescriptionValidation Rule

fqn

string
REQUIRED
Fully-qualified name of the resource to retrieve the status.

string = {
  min_len: 1
}