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
SearchStatus
GetStatusRequest
Request to retrieve the status of a resource.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
ResourceStatusWithDetails
Contains the ResourceStatus with metadata about the resource.
Field | Description | Validation Rule |
---|---|---|
fqn | string | – |
apiVersion | string | – |
name | string | – |
status | tetrateio.api.tsb.v2.ResourceStatus | – |
SearchStatusRequest
Request to search the status of a resources related to specified search criteria.
Field | Description | Validation Rule |
---|---|---|
fqn | string | string = { |
fqdn | string | string = { |
SearchStatusResponse
Response of the search query for the status of resources related to specified search criteria.
Field | Description | Validation Rule |
---|---|---|
statuses | List of tetrateio.api.tsb.v2.ResourceStatusWithDetails | – |