Yamcs HTTP API
Methods
- 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
- SDLS
- Server
- Services
- Sessions
- Table
- Time Correlation
- Time
- Timeline
Related
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
Download this Document
List ScriptsΒΆ
List scripts available for activities of type SCRIPT
URI Template
GET /api/activities/{instance}/scripts
{instance}Yamcs instance name
Query Parameters
runnerList the scripts of this runner.
This does not need to be provided if there is only one runner, because then that runner is considered the default.
Also if there are multiple runners, the default runner is the built-in local runner (unless disabled through configuration).
Response Type
interface ListScriptsResponse {
scripts: string[];
}