Yamcs HTTP API
- Activities
- Alarms
- Audit
- Buckets
- Clearance
- Commands
- COP-1
- Database
- Events
- File Transfer
- IAM
- Indexes
- Instances
- Links
- MDB Override
- MDB
- Packets
- Parameter Archive
- Parameter Lists
- Parameter Values
- Processing
- Queues
- Replication
- RocksDB
- Server
- Services
- Sessions
- Stream Archive
- Table
- Time Correlation
- Time
- Timeline
Related
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
Download this Document
Run ActionΒΆ
Run a link-specific action.
It is up to the link implementation to register and handle any link actions.
URI Template
POST /api/links/{instance}/{link}/actions/{action}
{instance}
Yamcs instance name
{link}
Link name
{action}
Action name
Request Body
{[key: string]: any}
Response Type
{[key: string]: any}