EventRouter Service, gRPC: BusService.Get
Written by
Updated at October 17, 2024
Returns the specified bus.
To get the list of all available buses, make a List request.
gRPC request
rpc Get (GetBusRequest) returns (Bus)
GetBusRequest
{
"busId": "string"
}
Field |
Description |
busId |
string Required field. ID of the bus to get. |
Bus
{
"id": "string",
"folderId": "string",
"cloudId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"deletionProtection": "bool",
"status": "Status"
}
Field |
Description |
id |
string ID of the bus. |
folderId |
string ID of the folder that the bus belongs to. |
cloudId |
string ID of the cloud that the bus resides in. |
createdAt |
Creation timestamp. |
name |
string Name of the bus. |
description |
string Description of the bus. |
labels |
string Resource labels as |
deletionProtection |
bool Deletion protection. |
status |
enum Status Status of the bus.
|