EventRouter Service, REST: Bus.Get
Returns the specified bus.
To get the list of all available buses, make a List request.
HTTP request
GET https://serverless-eventrouter.api.cloud.yandex.net/eventrouter/v1/buses/{busId}
Path parameters
Field |
Description |
busId |
string Required field. ID of the bus to get. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"cloudId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"deletionProtection": "boolean",
"status": "string"
}
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 |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the bus. |
description |
string Description of the bus. |
labels |
string Resource labels as |
deletionProtection |
boolean Deletion protection. |
status |
enum (Status) Status of the bus.
|