| title |
vastde topics get |
| description |
Get a VAST DataEngine topic details |
Get a VAST DataEngine topic details
Get a VAST DataEngine topic details
vastde topics get <GUID>|<name> [options]
# Get topic details by name (requires database name)
vastde topics get my-topic --database-name kafka-view1
# Get topic details by GUID
vastde topics get 5de842e9-5be0-4eb3-bb4b-6c5b8ba84806
# Get topic details as JSON
vastde topics get event-stream --database-name kafka-db --output json
# Get topic details as YAML
vastde topics get notifications --database-name kafka-db --output yaml
| Flag |
Type |
Description |
Default |
--database-name |
string |
Database name (required for name-based lookup) |
|
| Flag |
Type |
Description |
Default |
--dry-run |
bool |
Simulate the operation without making actual changes to the system |
|
-o, --output |
string |
Output format: json, yaml, human |
human |
--silent |
bool |
Suppress UI outputs, such as spinner and success messages |
|
-v, --verbose |
int |
Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace |
0 |