Skip to main content
Version: 1.4.x

Status Service

Status

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

GetStatus

Given a resource fully-qualified name of a resource returns its current status.

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
}