Yamcs HTTP API
Methods
- Alarms
- Audit
- Buckets
- Clearance
- Commands
- Cop1
- Database
- Events
- File Transfer
- Iam
- Indexes
- Links
- Management
- Mdb Override
- Mdb
- Packets
- Parameter Archive
- Processing
- Queue
- Replication
- Rocks Db
- Server
- Sessions
- Stream Archive
- Table
- Time Correlation
- Time
- Timeline
Related
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
Download this Document
List Sources¶
List timeline sources
Usually there is a source named ‘rdb’ which provides items from an internal RocksDB database. Other external sources may be created by adding plugins (e.g. a shift planner)
URI Template
GET /api/timeline/{instance}/sources
{instance}
Yamcs instance name
Response Type
interface ListSourcesResponse {
sources: {[key: string]: TimelineSourceCapabilities};
}