Skip to main content
logoTetrate Service BridgeVersion: 1.6.x

Status Service

Service to retrieve the status for TSB resources

Status #

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

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
}